Hello community, here is the log from the commit of package flickcurl for openSUSE:Factory checked in at 2017-10-09 19:47:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/flickcurl (Old) and /work/SRC/openSUSE:Factory/.flickcurl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "flickcurl" Mon Oct 9 19:47:34 2017 rev:17 rq:532723 version:1.26 Changes: -------- --- /work/SRC/openSUSE:Factory/flickcurl/flickcurl.changes 2017-10-07 17:52:52.961455867 +0200 +++ /work/SRC/openSUSE:Factory/.flickcurl.new/flickcurl.changes 2017-10-09 19:48:52.577856271 +0200 @@ -1,0 +2,7 @@ +Sat Oct 7 23:40:03 UTC 2017 - [email protected] + +- Avoid double shipping of documentation. Rectify RPM group + and update summaries. +- %_mandir is implicitly tagged %doc already. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ flickcurl.spec ++++++ --- /var/tmp/diff_new_pack.imMmQY/_old 2017-10-09 19:48:53.233827440 +0200 +++ /var/tmp/diff_new_pack.imMmQY/_new 2017-10-09 19:48:53.237827265 +0200 @@ -16,7 +16,7 @@ # -%define soname 0 +%define sover 0 Name: flickcurl Version: 1.26 Release: 0 @@ -52,9 +52,9 @@ photos, tags, and machine tags. %package doc -Summary: C Library API to the Flickr Web Service (Documentation) +Summary: Documentation for flickcurl, a Flickr Web Service C library Group: Documentation/Other -Requires: libflickcurl%{soname} = %{version} +Requires: libflickcurl%{sover} = %{version} %description doc Flickcurl is a C library for calling the Flickr Web service API. It handles the @@ -68,11 +68,11 @@ This subpackage contains the developer documentation for %{name}. -%package -n libflickcurl%{soname} +%package -n libflickcurl%{sover} Summary: C Library API to the Flickr Web Service Group: System/Libraries -%description -n libflickcurl%{soname} +%description -n libflickcurl%{sover} Flickcurl is a C library for calling the Flickr Web service API. It handles the API signing, token management, and parameter encoding and decoding, resulting in C functions for the Web services APIs. It... uses libcurl to call the REST @@ -83,10 +83,10 @@ photos, tags, and machine tags. %package -n libflickcurl-devel -Summary: C Library API to the Flickr Web Service +Summary: Development files for flickurl, a Flickr Web Service library Group: Development/Libraries/C and C++ Requires: libcurl-devel -Requires: libflickcurl%{soname} = %{version} +Requires: libflickcurl%{sover} = %{version} Requires: libraptor-devel >= 1.4.0 Requires: pkgconfig(libxml-2.0) @@ -119,23 +119,23 @@ chrpath --delete %{buildroot}%{_bindir}/flickcurl chrpath --delete %{buildroot}%{_bindir}/flickrdf -%post -n libflickcurl%{soname} -p /sbin/ldconfig +%post -n libflickcurl%{sover} -p /sbin/ldconfig -%postun -n libflickcurl%{soname} -p /sbin/ldconfig +%postun -n libflickcurl%{sover} -p /sbin/ldconfig %files %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README* +%doc AUTHORS ChangeLog LICENSE* NEWS* NOTICE README* %{_bindir}/flickcurl %{_bindir}/flickrdf -%doc %{_mandir}/man1/flickcurl.1%{ext_man} -%doc %{_mandir}/man1/flickrdf.1%{ext_man} +%{_mandir}/man1/flickcurl.1%{ext_man} +%{_mandir}/man1/flickrdf.1%{ext_man} -%files -n libflickcurl%{soname} +%files -n libflickcurl%{sover} %defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING.LIB LICENSE* NEWS* NOTICE README* -%{_libdir}/libflickcurl.so.%{soname} -%{_libdir}/libflickcurl.so.%{soname}.*.* +%doc COPYING.LIB +%{_libdir}/libflickcurl.so.%{sover} +%{_libdir}/libflickcurl.so.%{sover}.*.* %files -n libflickcurl-devel %defattr(-,root,root) @@ -143,7 +143,7 @@ %{_includedir}/flickcurl.h %{_libdir}/libflickcurl.so %{_libdir}/pkgconfig/flickcurl.pc -%doc %{_mandir}/man1/flickcurl-config.1%{ext_man} +%{_mandir}/man1/flickcurl-config.1%{ext_man} %files doc %defattr(-,root,root)
