Upstream version 0.3.0

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2012-04-20 10:37:53 +01:00
parent 3e56846d8d
commit 5581ab9ce7

View File

@ -2,8 +2,8 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: libkolabxml
Version: 0.3
Release: 0.1%{?dist}
Version: 0.3.0
Release: 1%{?dist}
Summary: Kolab XML format collection parser library
Group: System/Libraries
@ -93,6 +93,7 @@ mkdir -p build
pushd build
%{cmake} -Wno-fatal-errors -Wno-errors \
-DCMAKE_SKIP_RPATH=ON \
-DCMAKE_PREFIX_PATH=%{_libdir} \
%if 0%{?rhel} < 6 && 0%{?fedora} < 15
-DBOOST_LIBRARYDIR=%{_libdir}/boost141 \
-DBOOST_INCLUDEDIR=%{_includedir}/boost141 \
@ -145,6 +146,9 @@ rm -rf %{buildroot}
%{python_sitearch}/_kolabformat.so
%changelog
* Fri Apr 20 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3.0-1
- New version
* Mon Apr 9 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.3-0.1
- First package