X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=gtk-vnc%2Fmingw32-gtk-vnc.spec;h=df8f372f3d3ea651856d6bed290fdd39d425ccfb;hb=dfae835ac98e33d4aaf11912de26a2627568e044;hp=187a6daf71ec2bf6852109a3a86dc9913d24b374;hpb=7388e8253610c2b297228de42dd6152928026a10;p=fedora-mingw.git diff --git a/gtk-vnc/mingw32-gtk-vnc.spec b/gtk-vnc/mingw32-gtk-vnc.spec index 187a6da..df8f372 100644 --- a/gtk-vnc/mingw32-gtk-vnc.spec +++ b/gtk-vnc/mingw32-gtk-vnc.spec @@ -8,7 +8,7 @@ Name: mingw32-gtk-vnc Version: 0.3.8 -Release: 0.1.20081030hg%{?dist} +Release: 0.3.20081030hg%{?dist} Summary: MinGW Windows port of VNC client GTK widget License: LGPLv2+ @@ -24,6 +24,7 @@ Patch102: gtk-vnc-02-ioctl.patch Patch103: gtk-vnc-03-wsastartup.patch #Patch104: gtk-vnc-hgignore.patch Patch105: gtk-vnc-ldflags-confusion.patch +Patch106: gtk-vnc-dan-fd-fix.patch BuildArch: noarch @@ -52,22 +53,20 @@ allowing it to be completely asynchronous while remaining single threaded. %patch103 -p1 #%patch104 -p1 %patch105 -p1 +%patch106 -p1 autoreconf %build -%{_mingw32_configure} --without-python --with-examples -make +%{_mingw32_configure} --without-python --with-examples --disable-static +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Remove static libraries but DON'T remove *.dll.a files. -rm $RPM_BUILD_ROOT%{_mingw32_libdir}/libgtk-vnc-1.0.a - # automake gives gvncviewer a strange name ... mv $RPM_BUILD_ROOT%{_mingw32_bindir}/i686-pc-mingw32-gvncviewer.exe \ $RPM_BUILD_ROOT%{_mingw32_bindir}/gvncviewer.exe \ @@ -88,6 +87,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jan 23 2009 Richard W.M. Jones - 0.3.8-0.3.20081030hg +- Use _smp_mflags. +- Disable static library. + +* Thu Oct 30 2008 Richard W.M. Jones - 0.3.8-0.2.20081030hg +- Add Dan's fd/socket fix for Windows. + * Thu Oct 30 2008 Richard W.M. Jones - 0.3.8-0.1.20081030hg - Upgrade to current version in Mercurial (pre-release of 0.3.8). - More MinGW patches.