[packages/libkolabxml] - rel 5; no php deps versioning for now; no idea how to make these with new php deps style
arekm
arekm at pld-linux.org
Mon May 26 18:18:35 CEST 2014
commit a5386bad0c32514054a5c5db2bd2fad16b13e5e8
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon May 26 18:18:32 2014 +0200
- rel 5; no php deps versioning for now; no idea how to make these with new php deps style
libkolabxml.spec | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/libkolabxml.spec b/libkolabxml.spec
index 6120be0..e1b9fb5 100644
--- a/libkolabxml.spec
+++ b/libkolabxml.spec
@@ -1,11 +1,12 @@
#
# Conditional build:
%bcond_without tests # build without tests
-
+#
+%define min_php 4:5.3
Summary: Kolab XML format collection parser library
Name: libkolabxml
Version: 1.0.1
-Release: 4
+Release: 5
License: LGPL v3+
Group: Libraries
URL: http://www.kolab.org/
@@ -20,7 +21,8 @@ BuildRequires: kde4-kdelibs-devel
BuildRequires: kde4-kdepimlibs-devel
BuildRequires: libstdc++-devel
BuildRequires: libuuid-devel
-BuildRequires: %{php_name}-devel >= 4:5.3
+#BuildRequires: %{php_name}-devel >= %{min_php}
+BuildRequires: %{php_name}-devel
BuildRequires: python-devel
BuildRequires: qt4-build
BuildRequires: rpmbuild(macros) >= 1.600
@@ -49,7 +51,8 @@ Requires: kde4-kdelibs-devel
Requires: kde4-kdepimlibs-devel
Requires: libstdc++-devel
Requires: libuuid-devel
-Requires: %{php_name}-devel >= 5.3
+#Requires: %{php_name}-devel >= %{min_php}
+Requires: %{php_name}-devel
Requires: python-devel
Requires: swig
Requires: xerces-c-devel
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libkolabxml.git/commitdiff/a5386bad0c32514054a5c5db2bd2fad16b13e5e8
More information about the pld-cvs-commit
mailing list