[perl-HTML-Strip] Update to 2.07

Emmanuel Seyman eseyman at fedoraproject.org
Sun Dec 7 10:39:42 UTC 2014


commit eeff4db94862fc1c6e2ad1285e5301ce074acd09
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Dec 7 11:38:41 2014 +0100

    Update to 2.07
    
    Drop the private lib filtering, which was redundant with
    the perl default filter.
    Tighten the file listing

 .gitignore           |    1 +
 perl-HTML-Strip.spec |   19 +++++++++----------
 sources              |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
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 <emmanuel at seyman.fr> - 2.07-1
+- Update to 2.07
+- Drop the private lib filtering
+- Tighten file listing
+
 * Thu Dec 04 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 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


More information about the scm-commits mailing list