Fix typo and filtering of private libs
This commit is contained in:
parent
d4d2730f8c
commit
92861f0809
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user