From eeff4db94862fc1c6e2ad1285e5301ce074acd09 Mon Sep 17 00:00:00 2001 From: Emmanuel Seyman Date: Dec 07 2014 10:38:41 +0000 Subject: Update to 2.07 Drop the private lib filtering, which was redundant with the perl default filter. Tighten the file listing --- diff --git a/.gitignore b/.gitignore index 5b35ba6..306fe9d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ HTML-Strip-1.06.tar.gz /HTML-Strip-2.02.tar.gz /HTML-Strip-2.04.tar.gz /HTML-Strip-2.05.tar.gz +/HTML-Strip-2.07.tar.gz diff --git a/perl-HTML-Strip.spec b/perl-HTML-Strip.spec index 1f44404..937c816 100644 --- a/perl-HTML-Strip.spec +++ b/perl-HTML-Strip.spec @@ -1,5 +1,5 @@ Name: perl-HTML-Strip -Version: 2.05 +Version: 2.07 Release: 1%{?dist} Summary: Perl extension for stripping HTML markup from text License: GPL+ or Artistic @@ -21,14 +21,8 @@ brutal manner. It could quite easily be used to strip XML or SGML from text as well; but removing HTML markup is a much more common problem, hence this module lives in the HTML:: namespace. -# don't "provide" private Perl libs -%global _use_internal_dependency_generator 0 -%global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u -%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}" -%global __find_requires /bin/sh -c "%{__deploop R}" - %prep -%setup -q -n HTML-Strip +%setup -q -n HTML-Strip-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" @@ -48,11 +42,16 @@ make test %files %doc Changes README -%{perl_vendorarch}/auto/* +%{perl_vendorarch}/auto/HTML* %{perl_vendorarch}/HTML* -%{_mandir}/man3/* +%{_mandir}/man3/HTML* %changelog +* Sun Dec 07 2014 Emmanuel Seyman - 2.07-1 +- Update to 2.07 +- Drop the private lib filtering +- Tighten file listing + * Thu Dec 04 2014 Emmanuel Seyman - 2.05-1 - Update to 2.05 diff --git a/sources b/sources index 12a041d..3ac6c48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03720b54d5922e979f6c57e6efc09ff1 HTML-Strip-2.05.tar.gz +e9bf1289d49e51718b47f84e0b8a80d5 HTML-Strip-2.07.tar.gz