diff --git a/.gitignore b/.gitignore index 56af6fe..aae6f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ XML-Parser-2.36.tar.gz /XML-Parser-2.40.tar.gz +/XML-Parser-2.41.tar.gz diff --git a/perl-XML-Parser.spec b/perl-XML-Parser.spec index eab522c..a8f4739 100644 --- a/perl-XML-Parser.spec +++ b/perl-XML-Parser.spec @@ -1,13 +1,12 @@ Name: perl-XML-Parser -Version: 2.40 -Release: 3%{?dist} +Version: 2.41 +Release: 1%{?dist} Summary: Perl module for parsing XML files Group: Development/Libraries License: GPL+ or Artistic Url: http://search.cpan.org/dist/XML-Parser/ Source0: http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/XML-Parser-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: expat-devel @@ -44,7 +43,6 @@ CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS" %install -rm -rf $RPM_BUILD_ROOT make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' @@ -59,12 +57,7 @@ done %check make test -%clean -rm -rf $RPM_BUILD_ROOT - - %files -%defattr(-,root,root,-) %doc README Changes samples/ %{perl_vendorarch}/XML/ %{perl_vendorarch}/auto/XML/ @@ -72,6 +65,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 3 2011 Marcela Mašláňová - 2.41-1 +- update 2.41 +- clean spec from rm, clean, deffattr + * Wed Feb 09 2011 Fedora Release Engineering - 2.40-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 7e6d859..4a71f89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c66e9adba003d0667cc40115ccd837a5 XML-Parser-2.40.tar.gz +c320d2ffa459e6cdc6f9f59c1185855e XML-Parser-2.41.tar.gz