enable PHP again, supporting PHP 7
This commit is contained in:
parent
f4088326d7
commit
a5d9dd8c35
@ -8,7 +8,7 @@
|
||||
%global with_java 1
|
||||
%if 0%{?fedora} > 24
|
||||
# FTBFS on rawhide -- rex
|
||||
%global with_php 0
|
||||
%global with_php 1
|
||||
%else
|
||||
%global with_php 1
|
||||
%endif
|
||||
@ -51,7 +51,7 @@
|
||||
|
||||
Name: libkolabxml
|
||||
Version: 1.1.6
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
Summary: Kolab XML format collection parser library
|
||||
|
||||
License: LGPLv3+
|
||||
@ -165,6 +165,7 @@ bindings provided through libkolabxml.
|
||||
|
||||
%prep
|
||||
%setup -q -n libkolabxml-%{version}
|
||||
sed -i "s/-php/-php7/g" src/php/CMakeLists.txt
|
||||
|
||||
|
||||
%build
|
||||
@ -264,6 +265,9 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.6-9
|
||||
- enable PHP again, supporting PHP 7
|
||||
|
||||
* Mon Jan 21 2019 Timotheus Pokorra <timotheus.pokorra@solidcharity.com> - 1.1.6-8
|
||||
- enable Python again, supporting Python 3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user