rpms/tinyerp/devel tinyerp.spec,1.8,1.9

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Mon Nov 28 18:09:21 UTC 2005


Author: sharkcz

Update of /cvs/extras/rpms/tinyerp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5665

Modified Files:
	tinyerp.spec 
Log Message:
 - set font path for X server


Index: tinyerp.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- tinyerp.spec	28 Nov 2005 15:01:50 -0000	1.8
+++ tinyerp.spec	28 Nov 2005 18:09:17 -0000	1.9
@@ -3,7 +3,7 @@
 
 Name:		tinyerp
 Version:	3.1.1
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Summary:	Open Source ERP Client
@@ -49,7 +49,7 @@
 
 %build
 cd tinyerp-client-%{version}
-/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate &
+/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate -fp /usr/share/X11/fonts/misc &
 DISPLAY=:69 ./setup.py build
 cd ../tinyerp-server-%{version}
 DISPLAY=:69 ./setup.py build
@@ -57,7 +57,7 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 cd tinyerp-client-%{version}
-/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate &
+/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate -fp /usr/share/X11/fonts/misc &
 DISPLAY=:69 ./setup.py install --root=$RPM_BUILD_ROOT
 cd ../tinyerp-server-%{version}
 DISPLAY=:69 ./setup.py install --root=$RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list