[libkolabxml: 29/32] Fix typo and filtering of private libs

Jeroen van Meeuwen kanarip at fedoraproject.org
Tue Jun 26 15:11:12 UTC 2012


commit 92861f08091dfc60f53afab5e7f13c217cd543b9
Author: Christoph Wickert <wickert at kolabsys.com>
Date:   Mon Jun 25 12:49:52 2012 +0200

    Fix typo and filtering of private libs

 libkolabxml.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libkolabxml.spec b/libkolabxml.spec
index cc6a49f..0b3c2b3 100644
--- a/libkolabxml.spec
+++ b/libkolabxml.spec
@@ -6,8 +6,8 @@
 # Filter out private python and php libs. Does not work on EPEL5,
 # therefor we use it conditionally
 %{?filter_setup:
-%filter_from_provides %{python_sitearch}/.*\.so$
-%filter_from_provides %{php_extdir}/.*\.so$
+%filter_provides_in %{python_sitearch}/.*\.so$
+%filter_provides_in %{php_extdir}/.*\.so$
 %filter_setup
 }
 
@@ -79,7 +79,7 @@ Requires:       xsd
 Requires:       xsd-utils
 
 %description devel
-Development headers for the Kolab XML libraries
+Development headers for the Kolab XML libraries.
 
 %package -n php-kolabformat
 Summary:        PHP bindings for libkolabxml


More information about the scm-commits mailing list