rpms/xorg-x11-server/devel xvfb-run.sh, NONE, 1.1 xorg-x11-server.spec, 1.354, 1.355

Tom Callaway spot at fedoraproject.org
Tue Sep 30 20:32:51 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/xorg-x11-server/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26853

Modified Files:
	xorg-x11-server.spec 
Added Files:
	xvfb-run.sh 
Log Message:
add xvfb-run to Xvfb package


***** Error reading new file: [Errno 2] No such file or directory: 'xvfb-run.sh'

Index: xorg-x11-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xorg-x11-server/devel/xorg-x11-server.spec,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- xorg-x11-server.spec	25 Sep 2008 05:47:57 -0000	1.354
+++ xorg-x11-server.spec	30 Sep 2008 20:32:20 -0000	1.355
@@ -19,7 +19,7 @@
 Summary:   X.Org X11 X server
 Name:      xorg-x11-server
 Version:   1.5.1
-Release:   2%{?dist}
+Release:   3%{?dist}
 URL:       http://www.x.org
 License:   MIT
 Group:     User Interface/X
@@ -40,6 +40,9 @@
 Source10:  10-x11-keymap.fdi
 Source11:  fedora-setup-keyboard
 
+# Useful xvfb-run script
+Source20:  http://svn.exactcode.de/t2/trunk/package/xorg/xorg-server/xvfb-run.sh
+
 # OpenGL compositing manager feature/optimization patches.
 Patch100:  xorg-x11-server-1.1.0-no-move-damage.patch
 Patch101:  xserver-1.4.99-dont-backfill-bg-none.patch
@@ -213,6 +216,8 @@
 %package Xvfb
 Summary: A X Windows System virtual framebuffer X server.
 Group: User Interface/X
+# xvfb-run is GPLv2, rest is MIT
+License: MIT and GPLv2
 Obsoletes: xorg-x11-Xvfb
 Requires: xorg-x11-server-common >= %{version}-%{release}
 Provides: Xvfb
@@ -346,6 +351,8 @@
 cp hw/xfree86/common/{vesamodes,extramodes} %{inst_srcdir}/hw/xfree86/common
 cp hw/xfree86/utils/xorgconfig/Cards{,98} %{inst_srcdir}/hw/xfree86/utils/xorgconfig/
 
+install -m 0755 %{SOURCE20} $RPM_BUILD_ROOT%{_bindir}/xfvb-run
+
 find . -type f | egrep '.*\.(c|h|am|ac|inc|m4|h.in|pc.in|man.pre|pl|txt)$' |
 xargs tar cf - | (cd %{inst_srcdir} && tar xf -)
 
@@ -476,6 +483,7 @@
 %files Xvfb
 %defattr(-,root,root,-)
 %{_bindir}/Xvfb
+%{_bindir}/xvfb-run
 %{_mandir}/man1/Xvfb.1*
 
 
@@ -501,6 +509,9 @@
 
 
 %changelog
+* Tue Sep 30 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.5.1-3
+- add xvfb-run helper script to Xvfb package
+
 * Thu Sep 25 2008 Dave Airlie <airlied at redhat.com> 1.5.1-2
 - fix crash with x11perf on r500 modesetting
 




More information about the fedora-extras-commits mailing list