rpms/perl-PerlIO-gzip/EL-4 perl-PerlIO-gzip.spec,1.7,1.8

Iain Arnell iarnell at fedoraproject.org
Wed Mar 10 04:55:22 UTC 2010


Author: iarnell

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

Modified Files:
	perl-PerlIO-gzip.spec 
Log Message:
* Wed Mar 10 2010 Iain Arnell <iarnell at 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-4/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:55:22 -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 <iarnell at gmail.com> 0.18-7.1
+- manually strip private Perl libs from autoprov output again
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.18-7
 - rebuild against perl 5.10.1
 




More information about the perl-devel mailing list