[Bug 158733] perl(Inline) duplication

bugzilla at redhat.com bugzilla at redhat.com
Wed May 25 20:27:03 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: perl(Inline) duplication


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=158733





------- Additional Comments From jpo at di.uminho.pt  2005-05-25 16:27 EST -------
--- perl-PDL.spec.241_11        2005-05-12 05:28:34.000000000 +0100
+++ perl-PDL.spec       2005-05-25 21:25:12.000000000 +0100
@@ -34,7 +34,15 @@
 %patch0 -p1 -b .settings
 %patch1 -p1 -b .long

-# Explicitly filter perl(Tk)
+# Provides: explicitly filter perl(Inline)
+cat <<__EOF__ > %{name}-findperlprovides
+#!/bin/sh
+/usr/lib/rpm/perl.prov $* | grep -v 'perl(Inline)'
+__EOF__
+%define __perl_provides %{_builddir}/PDL-%{version}/%{name}-findperlprovides
+chmod +x %{__perl_provides}
+
+# Requires: explicitly filter perl(Tk)
 cat <<__EOF__ > %{name}-findperlrequires
 #!/bin/sh
 /usr/lib/rpm/perl.req $* | grep -v 'perl(Tk)'

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-perl-devel-list mailing list