Accepting request 671238 from home:jengelh:branches:hardware
- Use noun phrase in summaries. OBS-URL: https://build.opensuse.org/request/show/671238 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=66
This commit is contained in:
parent
e1582ea2e4
commit
07709c5162
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 23:00:50 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrase in summaries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 11:29:25 MST 2019 - carnold@suse.com
|
||||
|
||||
@ -686,4 +691,3 @@ Tue Jan 31 08:48:28 UTC 2012 - dimstar@opensuse.org
|
||||
Wed Nov 23 16:43:35 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
- Initial package, version 0.0.2
|
||||
|
||||
|
@ -13,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/
|
||||
#
|
||||
|
||||
|
||||
@ -22,9 +22,9 @@
|
||||
Name: libosinfo
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Summary: Operating system and hyperviro information management library
|
||||
License: LGPL-2.1-or-later AND GPL-2.0-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: https://releases.pagure.org/libosinfo/
|
||||
Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
|
||||
Source1: ids.tar.bz2
|
||||
@ -50,7 +50,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package -n libosinfo-1_0-0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
Summary: Operating system and hyperviro information management library
|
||||
Group: System/Libraries
|
||||
Requires: %{name} >= %{version}
|
||||
|
||||
@ -60,7 +60,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package -n typelib-1_0-Libosinfo-1_0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
Summary: Typelib files for libosinfo
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Libosinfo-1_0
|
||||
@ -69,7 +69,7 @@ determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
%package devel
|
||||
Summary: Manage information about operating systems and hypervisors - Development Files
|
||||
Summary: Header files for libosinfo, an OS/hypervisor information library
|
||||
Group: Development/Languages/C and C++
|
||||
Requires: libosinfo-1_0-0 = %{version}
|
||||
Requires: typelib-1_0-Libosinfo-1_0 = %{version}
|
||||
@ -79,8 +79,8 @@ libosinfo is a library that allows virtualization provisioning tools to
|
||||
determine the optimal device settings for a hypervisor/operating system
|
||||
combination.
|
||||
|
||||
Libraries, includes, etc. to compile with the libosinfo library
|
||||
This package also provides the Vala bindings for libosinfo library.
|
||||
This package provides includes to compile with the libosinfo library,
|
||||
as well as Vala bindings for the libosinfo library.
|
||||
|
||||
%if %{with_lang}
|
||||
%lang_package
|
||||
|
Loading…
x
Reference in New Issue
Block a user