From 9b3fc27909d0570253d9a222965a55811358ff59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 13 Apr 2017 01:55:01 +0200 Subject: [PATCH] - up to 1.1.6 --- libkolabxml.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libkolabxml.spec b/libkolabxml.spec index a13c0b7..8697270 100644 --- a/libkolabxml.spec +++ b/libkolabxml.spec @@ -7,12 +7,12 @@ %define php_name php55 Summary: Kolab XML format collection parser library Name: libkolabxml -Version: 1.1.0 -Release: 8 +Version: 1.1.6 +Release: 1 License: LGPL v3+ Group: Libraries Source0: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz -# Source0-md5: a7166537c869ec065613f6b15a3ab86a +# Source0-md5: eec4b8bf117a6e263eed9ee800ae3aa6 URL: http://www.kolab.org/ BuildRequires: QtCore-devel BuildRequires: boost-devel @@ -125,13 +125,13 @@ cd .. %if %{with php} cd src/php php -d 'enable_dl=On' '-dextension=../../src/php/kolabformat.so' test.php -cd .. +cd ../.. %endif %if %{with python} -cd python +cd src/python # FIXME %{__python} test.py || -cd .. +cd ../.. %endif %endif -- 2.44.0