SPECS: vnc.spec - documentation from 4.0, builds - not tested

pascalek pascalek at pld-linux.org
Sat Apr 28 23:48:17 CEST 2007


Author: pascalek                     Date: Sat Apr 28 21:48:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- documentation from 4.0, builds - not tested

---- Files affected:
SPECS:
   vnc.spec (1.67 -> 1.68) 

---- Diffs:

================================================================
Index: SPECS/vnc.spec
diff -u SPECS/vnc.spec:1.67 SPECS/vnc.spec:1.68
--- SPECS/vnc.spec:1.67	Tue Mar 13 10:18:30 2007
+++ SPECS/vnc.spec	Sat Apr 28 23:48:11 2007
@@ -2,20 +2,23 @@
 #
 # Conditional build:
 #
+%define		ver	4.1.2
+%define		_ver	%(echo %{ver} | tr . _)
+%define		docver	4.0
 
 Summary:	Virtual Network Computing
 Summary(es.UTF-8):	Sistema de control remoto
 Summary(pl.UTF-8):	Virtual Network Computing - zdalny desktop
 Summary(pt_BR.UTF-8):	Sistema de controle remoto
 Name:		vnc
-Version:	4.1.2
-Release:	0.1
+Version:	%{ver}
+Release:	0.2
 License:	GPL
 Group:		X11/Applications/Networking
-Source0:	http://www.realvnc.com/dist/%{name}-4_1_2-unixsrc.tar.gz
+Source0:	http://www.realvnc.com/dist/%{name}-%{_ver}-unixsrc.tar.gz
 # Source0-md5:	cf9a6fe8f592286b5e0fdde686504ffb
-# Source1:	http://www.realvnc.com/dist/%{name}-%{version}-documentation.tar.gz
-## Source1-md5:	0c62c784f1278207fd82693e66ebca40
+Source1:	http://www.realvnc.com/dist/%{name}-%{docver}-documentation.tar.gz
+# Source1-md5:	eb3bf940b88cabb238580e2ba31b927b
 # Source2:	svnc-0.1.tar.bz2
 ## Source2-md5:	af9a94e1d7795968ce7062fcbe31b84b
 Source3:	vncviewer.desktop
@@ -147,7 +150,7 @@
 Ten pakiet zawiera dokumentację do VNC (protokołu, programów itp.).
 
 %prep
-%setup -q -n %{name}-4_1_2-unixsrc
+%setup -q -n %{name}-4_1_2-unixsrc -a 1
 
 %build
 (cd unix;
@@ -182,7 +185,7 @@
 
 ./vncinstall $RPM_BUILD_ROOT{%{_bindir},%{_mandir}}
 
-install classes/* $RPM_BUILD_ROOT%{_datadir}/vnc/classes
+#install classes/* $RPM_BUILD_ROOT%{_datadir}/vnc/classes
 
 install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
 install %{SOURCE4} $RPM_BUILD_ROOT%{_pixmapsdir}
@@ -200,22 +203,22 @@
 
 %files server
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/Xvnc
+%attr(755,root,root) %{_bindir}/x0vncserver
 %attr(755,root,root) %{_bindir}/vncserver
 %{_datadir}/vnc
-%{_mandir}/man1/Xvnc.1*
+%{_mandir}/man1/x0vncserver.1*
 %{_mandir}/man1/vncserver.1*
 
 %files utils
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_bindir}/vncconnect
+%attr(755,root,root) %{_bindir}/vncconfig
 %attr(755,root,root) %{_bindir}/vncpasswd
-%{_mandir}/man1/vncconnect.1*
+%{_mandir}/man1/vncconfig.1*
 %{_mandir}/man1/vncpasswd.1*
 
 %files doc
 %defattr(644,root,root,755)
-%doc %{name}-%{version}-documentation/* README
+%doc %{name}-%{docver}-documentation/* README
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -223,6 +226,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.68  2007/04/28 21:48:11  pascalek
+- documentation from 4.0, builds - not tested
+
 Revision 1.67  2007/03/13 09:18:30  sparky
 - properly disable Source 1 and 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vnc.spec?r1=1.67&r2=1.68&f=u



More information about the pld-cvs-commit mailing list