rpms/mingw32-gtk-vnc/devel .cvsignore, 1.2, 1.3 mingw32-gtk-vnc.spec, 1.4, 1.5 sources, 1.2, 1.3 gtk-vnc-0.3.8-relative-mouse.patch, 1.1, NONE

Daniel P. Berrange berrange at fedoraproject.org
Sun Jul 11 21:20:48 UTC 2010


Author: berrange

Update of /cvs/pkgs/rpms/mingw32-gtk-vnc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22202

Modified Files:
	.cvsignore mingw32-gtk-vnc.spec sources 
Removed Files:
	gtk-vnc-0.3.8-relative-mouse.patch 
Log Message:
Update to 0.4.0 release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-gtk-vnc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	11 Feb 2009 09:40:40 -0000	1.2
+++ .cvsignore	11 Jul 2010 21:20:45 -0000	1.3
@@ -1 +1,3 @@
-gtk-vnc-0.3.8.tar.gz
+.build*.log
+*.src.rpm
+gtk-vnc-0.4.0.tar.bz2


Index: mingw32-gtk-vnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-gtk-vnc/devel/mingw32-gtk-vnc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- mingw32-gtk-vnc.spec	25 Jul 2009 12:19:03 -0000	1.4
+++ mingw32-gtk-vnc.spec	11 Jul 2010 21:20:46 -0000	1.5
@@ -7,15 +7,14 @@
 %define _default_patch_fuzz 2
 
 Name:           mingw32-gtk-vnc
-Version:        0.3.8
-Release:        6%{?dist}
+Version:        0.4.0
+Release:        1%{?dist}
 Summary:        MinGW Windows port of VNC client GTK widget
 
 License:        LGPLv2+
 Group:          Development/Libraries
-URL:            http://sourceforge.net/projects/gtk-vnc
-Source0:        http://downloads.sourceforge.net/gtk-vnc/gtk-vnc-%{version}.tar.gz
-Patch1:         gtk-vnc-%{version}-relative-mouse.patch
+URL:            http://live.gnome.org/gtk-vnc
+Source:         http://ftp.gnome.org/pub/GNOME/sources/gtk-vnc/0.4/gtk-vnc-%{version}.tar.bz2
 # XXX need to add the SASL patches too, but this is
 # blocking on a mingw32-cyrus-sasl port or equiv
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -36,19 +35,23 @@ BuildRequires:  pkgconfig
 
 Requires:       pkgconfig
 
+%package -n mingw32-gvnc
+Summary: MinGW Windows port of VNC GObject
 
 %description
 gtk-vnc is a VNC viewer widget for GTK. It is built using coroutines
 allowing it to be completely asynchronous while remaining single threaded.
 
+%description -n mingw32-gvnc
+gvnc is a GObject for managing a VNC connection. It provides all the
+infrastructure required to build a VNC client without having to deal
+with the raw protocol itself.
 
 %prep
 %setup -q -n gtk-vnc-%{version}
-%patch1 -p1
-
 
 %build
-%{_mingw32_configure} --without-python --with-examples --disable-static
+%{_mingw32_configure} --without-python --disable-static --without-sasl
 make %{?_smp_mflags}
 
 
@@ -56,27 +59,37 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 
-# automake gives gvncviewer a strange name ...
-mv $RPM_BUILD_ROOT%{_mingw32_bindir}/i686-pc-mingw32-gvncviewer.exe \
-   $RPM_BUILD_ROOT%{_mingw32_bindir}/gvncviewer.exe \
+rm -f $RPM_BUILD_ROOT%{_mingw32_bindir}/gvnccapture.exe
+rm -f $RPM_BUILD_ROOT%{_mingw32_mandir}/man1/gvnccapture.1*
 
+%find_lang gtk-vnc
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 
-%files
+%files -f gtk-vnc.lang
 %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
 %{_mingw32_libdir}/libgtk-vnc-1.0.la
 %{_mingw32_libdir}/pkgconfig/gtk-vnc-1.0.pc
 %{_mingw32_includedir}/gtk-vnc-1.0
 
+%files -n mingw32-gvnc
+%defattr(-,root,root)
+%{_mingw32_bindir}/libgvnc-1.0-0.dll
+%{_mingw32_libdir}/libgvnc-1.0.dll.a
+%{_mingw32_libdir}/libgvnc-1.0.la
+%{_mingw32_libdir}/pkgconfig/gvnc-1.0.pc
+%{_mingw32_includedir}/gvnc-1.0
 
 %changelog
+* Sun Jul 11 2010 Daniel P. Berrange <berrange at redhat.com> - 0.4.0-1
+- Update to 0.4.0 release
+- Remove unsupported example program
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.8-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mingw32-gtk-vnc/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	11 Feb 2009 09:40:40 -0000	1.2
+++ sources	11 Jul 2010 21:20:46 -0000	1.3
@@ -1 +1 @@
-72869a1a63ec972bdca7ad12898f2689  gtk-vnc-0.3.8.tar.gz
+f38ce99af9080637c915b1b608155ba3  gtk-vnc-0.4.0.tar.bz2


--- gtk-vnc-0.3.8-relative-mouse.patch DELETED ---



More information about the scm-commits mailing list