Projects
Kolab:3.4
libkolabxml
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 37
View file
libkolabxml.spec
Changed
@@ -189,7 +189,6 @@ Summary: PHP bindings for libkolabxml Group: System Environment/Libraries Requires: libkolabxml%{?_isa} = %{version} -Requires: php-kolab %if 0%{?rhel} > 5 || 0%{?fedora} > 15 Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} @@ -294,8 +293,13 @@ popd %if 0%{?with_php} > 0 -mkdir -p %{buildroot}/%{_datadir}/php +mkdir -p \ + %{buildroot}/%{_datadir}/php \ + %{buildroot}/%{php_inidir}/ mv %{buildroot}/%{php_extdir}/kolabformat.php %{buildroot}/%{_datadir}/php/kolabformat.php +cat > %{buildroot}/%{php_inidir}/kolabformat.ini << EOF +extension=kolabformat.so +EOF %endif %check @@ -362,6 +366,7 @@ %dir %{_libdir}/php %dir %{php_extdir} %endif +%config(noreplace) %{php_inidir}/kolabformat.ini %endif %if 0%{?with_python} > 0
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +libkolabxml (1.0.1-0~kolab3) unstable; urgency=low + + * No need to require php-kolab any longer, resolving #1632 + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Sun, 03 Mar 2014 16:38:05 +0200 + libkolabxml (1.0.1-0~kolab2) unstable; urgency=low * Simply own all files in the cmake directory
View file
debian.control
Changed
@@ -34,11 +34,10 @@ Package: php-kolabformat Architecture: any Depends: libkolabxml1 (= ${binary:Version}), - php-kolab, ${misc:Depends}, ${shlibs:Depends}, ${php:Depends}, - ucf + ucf Description: PHP bindings for Kolab Format 3.0 XML parsing Libkolabxml is the reference implementation of the Kolab XML format For more information see the libkolabxml package.
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.