Accepting request 452952 from home:jengelh:branches:Virtualization
- Use more appropriate RPM group - Drop unnecessary %__ macro indirections OBS-URL: https://build.opensuse.org/request/show/452952 OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db-tools?expand=0&rev=8
This commit is contained in:
parent
cb7b568d37
commit
9d07f840fe
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 27 13:45:33 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Use more appropriate RPM group
|
||||||
|
- Drop unnecessary %__ macro indirections
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 1 16:21:17 MST 2016 - carnold@suse.com
|
Thu Dec 1 16:21:17 MST 2016 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ Version: 1.1.0
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for managing the osinfo database
|
Summary: Tools for managing the osinfo database
|
||||||
License: LGPL-2.1+ and GPL-2.0+
|
License: LGPL-2.1+ and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Management
|
||||||
URL: http://libosinfo.org/
|
URL: http://libosinfo.org/
|
||||||
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
|
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -41,10 +41,10 @@ information about operating systems for use with virtualization
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=/usr
|
%configure --prefix=/usr
|
||||||
%__make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%__make install DESTDIR=%{buildroot}
|
make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user