diff --git a/.cvsignore b/.cvsignore index 2b2b43b..3b10058 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ HTML-Parser-3.35.tar.gz HTML-Parser-3.45.tar.gz +HTML-Parser-3.46.tar.gz diff --git a/perl-HTML-Parser.spec b/perl-HTML-Parser.spec index 8028cba..d2291b1 100644 --- a/perl-HTML-Parser.spec +++ b/perl-HTML-Parser.spec @@ -4,7 +4,7 @@ Summary: Perl module for parsing HTML Name: perl-%{real_name} -Version: 3.45 +Version: 3.46 Release: 1 License: GPL or Artistic Group: System Environment/Libraries @@ -27,7 +27,6 @@ HTML::LinkExtor, HTML::PullParser, and HTML::TokeParser modules. CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor < /dev/null make - %install rm -rf $RPM_BUILD_ROOT make install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT @@ -41,11 +40,9 @@ find $RPM_BUILD_ROOT -type f -a \( -name perllocal.pod -o -name .packlist \ find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* - %check || : make test - %clean rm -rf $RPM_BUILD_ROOT @@ -55,8 +52,10 @@ rm -rf $RPM_BUILD_ROOT %{perl_vendorarch}/auto/HTML/ %{_mandir}/man3/* - %changelog +* Sun Nov 06 2005 Florian La Roche +- 3.46 + * Fri Apr 1 2005 Michael Schwendt - 3.45-1 - Update to 3.45 plus heavy spec cleanup. diff --git a/sources b/sources index 4b018cb..52a8b29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2ac1379ac5848dd32e24347cd679391 HTML-Parser-3.45.tar.gz +948f2e5afaf7c9973138d0a66f8206b1 HTML-Parser-3.46.tar.gz