X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=gtk-vnc%2Fmingw32-gtk-vnc.spec;h=360de6f338923a668b47c39aaaef6ed0b9d14c3d;hb=8bfc070640dd7e88d4c6bb663d487508101e5f59;hp=75c0bea7580e6ae3b82d2b4da98d77d57378cb79;hpb=b14adb2b155f43d9e13f2ad46c0b0d365576155e;p=fedora-mingw.git diff --git a/gtk-vnc/mingw32-gtk-vnc.spec b/gtk-vnc/mingw32-gtk-vnc.spec index 75c0bea..360de6f 100644 --- a/gtk-vnc/mingw32-gtk-vnc.spec +++ b/gtk-vnc/mingw32-gtk-vnc.spec @@ -4,37 +4,35 @@ %define __find_requires %{_mingw32_findrequires} %define __find_provides %{_mingw32_findprovides} +%define _default_patch_fuzz 2 + Name: mingw32-gtk-vnc -Version: 0.3.7 -Release: 3%{?dist} +Version: 0.3.8 +Release: 2%{?dist} Summary: MinGW Windows port of VNC client GTK widget License: LGPLv2+ Group: Development/Libraries -URL: http://gtk-vnc.sf.net/ +URL: http://sourceforge.net/projects/gtk-vnc Source0: http://downloads.sourceforge.net/gtk-vnc/gtk-vnc-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Patch1: gtk-vnc-0.3.7-abs-ungrab.patch - -# Dan's MinGW patch version 2, fixed so it can apply to the tarball. -Patch100: gtk-vnc-0.3.7-mingw32-dan3.patch - -# Extra files required by Gnulib. -Patch101: gtk-vnc-0.3.7-mingw32-gnulib-files.patch - BuildArch: noarch -BuildRequires: mingw32-filesystem >= 30 +BuildRequires: mingw32-filesystem >= 46 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils -BuildRequires: mingw32-gtk2 + +BuildRequires: mingw32-cairo +BuildRequires: mingw32-dlfcn +BuildRequires: mingw32-gettext +BuildRequires: mingw32-iconv BuildRequires: mingw32-gnutls -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool +BuildRequires: mingw32-gtk2 BuildRequires: pkgconfig +Requires: pkgconfig + %description gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines @@ -44,26 +42,16 @@ allowing it to be completely asynchronous while remaining single threaded. %prep %setup -q -n gtk-vnc-%{version} -%patch1 -p1 - -%patch100 -p1 -%patch101 -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 \ @@ -75,6 +63,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) +%doc COPYING.LIB %{_mingw32_bindir}/gvncviewer.exe %{_mingw32_bindir}/libgtk-vnc-1.0-0.dll %{_mingw32_libdir}/libgtk-vnc-1.0.dll.a @@ -84,6 +73,29 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Feb 6 2009 Richard W.M. Jones - 0.3.8-2 +- Needs mingw32-filesystem with the pkg-config library path fix. +- Added optional BRs suggested by auto-buildrequires. +- Include the license file. + +* Tue Feb 3 2009 Michel Salim - 0.3.8-1 +- Update to 0.3.8 + +* Fri Jan 30 2009 Richard W.M. Jones - 0.3.8-0.4.20081030hg +- Requires pkgconfig. + +* Fri Jan 23 2009 Richard W.M. Jones - 0.3.8-0.3.20081030hg +- Use _smp_mflags. +- Disable static library. +- Rebuild libtool. + +* 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. + * Fri Oct 10 2008 Richard W.M. Jones - 0.3.7-3 - Missing BRs discovered by mock. - Added description section.