Install the development headers in the appropriately named location
This commit is contained in:
parent
13f3eac20b
commit
56da2360b1
@ -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@kolabsys.com> - 0.5-1
|
||||
* Sat May 12 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.5-2
|
||||
- Snapshot version with build system changes
|
||||
|
||||
* Wed May 9 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 0.4.0-3
|
||||
|
Loading…
Reference in New Issue
Block a user