diff --git a/bullet.spec b/bullet.spec index 946555d..c18a7ff 100644 --- a/bullet.spec +++ b/bullet.spec @@ -2,7 +2,7 @@ Name: bullet Version: 2.82 -Release: 6%{?dist} +Release: 7%{?dist} Summary: 3D Collision Detection and Rigid Body Dynamics Library Group: Development/Libraries License: zlib and MIT and BSD @@ -37,6 +37,16 @@ Requires: cmake Development headers and libraries for %{name}. +%package devel-doc +Summary: Documentation for developing programs that will use %{name}-devel +Group: Development/Libraries +License: zlib and LGPLv2+ +Requires: %{name}-extras%{?_isa} = %{version}-%{release} + +%description devel-doc +Documentation (PDF) for developing programs that will use %{name}-devel. + + %package extras Summary: Extra libraries for %{name} Group: Development/Libraries @@ -119,7 +129,6 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libLinearMath.so.* %files devel -%doc Bullet_User_Manual.pdf %dir %{_includedir}/%{name} %{_includedir}/%{name}/*.h %{_includedir}/%{name}/BulletCollision @@ -134,6 +143,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/bullet.pc %{_libdir}/cmake/%{name} +%files devel-doc +%doc Bullet_User_Manual.pdf + %files extras %{_libdir}/libConvexDecomposition.so.* %{_libdir}/libGIMPACTUtils.so.* @@ -157,6 +169,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libBulletXmlWorldImporter.so %changelog +* Sat Oct 03 2015 François Cami - 2.82-7 +- Move Bullet_User_Manual.pdf to a separate devel-doc package. + * Wed Jun 17 2015 Fedora Release Engineering - 2.82-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild