diff --git a/scamper.changes b/scamper.changes index 66b99bd..5f33bc4 100644 --- a/scamper.changes +++ b/scamper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 21 18:29:06 UTC 2016 - mardnh@gmx.de + +- moved man3/* from lib- to -devel subpackage +- removed useless provides from libscamperfile0 + ------------------------------------------------------------------- Wed Aug 17 17:49:53 UTC 2016 - mardnh@gmx.de diff --git a/scamper.spec b/scamper.spec index ad3b296..822b187 100644 --- a/scamper.spec +++ b/scamper.spec @@ -45,7 +45,6 @@ infer where the failure appears to occur. %package -n libscamperfile0 Summary: File access library for scamper's binary dump format Group: System/Libraries -Provides: libscamperfile0 = %{version}-%{release} %description -n libscamperfile0 Scamper is a program that is able to conduct Internet measurement @@ -97,11 +96,11 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n libscamperfile0 %defattr(-,root,root) %{_libdir}/libscamperfile.so.* -%{_mandir}/man3/* %files -n libscamperfile-devel %defattr(-,root,root) %{_includedir}/scamper_* %{_libdir}/libscamperfile.so +%{_mandir}/man3/* %changelog