Accepting request 456923 from home:jengelh:branches:Base:System

- Fix RPM groups

OBS-URL: https://build.opensuse.org/request/show/456923
OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=82
This commit is contained in:
Marcus Meissner 2017-02-14 06:39:37 +00:00 committed by Git OBS Bridge
parent d5639ae93e
commit 4a8ba210db
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 13 18:39:46 UTC 2017 - jengelh@inai.de
- Fix RPM groups
-------------------------------------------------------------------
Mon Feb 13 15:47:19 UTC 2017 - tchvatal@suse.com

View File

@ -67,7 +67,7 @@ management. It uses GnuPG as its back-end.
%package -n libgpgme11
Summary: Programmatic library interface to GnuPG
Group: Development/Libraries/C and C++
Group: System/Libraries
Requires: gpg2
%description -n libgpgme11
@ -98,7 +98,7 @@ making use of libgpgme.
%if 0%{with_cpp}
%package -n libgpgmepp6
Summary: Programmatic C++ library interface to GnuPG
Group: Development/Libraries/C and C++
Group: System/Libraries
Requires: gpg2
%description -n libgpgmepp6
@ -132,7 +132,7 @@ making use of libgpgmepp.
%if 0%{with_python2}
%package -n python-gpg
Summary: Python 2 bindings for GPGME, a library for accessing GnuPG
Group: Development/Libraries/Python
Group: Development/Languages/Python
%description -n python-gpg
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@ -146,7 +146,7 @@ This package contains the bindings to use the library from Python 2 applications
%if 0%{with_python3}
%package -n python3-gpg
Summary: Python 3 bindings for GPGME, a library for accessing GnuPG
Group: Development/Libraries/Python
Group: Development/Languages/Python
%description -n python3-gpg
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
@ -159,7 +159,7 @@ This package contains the bindings to use the library from Python 3 applications
%package -n libqgpgme7
Summary: Programmatic Qt library interface to GnuPG
Group: Development/Libraries/C and C++
Group: System/Libraries
Requires: gpg2
%description -n libqgpgme7