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:
parent
d5639ae93e
commit
4a8ba210db
@ -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
|
Mon Feb 13 15:47:19 UTC 2017 - tchvatal@suse.com
|
||||||
|
|
||||||
|
10
gpgme.spec
10
gpgme.spec
@ -67,7 +67,7 @@ management. It uses GnuPG as its back-end.
|
|||||||
|
|
||||||
%package -n libgpgme11
|
%package -n libgpgme11
|
||||||
Summary: Programmatic library interface to GnuPG
|
Summary: Programmatic library interface to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
Requires: gpg2
|
Requires: gpg2
|
||||||
|
|
||||||
%description -n libgpgme11
|
%description -n libgpgme11
|
||||||
@ -98,7 +98,7 @@ making use of libgpgme.
|
|||||||
%if 0%{with_cpp}
|
%if 0%{with_cpp}
|
||||||
%package -n libgpgmepp6
|
%package -n libgpgmepp6
|
||||||
Summary: Programmatic C++ library interface to GnuPG
|
Summary: Programmatic C++ library interface to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
Requires: gpg2
|
Requires: gpg2
|
||||||
|
|
||||||
%description -n libgpgmepp6
|
%description -n libgpgmepp6
|
||||||
@ -132,7 +132,7 @@ making use of libgpgmepp.
|
|||||||
%if 0%{with_python2}
|
%if 0%{with_python2}
|
||||||
%package -n python-gpg
|
%package -n python-gpg
|
||||||
Summary: Python 2 bindings for GPGME, a library for accessing GnuPG
|
Summary: Python 2 bindings for GPGME, a library for accessing GnuPG
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Languages/Python
|
||||||
|
|
||||||
%description -n python-gpg
|
%description -n python-gpg
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
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}
|
%if 0%{with_python3}
|
||||||
%package -n python3-gpg
|
%package -n python3-gpg
|
||||||
Summary: Python 3 bindings for GPGME, a library for accessing GnuPG
|
Summary: Python 3 bindings for GPGME, a library for accessing GnuPG
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Languages/Python
|
||||||
|
|
||||||
%description -n python3-gpg
|
%description -n python3-gpg
|
||||||
GnuPG Made Easy (GPGME) is a library designed to make access to GnuPG
|
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
|
%package -n libqgpgme7
|
||||||
Summary: Programmatic Qt library interface to GnuPG
|
Summary: Programmatic Qt library interface to GnuPG
|
||||||
Group: Development/Libraries/C and C++
|
Group: System/Libraries
|
||||||
Requires: gpg2
|
Requires: gpg2
|
||||||
|
|
||||||
%description -n libqgpgme7
|
%description -n libqgpgme7
|
||||||
|
Loading…
Reference in New Issue
Block a user