Fixes for GCC 4.4.
[fedora-mingw.git] / libvirt / mingw32-libvirt.spec
index 395a2d6..580321f 100644 (file)
@@ -6,7 +6,7 @@
 
 Name:           mingw32-libvirt
 Version:        0.5.1
-Release:        1%{?dist}%{?extra_release}
+Release:        4%{?dist}%{?extra_release}
 Summary:        MinGW Windows libvirt virtualization library
 
 License:        LGPLv2+
@@ -34,6 +34,8 @@ BuildRequires:  gettext
 
 BuildArch:      noarch
 
+Requires:       pkgconfig
+
 
 %description
 MinGW Windows libvirt virtualization library.
@@ -78,6 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -f libvirt.lang
 %defattr(-,root,root)
+%doc COPYING.LIB
 %{_mingw32_bindir}/libvirt-0.dll
 %{_mingw32_bindir}/virsh.exe
 
@@ -93,6 +96,15 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 20 2009 Richard W.M. Jones <rjones@redhat.com> - 0.5.1-4
+- Rebuild for mingw32-gcc 4.4
+
+* Fri Jan 30 2009 Richard Jones <rjones@redhat.com> - 0.5.1-3
+- Include license file.
+
+* Fri Jan 30 2009 Richard Jones <rjones@redhat.com> - 0.5.1-2
+- Requires pkgconfig.
+
 * Fri Jan 23 2009 Richard Jones <rjones@redhat.com> - 0.5.1-1
 - Rebase to Fedora native version 0.5.1.
 - Use find_lang macro.