Accepting request 755357 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/755357 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/osinfo-db-tools?expand=0&rev=7
This commit is contained in:
commit
deb979c3c4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de
|
|
||||||
size 546678
|
|
3
osinfo-db-tools-1.7.0.tar.xz
Normal file
3
osinfo-db-tools-1.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4bddbec5f407436e0b62f0d7657e866adc980709acf5321aa0d4c3eb54aea823
|
||||||
|
size 66584
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 10:27:26 MST 2019 - carnold@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.7.0
|
||||||
|
Changes in this release include:
|
||||||
|
* Switch to meson build system
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 13:21:51 MST 2019 - carnold@suse.com
|
||||||
|
|
||||||
|
- Update to version 1.6.0
|
||||||
|
Changes in this release include:
|
||||||
|
* Refresh translations from zanata
|
||||||
|
* spec,mingw: Add mingw*-libsoup as dependency
|
||||||
|
* Commit 3917e5f4ae0e5 introduced libsoup dependency but forgot
|
||||||
|
to add it to the mingw spec files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 9 09:50:10 MDT 2019 - carnold@suse.com
|
Thu May 9 09:50:10 MDT 2019 - carnold@suse.com
|
||||||
|
|
||||||
|
@ -17,19 +17,22 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: osinfo-db-tools
|
Name: osinfo-db-tools
|
||||||
Version: 1.5.0
|
Version: 1.7.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/Management
|
Group: System/Management
|
||||||
Url: https://releases.pagure.org/libosinfo/
|
Url: https://releases.pagure.org/libosinfo/
|
||||||
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz
|
Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz
|
||||||
|
BuildRequires: gettext-devel
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
BuildRequires: json-glib-devel
|
BuildRequires: json-glib-devel
|
||||||
|
BuildRequires: libarchive-devel
|
||||||
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libxml2-devel >= 2.6.0
|
BuildRequires: libxml2-devel >= 2.6.0
|
||||||
BuildRequires: libxslt-devel >= 1.0.0
|
BuildRequires: libxslt-devel >= 1.0.0
|
||||||
BuildRequires: libarchive-devel
|
BuildRequires: meson
|
||||||
BuildRequires: perl
|
#BuildRequires: perl
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,16 +43,16 @@ information about operating systems for use with virtualization
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --prefix=/usr
|
%meson
|
||||||
make %{?_smp_mflags} V=1
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%doc AUTHORS ChangeLog NEWS README
|
%doc NEWS README
|
||||||
%{_bindir}/osinfo-db-export
|
%{_bindir}/osinfo-db-export
|
||||||
%{_bindir}/osinfo-db-import
|
%{_bindir}/osinfo-db-import
|
||||||
%{_bindir}/osinfo-db-path
|
%{_bindir}/osinfo-db-path
|
||||||
|
Loading…
Reference in New Issue
Block a user