Accepting request 636415 from system:packagemanager:dnf

OBS-URL: https://build.opensuse.org/request/show/636415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librepo?expand=0&rev=4
This commit is contained in:
Yuchen Lin 2018-09-19 12:30:57 +00:00 committed by Git OBS Bridge
commit a2b99bf725
2 changed files with 17 additions and 8 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Sep 13 13:57:02 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- 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 <ngompa13@gmail.com>

View File

@ -1,6 +1,7 @@
#
# spec file for package librepo
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 Neal Gompa <ngompa13@gmail.com>.
#
# 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}