[mingw-gtk-vnc: 21/22] Renamed the source package to mingw-gtk-vnc

epienbro epienbro at fedoraproject.org
Wed Mar 7 17:39:48 UTC 2012


commit fd4e0a838fb50da1cce3e83bdfde2b6804c04fe1
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Wed Mar 7 18:37:20 2012 +0100

    Renamed the source package to mingw-gtk-vnc

 mingw32-gtk-vnc.spec => mingw-gtk-vnc.spec |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/mingw32-gtk-vnc.spec b/mingw-gtk-vnc.spec
similarity index 92%
rename from mingw32-gtk-vnc.spec
rename to mingw-gtk-vnc.spec
index 2426e4e..82eb4e5 100644
--- a/mingw32-gtk-vnc.spec
+++ b/mingw-gtk-vnc.spec
@@ -2,9 +2,9 @@
 %global __objdump %{_mingw32_objdump}
 %define __debug_install_post %{_mingw32_debug_install_post}
 
-Name: mingw32-gtk-vnc
+Name: mingw-gtk-vnc
 Version: 0.5.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: MinGW Windows port of VNC client GTK widget
 
 License: LGPLv2+
@@ -27,7 +27,10 @@ BuildRequires: pkgconfig
 BuildRequires: intltool
 BuildRequires: mingw32-gtk3
 
-Requires: pkgconfig
+
+%package -n mingw32-gtk-vnc
+Summary:        MinGW Windows zlib compression library for the win32 target
+Requires:       pkgconfig
 
 %package -n mingw32-gvnc
 Summary: MinGW Windows port of VNC GObject
@@ -46,6 +49,10 @@ Requires: pkgconfig
 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-gtk-vnc
+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
@@ -100,7 +107,7 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 %find_lang gtk-vnc
 
 
-%files -f gtk-vnc.lang
+%files -n mingw32-gtk-vnc -f gtk-vnc.lang
 %{_mingw32_bindir}/gvncviewer.exe
 %{_mingw32_bindir}/libgtk-vnc-1.0-0.dll
 %{_mingw32_libdir}/libgtk-vnc-1.0.dll.a
@@ -130,6 +137,9 @@ find $RPM_BUILD_ROOT -name "*.la" -delete
 
 
 %changelog
+* Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.5.0-6
+- Renamed the source package to mingw-gtk-vnc (RHBZ #800881)
+
 * Tue Feb 28 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 0.5.0-5
 - Rebuild against the mingw-w64 toolchain
 


More information about the scm-commits mailing list