From 448df7a0e8a4b60539963f25ff594d1ae4de8f85062962b0d722d3a55cacb8fd Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 6 Mar 2015 18:20:11 +0000 Subject: [PATCH] - Fix rpm group OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/nghttp2?expand=0&rev=5 --- nghttp2.changes | 5 +++++ nghttp2.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/nghttp2.changes b/nghttp2.changes index 6140177..7d5b389 100644 --- a/nghttp2.changes +++ b/nghttp2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 6 18:19:47 UTC 2015 - mpluskal@suse.com + +- Fix rpm group + ------------------------------------------------------------------- Tue Mar 3 22:15:13 UTC 2015 - mpluskal@suse.com diff --git a/nghttp2.spec b/nghttp2.spec index 508e9e3..9cb0283 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -21,7 +21,7 @@ Version: 0.7.5 Release: 0 Summary: Implementation of Hypertext Transfer Protocol version 2 in C License: MIT -Group: Devel/Libraries/C and C++ +Group: Development/Libraries/C and C++ Url: https://nghttp2.org/ Source: https://github.com/tatsuhiro-t/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: boost-devel @@ -63,8 +63,8 @@ Shared librarios for asynchronous implementation of Hypertext Transfer Protocol %package -n lib%{name}-devel Summary: Development files for %{name} Group: Development/Languages/C and C++ -Provides: %{name}-devel Requires: lib%{name}-5 = %{version} +Provides: %{name}-devel %description -n lib%{name}-devel Development files for usage with lib%{name} which implements Hypertext Transfer Protocol version 2 @@ -147,7 +147,7 @@ rm -rf doc/manual/html/.buildinfo %files doc %defattr(-,root,root) -%doc COPYING AUTHORS ChangeLog +%doc COPYING AUTHORS ChangeLog %doc doc/manual/html %dir %{_datadir}/doc/%{name} %doc %{_datadir}/doc/%{name}/README.rst