|
@@ -9,7 +9,7 @@ Summary: Client for VNC and Windows Terminal Server
|
|
|
Summary(ja): VNC および Windows ターミナルサーバ用クライアント
|
|
|
Name: tsclient
|
|
|
Version: 2.0.2
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Release: 4%{?_dist_release}
|
|
|
URL: http://sourceforge.net/projects/tsclient
|
|
|
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
@@ -42,6 +42,7 @@ Patch4: vnc-remote-screen-size.patch
|
|
|
# realvnc and tightvnc
|
|
|
Patch5: realvnc-args.patch
|
|
|
Patch6: tsclient-libgnomeui.patch
|
|
|
+Patch10: tsclient-2.0.2-nm08.patch
|
|
|
|
|
|
%description
|
|
|
tsclient is a frontend that makes it easy to use rdesktop and vncviewer.
|
|
@@ -64,6 +65,7 @@ develop tsclient plugins.
|
|
|
%patch4 -p1 -b .vnc-remotesize
|
|
|
%patch5 -p1 -b .realvnc-args
|
|
|
%patch6 -p1 -b .libgnomeui
|
|
|
+%patch10 -p1 -b .nm08
|
|
|
libtoolize --force --copy
|
|
|
autoreconf -f -i
|
|
|
|
|
@@ -134,6 +136,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed May 05 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 2.0.2-4
|
|
|
+- rebuild with NetworkManager-0.8
|
|
|
+- add patch10 to build with NetworkManager-0.8
|
|
|
+
|
|
|
* Sun Apr 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.0.2-3
|
|
|
- rebuild with GNOME-2.30
|
|
|
- change BuildRequires: gnome-panel-devel -> gnome-panel
|