rpms/fcgi/devel fcgi.spec,1.11,1.12

Chris Weyl cweyl at fedoraproject.org
Tue Jan 19 06:39:54 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/fcgi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27487

Modified Files:
	fcgi.spec 
Log Message:
* Mon Jan 18 2010 Chris Weyl <cweyl at alumni.drew.edu> - 2.4.0-12
- drop perl .so provides filtering, as it may have multiarch rpm implications



Index: fcgi.spec
===================================================================
RCS file: /cvs/extras/rpms/fcgi/devel/fcgi.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- fcgi.spec	4 Dec 2009 02:07:10 -0000	1.11
+++ fcgi.spec	19 Jan 2010 06:39:53 -0000	1.12
@@ -18,11 +18,6 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 # for -perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
 
-# don't "provide" private Perl libs
-%global _use_internal_dependency_generator 0
-%global provfind /bin/sh -c "grep -v '%perl_vendorarch.*\\.so$' | %__find_provides"
-%global __find_provides %provfind
-
 %description
 FastCGI is a language independent, scalable, open extension to CGI that
 provides high performance without the limitations of server specific APIs.
@@ -135,14 +130,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files perl
 %defattr(-,root,root,-)
+%doc perl/ChangeLog perl/README perl/*.fpl 
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto
 %{_mandir}/man3/*.3pm*
 %defattr(0644,root,root,0755)
-%doc perl/ChangeLog perl/README perl/*.fpl 
 
 
 %changelog
+* Mon Jan 18 2010 Chris Weyl <cweyl at alumni.drew.edu> - 2.4.0-12
+- drop perl .so provides filtering, as it may have multiarch rpm implications
+
 * Fri Dec  4 2009 Stepan Kasal <skasal at redhat.com> - 2.4.0-11
 - rebuild against perl 5.10.1
 



More information about the scm-commits mailing list