rpms/tigervnc/F-11 tigervnc.spec,1.11,1.12

Adam Tkac atkac at fedoraproject.org
Tue Jun 23 13:12:02 UTC 2009


Author: atkac

Update of /cvs/pkgs/rpms/tigervnc/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7053

Modified Files:
	tigervnc.spec 
Log Message:
- don't ship tigervnc-server-module on s390/s390x



Index: tigervnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/F-11/tigervnc.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- tigervnc.spec	22 Jun 2009 12:14:51 -0000	1.11
+++ tigervnc.spec	23 Jun 2009 13:11:31 -0000	1.12
@@ -1,6 +1,6 @@
 Name:		tigervnc
 Version:	0.0.91
-Release:	0.11%{?dist}
+Release:	0.11%{?dist}.1
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -68,6 +68,7 @@ The VNC system allows you to access the 
 variety of platforms.  This package is a TigerVNC server, allowing
 others to access the desktop on your machine.
 
+%ifnarch s390 s390x
 %package server-module
 Summary:	TigerVNC module to Xorg
 Group:		User Interface/X
@@ -80,6 +81,7 @@ Requires:	xorg-x11-server-Xorg
 %description server-module
 This package contains libvnc.so module to X server, allowing others
 to access the desktop on your machine.
+%endif
 
 %prep
 %setup -q -n %{name}-%{version}
@@ -179,6 +181,10 @@ desktop-file-install \
 # remove unwanted files
 rm -f  $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.la
 
+%ifarch s390 s390x
+rm -f $RPM_BUILD_ROOT%{_libdir}/xorg/modules/extensions/libvnc.so
+%endif
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -231,12 +237,17 @@ fi
 %{_mandir}/man1/vncserver.1*
 %{_mandir}/man1/x0vncserver.1*
 
+%ifnarch s390 s390x
 %files server-module
 %defattr(-,root,root,-)
 %{_libdir}/xorg/modules/extensions/libvnc.so
+%endif
 
 %changelog
-* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.0.90-11
+* Tue Jun 23 2009 Adam Tkac <atkac redhat com> 0.0.91-11.1
+- don't ship tigervnc-server-module on s390/s390x
+
+* Mon Jun 22 2009 Adam Tkac <atkac redhat com> 0.0.91-11
 - update to 0.0.91 (1.0.0 RC1, #503271)
 - patches merged
   - tigervnc10-rh499401.patch




More information about the fedora-extras-commits mailing list