[libkolabxml: 9/32] Correct installation directory for header files

Jeroen van Meeuwen kanarip at fedoraproject.org
Tue Jun 26 15:09:30 UTC 2012


commit 8aa4c97a0a5823893e08ad26d06c6f8d60092694
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed May 2 12:46:44 2012 +0100

    Correct installation directory for header files

 libkolabxml.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/libkolabxml.spec b/libkolabxml.spec
index 350fb97..e08a45d 100644
--- a/libkolabxml.spec
+++ b/libkolabxml.spec
@@ -3,7 +3,7 @@
 
 Name:           libkolabxml
 Version:        0.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Kolab XML format collection parser library
 
 Group:          System/Libraries
@@ -102,6 +102,7 @@ pushd build
     -DBOOST_INCLUDEDIR=%{_includedir}/boost141 \
     -DBoost_ADDITIONAL_VERSIONS="1.41;1.41.0" \
 %endif
+    -DINCLUDE_INSTALL_DIR=%{_includedir}/kolab \
     -DPYTHON_INCLUDE_DIRS=%{python_include} \
     -DPHP_BINDINGS=ON \
     -DPHP_INSTALL_DIR=%{php_extdir} \
@@ -132,7 +133,7 @@ rm -rf %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}
+%{_includedir}/kolab
 %{_libdir}/*.so
 %{_libdir}/cmake/Libkolabxml
 
@@ -147,7 +148,7 @@ rm -rf %{buildroot}
 %{python_sitearch}/_kolabformat.so
 
 %changelog
-* Wed May  2 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.4.0-1
+* Wed May  2 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.4.0-2
 - New version
 
 * Fri Apr 20 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.3.0-1


More information about the scm-commits mailing list