]> git.pld-linux.org Git - packages/libkolabxml.git/commitdiff
- up to 1.1.6 auto/th/libkolabxml-1.1.6-1
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Apr 2017 23:55:01 +0000 (01:55 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Wed, 12 Apr 2017 23:55:01 +0000 (01:55 +0200)
libkolabxml.spec

index a13c0b703de4427421bcf76093b9a78b9f7bf450..8697270313ec40336992d6096cc067df641a7353 100644 (file)
@@ -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
 
This page took 0.094199 seconds and 4 git commands to generate.