diff --git a/librepo.changes b/librepo.changes index 67508e9..2e43eb0 100644 --- a/librepo.changes +++ b/librepo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 13 13:57:02 UTC 2018 - Jan Engelhardt + +- Fix RPM gruops. Update descriptions so that librepo0 + (which is going to be installed most of the time) has something + halfway useful. + ------------------------------------------------------------------- Thu Sep 13 11:19:32 UTC 2018 - Neal Gompa diff --git a/librepo.spec b/librepo.spec index 8382ca5..51ea2d4 100644 --- a/librepo.spec +++ b/librepo.spec @@ -1,6 +1,7 @@ # # spec file for package librepo # +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 Neal Gompa . # # All modifications and additions to the file contributed by third parties @@ -12,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -37,8 +38,8 @@ Name: librepo Version: 1.8.1 Release: 0 Summary: Repodata downloading library -License: LGPL-2.0+ -Group: System/Libraries +License: LGPL-2.0-or-later +Group: Development/Libraries/C and C++ URL: https://github.com/rpm-software-management/librepo Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -62,19 +63,20 @@ BuildRequires: python-rpm-macros %global __provides_exclude ^(%{python2_sitearch}/.*\\.so\\|%{python3_sitearch}/.*\\.so)$ %description -A library providing C and Python (libcURL like) API to downloading repository +A library providing C and Python (libcURL like) API for downloading repository metadata. %package -n %{libname} -Summary: Libraries for %{name} +Summary: Repodata downloading library Group: System/Libraries %description -n %{libname} -Libraries for %{name} +A library providing C and Python (libcURL like) API for downloading repository +metadata. %package -n %{devname} -Summary: Repodata downloading library -Group: Development/Languages/C and C++ +Summary: Header files for the Repodata downloading library +Group: Development/Libraries/C and C++ Provides: %{name}-devel = %{version}-%{release} Requires: %{libname}%{?_isa} = %{version}-%{release}