Author: iarnell

Update of /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24039

Modified Files:
        perl-PerlIO-gzip.spec 
Log Message:
* Wed Mar 10 2010 Iain Arnell <iarn...@gmail.com> 0.18-7.1
- manually strip private Perl libs from autoprov output again



Index: perl-PerlIO-gzip.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-5/perl-PerlIO-gzip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-PerlIO-gzip.spec       7 Dec 2009 13:21:45 -0000       1.7
+++ perl-PerlIO-gzip.spec       10 Mar 2010 04:54:30 -0000      1.8
@@ -1,6 +1,6 @@
 Name:           perl-PerlIO-gzip
 Version:        0.18
-Release:        7%{?dist}
+Release:        7%{?dist}.1
 Summary:        Perl extension to provide a PerlIO layer to gzip/gunzip
 # See Makefile.PL, gzip.xs, etc.
 License:        GPL+ or Artistic
@@ -22,6 +22,11 @@ BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
+# don't provide the private XS.so() lib
+%global _use_internal_dependency_generator 0
+%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | 
%__find_provides"
+%global __find_provides %provfind
+
 %description
 PerlIO::gzip provides a PerlIO layer that manipulates files in the format
 used by the gzip program. Compression and decompression are implemented.
@@ -64,6 +69,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 10 2010 Iain Arnell <iarn...@gmail.com> 0.18-7.1
+- manually strip private Perl libs from autoprov output again
+
 * Mon Dec  7 2009 Stepan Kasal <ska...@redhat.com> - 0.18-7
 - rebuild against perl 5.10.1
 

--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to