Hello community, here is the log from the commit of package nghttp2 for openSUSE:Factory checked in at 2015-03-19 21:21:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nghttp2 (Old) and /work/SRC/openSUSE:Factory/.nghttp2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nghttp2" Changes: -------- --- /work/SRC/openSUSE:Factory/nghttp2/nghttp2.changes 2015-03-18 13:04:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.nghttp2.new/nghttp2.changes 2015-03-19 21:21:01.000000000 +0100 @@ -1,0 +2,5 @@ +Wed Mar 18 21:29:49 UTC 2015 - [email protected] + +- Avoid shipping documentation redundantly. Set RPM groups. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nghttp2.spec ++++++ --- /var/tmp/diff_new_pack.yJPHge/_old 2015-03-19 21:21:01.000000000 +0100 +++ /var/tmp/diff_new_pack.yJPHge/_new 2015-03-19 21:21:01.000000000 +0100 @@ -23,6 +23,8 @@ License: MIT Group: Development/Libraries/C and C++ Url: https://nghttp2.org/ + +#Git-Clone: git://github.com/tatsuhiro-t/nghttp2 Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: boost-devel BuildRequires: gcc-c++ @@ -67,7 +69,8 @@ Provides: %{name}-devel %description -n lib%{name}-devel -Development files for usage with lib%{name} which implements Hypertext Transfer Protocol version 2 +Development files for usage with lib%{name}, which implements Hypertext +Transfer Protocol version 2. %package -n lib%{name}_asio-devel Summary: Development files for %{name} @@ -75,14 +78,16 @@ Requires: lib%{name}_asio0 = %{version} %description -n lib%{name}_asio-devel -Development files for usage with lib%{name}_aio which implements asynchronous Hypertext Transfer Protocol version 2 +Development files for usage with lib%{name}_aio, which implements asynchronous +Hypertext Transfer Protocol version 2. %package doc Summary: Documentation for %{name} -Group: Documentation +Group: Documentation/HTML %description doc -Documentation for %{name} which includes shared C library, HTTP/2 client, server and proxy. +Documentation for %{name}, which includes a shared C library, HTTP/2 client, +server and proxy. %prep %setup -q @@ -90,7 +95,7 @@ %build %configure \ --enable-asio-lib \ - --enable-static=no + --disable-static make %{?_smp_mflags} all html %check @@ -98,8 +103,7 @@ %install make DESTDIR=%{buildroot} install %{?_smp_mflags} -rm -rf %{buildroot}%{_libdir}/lib%{name}.la -rm -rf %{buildroot}%{_libdir}/lib%{name}_asio.la +rm -f "%{buildroot}/%{_libdir}"/*.la # none of applications using these man pages is built rm -rf %{buildroot}%{_mandir}/man1/* rm -rf doc/manual/html/.buildinfo @@ -114,23 +118,22 @@ %files %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog %{_bindir}/deflatehd %{_bindir}/inflatehd %files -n lib%{name}-5 %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog +%doc COPYING %{_libdir}/lib%{name}.so.* %files -n lib%{name}_asio0 %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog +%doc COPYING %{_libdir}/lib%{name}_asio.so.* %files -n lib%{name}-devel %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog +%doc ChangeLog %dir %{_includedir}/%{name} %{_includedir}/%{name}/nghttp2.h %{_includedir}/%{name}/nghttp2ver.h @@ -139,7 +142,6 @@ %files -n lib%{name}_asio-devel %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog %dir %{_includedir}/%{name} %{_includedir}/%{name}/asio_http2.h %{_libdir}/lib%{name}_asio.so @@ -147,7 +149,7 @@ %files doc %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog +%doc AUTHORS ChangeLog %doc doc/manual/html %dir %{_datadir}/doc/%{name} %doc %{_datadir}/doc/%{name}/README.rst -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
