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
This commit is contained in:
Ismail Dönmez 2018-10-30 10:45:41 +00:00 committed by Git OBS Bridge
parent 04e4469437
commit 4e1d351041
2 changed files with 12 additions and 8 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 30 10:29:06 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Add RPM groups. Fix wrong devel-static description.
-------------------------------------------------------------------
Tue Jul 11 17:41:43 UTC 2017 - aloisio@gmx.com

View File

@ -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