File perl-XML-Bare.spec of Package perl-XML-Bare

#
# spec file for package perl-XML-Bare (Version 0.30)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-XML-Bare
BuildRequires:  perl
Version:        0.30
Release:        1
Requires:       expat perl-XML-Parser
Requires:       perl = %{perl_version}
AutoReqProv:    on
Group:          Development/Libraries/Perl
License:        Artistic License; GPL v2 or later
Url:            http://cpan.org/modules/by-module/XML
Summary:        Minimal XML parser (Perl module)
Source:         XML-Bare-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
XML::Bare - A minimal XML parser that uses C to generate a folded perl
hash.



Authors:
--------
    David Helkowski <cpan@codechild.com>

%prep
%setup -q -n XML-Bare-%{version}

%build
perl Makefile.PL
make

%check
make test

%install
chmod a-x Changes README Bare.pm
%perl_make_install
%perl_process_packlist

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %{_mandir}/man?/*
%doc Changes README
%{perl_vendorarch}/XML
%{perl_vendorarch}/auto/XML
/var/adm/perl-modules/%{name}

%changelog
* Fri Jul 25 2008 anicka@suse.cz
- update to 0.30
  * Add new parsing mode, simple, which simulates XML::Simple.
  * New function add_node_after
  * Fixed node ordering such that node order is preserved
  * Altered xml output so that it cleans extraneous input spacing
  and indents mixed values properly.
  * Added prereqs to Makefile.pl
  * Added Test::POD and Test::POD::Coverage tests
  * Fixed incorrect pointer type cast in parser.c
  * Rewrote benchmark system to use templated benchmarking
* Thu Jun 26 2008 anicka@suse.cz
- fix permissions (bnc#403978)
* Thu Dec 13 2007 anicka@suse.cz
- update to 0.27
  * changes in makefile.pl
  * added tests and examples
  * bugfixes
  * Comments are no longer completely ignored.
  * forcearray, simplify  function has been added
  * mixed XML supported
  * C Parser has been revised greatly in order to make it faster.
  * Code that creates Perl hash from parsed XML structure has been
  rewritten in XS instead of Perl.
* Fri Jul 13 2007 pcerny@suse.cz
- package created (v 0.11) - requested for YaST
openSUSE Build Service is sponsored by