[yap] Do not rpm-provide private libraries

Petr Pisar ppisar at fedoraproject.org
Tue Jan 4 10:45:40 UTC 2011


commit 7f0edccb0266335b7b4b43c34d60c14868647fe6
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Dec 22 10:02:30 2010 +0100

    Do not rpm-provide private libraries

 yap.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/yap.spec b/yap.spec
index 77f33b3..20bc7c6 100644
--- a/yap.spec
+++ b/yap.spec
@@ -21,6 +21,10 @@ BuildRequires:  autoconf
 Requires(post):   /sbin/install-info, /sbin/ldconfig
 Requires(postun): /sbin/install-info, /sbin/ldconfig
 
+# Do not provide private libraries
+%filter_provides_in /usr/lib64/Yap/
+%filter_setup
+
 %description
 A high-performance Prolog compiler developed at LIACC, Universidade do
 Porto. The Prolog engine is based in the WAM (Warren Abstract


More information about the scm-commits mailing list