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 Tue Jul 11 17:41:43 UTC 2017 - aloisio@gmx.com

View File

@ -31,38 +31,37 @@ Requires: libgflags2 = %{version}
%description %description
The gflags package contains a library that implements commandline 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 increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which string, and the ability to define flags in the source file in which
they're used. they're used.
%package -n libgflags2 %package -n libgflags2
Summary: Library for commandline flag processing Summary: Library for commandline flag processing
Group: System/Libraries
%description -n libgflags2 %description -n libgflags2
The gflags package contains a library that implements commandline 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 increased flexibility, including built-in support for C++ types like
string, and the ability to define flags in the source file in which string, and the ability to define flags in the source file in which
they're used. they're used.
%package devel %package devel
Summary: Development files for gflags library Summary: Development files for gflags library
Group: Development/Libraries/C and C++
Requires: libgflags2 = %{version} Requires: libgflags2 = %{version}
%description devel %description devel
This package contains all necessary include files and libraries needed This package contains headers and build system meta files.
to develop applications that require the provided includes and
libraries.
%package devel-static %package devel-static
Summary: Statically linked development libraries for gflags Summary: Statically linked development libraries for gflags
Group: Development/Libraries/C and C++
Requires: %{name}-devel = %{version} Requires: %{name}-devel = %{version}
%description devel-static %description devel-static
This package contains all necessary include files and libraries needed This package contains the static libraries for gflags.
to develop applications that require the provided includes and
libraries.
%prep %prep
%setup -q %setup -q