Update to 0.1.9 release
This commit is contained in:
parent
4389c53a29
commit
ee6a4626c4
@ -21,8 +21,8 @@
|
||||
%define libvirt_version 0.10.2
|
||||
|
||||
Name: libvirt-glib
|
||||
Version: 0.1.8
|
||||
Release: 4%{?dist}%{?extra_release}
|
||||
Version: 0.1.9
|
||||
Release: 1%{?dist}%{?extra_release}
|
||||
Summary: libvirt glib integration for events
|
||||
Group: Development/Libraries
|
||||
License: LGPLv2+
|
||||
@ -30,7 +30,7 @@ URL: http://libvirt.org/
|
||||
Source0: ftp://libvirt.org/libvirt/glib/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: glib2-devel >= 2.22.0
|
||||
BuildRequires: glib2-devel >= 2.36.0
|
||||
BuildRequires: libvirt-devel >= %{libvirt_version}
|
||||
BuildRequires: python-devel
|
||||
%if %{with_introspection}
|
||||
@ -162,28 +162,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%if %{with_introspection}
|
||||
%{_libdir}/girepository-1.0/LibvirtGLib-1.0.typelib
|
||||
%endif
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-glib-1.0.vapi
|
||||
%endif
|
||||
|
||||
%files -n libvirt-gconfig
|
||||
%{_libdir}/libvirt-gconfig-1.0.so.*
|
||||
%if %{with_introspection}
|
||||
%{_libdir}/girepository-1.0/LibvirtGConfig-1.0.typelib
|
||||
%endif
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-gconfig-1.0.vapi
|
||||
%endif
|
||||
|
||||
%files -n libvirt-gobject
|
||||
%{_libdir}/libvirt-gobject-1.0.so.*
|
||||
%if %{with_introspection}
|
||||
%{_libdir}/girepository-1.0/LibvirtGObject-1.0.typelib
|
||||
%endif
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-gobject-1.0.deps
|
||||
%{_datadir}/vala/vapi/libvirt-gobject-1.0.vapi
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -198,6 +188,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/LibvirtGLib-1.0.gir
|
||||
%endif
|
||||
%{_datadir}/gtk-doc/html/Libvirt-glib
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-glib-1.0.vapi
|
||||
%endif
|
||||
|
||||
%files -n libvirt-gconfig-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -212,6 +205,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/LibvirtGConfig-1.0.gir
|
||||
%endif
|
||||
%{_datadir}/gtk-doc/html/Libvirt-gconfig
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-gconfig-1.0.vapi
|
||||
%endif
|
||||
|
||||
%files -n libvirt-gobject-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -226,6 +222,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/gir-1.0/LibvirtGObject-1.0.gir
|
||||
%endif
|
||||
%{_datadir}/gtk-doc/html/Libvirt-gobject
|
||||
%if %{with_vala}
|
||||
%{_datadir}/vala/vapi/libvirt-gobject-1.0.deps
|
||||
%{_datadir}/vala/vapi/libvirt-gobject-1.0.vapi
|
||||
%endif
|
||||
|
||||
%if %{with_python}
|
||||
%files python
|
||||
@ -236,6 +236,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Aug 20 2014 Daniel P. Berrange <berrange@redhat.com> - 0.1.9-1
|
||||
- Update to 0.1.9 release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user