SPECS: vice.spec - use perl macro
lisu
lisu at pld-linux.org
Mon Jan 26 12:49:45 CET 2009
Author: lisu Date: Mon Jan 26 11:49:45 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use perl macro
---- Files affected:
SPECS:
vice.spec (1.52 -> 1.53)
---- Diffs:
================================================================
Index: SPECS/vice.spec
diff -u SPECS/vice.spec:1.52 SPECS/vice.spec:1.53
--- SPECS/vice.spec:1.52 Tue Jan 6 13:01:25 2009
+++ SPECS/vice.spec Mon Jan 26 12:49:40 2009
@@ -66,7 +66,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
-perl -i -pe 's@\$\(VICEDIR\)/fonts@%{_fontsdir}/misc@' data/fonts/Makefile.am
+%{__perl} -i -pe 's@\$\(VICEDIR\)/fonts@%{_fontsdir}/misc@' data/fonts/Makefile.am
%build
%{__gettextize}
@@ -95,7 +95,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
-perl -i -pe 's/SUBDIRS = html\n//' doc/Makefile
+%{__perl} -i -pe 's/SUBDIRS = html\n//' doc/Makefile
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT \
VICEDIR="%{_datadir}/%{name}"
@@ -148,6 +148,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.53 2009/01/26 11:49:40 lisu
+- use perl macro
+
Revision 1.52 2009/01/06 12:01:25 lisu
- up to 2.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vice.spec?r1=1.52&r2=1.53&f=u
More information about the pld-cvs-commit
mailing list