From 4e1d351041a064ef59356b77479032edb1fbe77231ca848c7f48a666516c083e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 30 Oct 2018 10:45:41 +0000 Subject: [PATCH] Accepting request 645500 from home:jengelh:branches:devel:libraries:c_c++ - Add RPM groups. Fix wrong devel-static description. OBS-URL: https://build.opensuse.org/request/show/645500 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gflags?expand=0&rev=3 --- gflags.changes | 5 +++++ gflags.spec | 15 +++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/gflags.changes b/gflags.changes index 93eb550..11ecfdb 100644 --- a/gflags.changes +++ b/gflags.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 30 10:29:06 UTC 2018 - Jan Engelhardt + +- Add RPM groups. Fix wrong devel-static description. + ------------------------------------------------------------------- Tue Jul 11 17:41:43 UTC 2017 - aloisio@gmx.com diff --git a/gflags.spec b/gflags.spec index d4ce286..04ac1ed 100644 --- a/gflags.spec +++ b/gflags.spec @@ -31,38 +31,37 @@ Requires: libgflags2 = %{version} %description The gflags package contains a library that implements commandline -flags processing. As such it's a replacement for getopt(). It has +flags processing. As such, it is a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. %package -n libgflags2 Summary: Library for commandline flag processing +Group: System/Libraries %description -n libgflags2 The gflags package contains a library that implements commandline -flags processing. As such it's a replacement for getopt(). It has +flags processing. As such, it is a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. %package devel Summary: Development files for gflags library +Group: Development/Libraries/C and C++ Requires: libgflags2 = %{version} %description devel -This package contains all necessary include files and libraries needed -to develop applications that require the provided includes and -libraries. +This package contains headers and build system meta files. %package devel-static Summary: Statically linked development libraries for gflags +Group: Development/Libraries/C and C++ Requires: %{name}-devel = %{version} %description devel-static -This package contains all necessary include files and libraries needed -to develop applications that require the provided includes and -libraries. +This package contains the static libraries for gflags. %prep %setup -q