SPECS: vulcan.spec - -datadir.patch is useless, sed can handle eve...

lisu lisu at pld-linux.org
Wed Oct 31 23:40:28 CET 2007


Author: lisu                         Date: Wed Oct 31 22:40:28 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- -datadir.patch is useless, sed can handle everything

---- Files affected:
SPECS:
   vulcan.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/vulcan.spec
diff -u SPECS/vulcan.spec:1.2 SPECS/vulcan.spec:1.3
--- SPECS/vulcan.spec:1.2	Mon Oct 29 10:58:11 2007
+++ SPECS/vulcan.spec	Wed Oct 31 23:40:23 2007
@@ -8,7 +8,6 @@
 Group:		X11/Applications/Games
 Source0:	http://www.fzort.org/mpr/projects/vulcan/%{name}-%{version}.tar.gz
 # Source0-md5:	b5c5f0729038285012fb22a390d76458
-Patch0:		%{name}-datadir.patch
 URL:		http://www.fzort.org/mpr/projects/vulcan/
 BuildRequires:	OpenGL-devel
 BuildRequires:	libpng-devel
@@ -25,8 +24,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%{__sed} -i 's at data/@%{_datadir}/%{name}/@' {ui.c,render.c,data/font/*.fontdef}
+%{__sed} -i 's at data/@%{_datadir}/%{name}/@g' {ui.c,render.c,data/font/*.fontdef}
 
 %build
 %{__make} \
@@ -57,6 +55,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2007/10/31 22:40:23  lisu
+- -datadir.patch is useless, sed can handle everything
+
 Revision 1.2  2007/10/29 09:58:11  lisu
 - 0.5.1
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vulcan.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list