[libkolabxml: 16/32] Install the development headers in the appropriately named location

Jeroen van Meeuwen kanarip at fedoraproject.org
Tue Jun 26 15:10:06 UTC 2012


commit 56da2360b16bfb66e420856ca351eaf0b99739f0
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Sat May 12 13:30:52 2012 +0100

    Install the development headers in the appropriately named location

 libkolabxml.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libkolabxml.spec b/libkolabxml.spec
index c1e4c46..27a9626 100644
--- a/libkolabxml.spec
+++ b/libkolabxml.spec
@@ -4,7 +4,7 @@
 
 Name:           libkolabxml
 Version:        0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Kolab XML format collection parser library
 
 Group:          System/Libraries
@@ -103,7 +103,7 @@ pushd build
     -DBOOST_INCLUDEDIR=%{_includedir}/boost141 \
     -DBoost_ADDITIONAL_VERSIONS="1.41;1.41.0" \
 %endif
-    -DINCLUDE_INSTALL_DIR=%{_includedir}/kolab \
+    -DINCLUDE_INSTALL_DIR=%{_includedir}/kolabxml \
     -DPYTHON_INCLUDE_DIRS=%{python_include} \
     -DPHP_BINDINGS=ON \
     -DPHP_INSTALL_DIR=%{php_extdir} \
@@ -142,7 +142,7 @@ rm -rf %{buildroot}
 
 %files devel
 %defattr(-,root,root,-)
-%{_includedir}/kolab
+%{_includedir}/kolabxml
 %{_libdir}/*.so
 %{_libdir}/cmake/Libkolabxml
 
@@ -158,7 +158,7 @@ rm -rf %{buildroot}
 %{python_sitearch}/_kolabformat.so
 
 %changelog
-* Sat May 12 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.5-1
+* Sat May 12 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.5-2
 - Snapshot version with build system changes
 
 * Wed May  9 2012 Jeroen van Meeuwen <vanmeeuwen at kolabsys.com> - 0.4.0-3


More information about the scm-commits mailing list