rpms/tinyerp/devel tinyerp.spec,1.4,1.5

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Tue Nov 22 09:18:22 UTC 2005


Author: sharkcz

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

Modified Files:
	tinyerp.spec 
Log Message:
 - added pydot to BuildRequires
 - fixed path to Xvfb



Index: tinyerp.spec
===================================================================
RCS file: /cvs/extras/rpms/tinyerp/devel/tinyerp.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tinyerp.spec	20 Nov 2005 20:43:34 -0000	1.4
+++ tinyerp.spec	22 Nov 2005 09:18:20 -0000	1.5
@@ -3,7 +3,7 @@
 
 Name:		tinyerp
 Version:	3.1.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL
 Group:		Applications/Productivity
 Summary:	Open Source ERP Client
@@ -16,7 +16,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python, pygtk2-devel, pygtk2-libglade
-BuildRequires:	python-psycopg, libxslt-python
+BuildRequires:	python-psycopg, libxslt-python, pydot
 BuildRequires:	desktop-file-utils, xorg-x11-server-Xvfb
 Requires:	pygtk2, pygtk2-libglade, pydot
 Requires(pre):	fedora-usermgmt
@@ -49,7 +49,7 @@
 
 %build
 cd tinyerp-client-%{version}
-/usr/X11R6/bin/Xvfb :69 -nolisten tcp -ac -terminate &
+/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate &
 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/X11R6/bin/Xvfb :69 -nolisten tcp -ac -terminate &
+/usr/bin/Xvfb :69 -nolisten tcp -ac -terminate &
 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