New upstream release 0.3.0
This commit is contained in:
parent
51bb9951a4
commit
239a518a36
@ -10,15 +10,10 @@
|
|||||||
%define with_gir 1
|
%define with_gir 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define with_udev 1
|
|
||||||
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
|
|
||||||
%define with_udev 0
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Summary: A library for managing OS information for virtualization
|
Summary: A library for managing OS information for virtualization
|
||||||
Name: libosinfo
|
Name: libosinfo
|
||||||
Version: 0.2.12
|
Version: 0.3.0
|
||||||
Release: 2%{?dist}%{?extra_release}
|
Release: 1%{?dist}%{?extra_release}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: https://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
|
Source: https://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
|
||||||
@ -38,9 +33,6 @@ BuildRequires: /usr/bin/pod2man
|
|||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
%endif
|
%endif
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
%if %{with_udev}
|
|
||||||
Requires: udev
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libosinfo is a library that allows virtualization provisioning tools to
|
libosinfo is a library that allows virtualization provisioning tools to
|
||||||
@ -83,12 +75,6 @@ This package provides the Vala bindings for libosinfo library.
|
|||||||
%define gir_arg --enable-introspection=no
|
%define gir_arg --enable-introspection=no
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with_udev}
|
|
||||||
%define udev_arg --enable-udev=yes
|
|
||||||
%else
|
|
||||||
%define udev_arg --enable-udev=no
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%configure %{gir_arg} %{udev_arg} --enable-vala=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids --with-pci-ids-path=/usr/share/hwdata/pci.ids
|
%configure %{gir_arg} %{udev_arg} --enable-vala=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids --with-pci-ids-path=/usr/share/hwdata/pci.ids
|
||||||
%__make %{?_smp_mflags} V=1
|
%__make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
@ -135,9 +121,6 @@ rm -fr %{buildroot}
|
|||||||
%{_mandir}/man1/osinfo-query.1*
|
%{_mandir}/man1/osinfo-query.1*
|
||||||
%{_mandir}/man1/osinfo-install-script.1*
|
%{_mandir}/man1/osinfo-install-script.1*
|
||||||
%{_libdir}/%{name}-1.0.so.*
|
%{_libdir}/%{name}-1.0.so.*
|
||||||
%if %{with_udev}
|
|
||||||
/lib/udev/rules.d/95-osinfo.rules
|
|
||||||
%endif
|
|
||||||
%if %{with_gir}
|
%if %{with_gir}
|
||||||
%{_libdir}/girepository-1.0/Libosinfo-1.0.typelib
|
%{_libdir}/girepository-1.0/Libosinfo-1.0.typelib
|
||||||
%endif
|
%endif
|
||||||
@ -161,6 +144,9 @@ rm -fr %{buildroot}
|
|||||||
%{_datadir}/vala/vapi/libosinfo-1.0.vapi
|
%{_datadir}/vala/vapi/libosinfo-1.0.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 8 2016 Zeeshan Ali <zeenix@redhat.com> 0.3.0-1
|
||||||
|
- New upstream release 0.3.0
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-2
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.12-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user