Various build fixes.
[fedora-mingw.git] / gtk-vnc / mingw32-gtk-vnc.spec
index df8f372..83369e2 100644 (file)
@@ -8,7 +8,7 @@
 
 Name:           mingw32-gtk-vnc
 Version:        0.3.8
-Release:        0.3.20081030hg%{?dist}
+Release:        0.4.20081030hg%{?dist}
 Summary:        MinGW Windows port of VNC client GTK widget
 
 License:        LGPLv2+
@@ -38,6 +38,8 @@ BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 
+Requires:       pkgconfig
+
 
 %description
 gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
@@ -55,6 +57,7 @@ allowing it to be completely asynchronous while remaining single threaded.
 %patch105 -p1
 %patch106 -p1
 
+libtoolize --force --copy
 autoreconf
 
 
@@ -87,9 +90,13 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan 30 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.4.20081030hg
+- Requires pkgconfig.
+
 * Fri Jan 23 2009 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.3.20081030hg
 - Use _smp_mflags.
 - Disable static library.
+- Rebuild libtool.
 
 * Thu Oct 30 2008 Richard W.M. Jones <rjones@redhat.com> - 0.3.8-0.2.20081030hg
 - Add Dan's fd/socket fix for Windows.