SPECS: xemacs.spec - rm some elc files

arekm arekm at pld-linux.org
Tue Nov 1 14:03:42 CET 2005


Author: arekm                        Date: Tue Nov  1 13:03:42 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rm some elc files

---- Files affected:
SPECS:
   xemacs.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: SPECS/xemacs.spec
diff -u SPECS/xemacs.spec:1.146 SPECS/xemacs.spec:1.147
--- SPECS/xemacs.spec:1.146	Sat Oct 29 20:36:08 2005
+++ SPECS/xemacs.spec	Tue Nov  1 14:03:37 2005
@@ -369,6 +369,10 @@
 install lib-src/gnuserv-nox $RPM_BUILD_ROOT%{_bindir}
 mv -f $RPM_BUILD_ROOT%{_ulibdir}/%{name}-%{xver}/*-linux*/gnuserv $RPM_BUILD_ROOT%{_bindir}
 
+# remove some .elc files
+find $RPM_BUILD_ROOT -name '_pkg.elc' -exec rm "{}" ";"
+find $RPM_BUILD_ROOT -name 'auto-autoloads.elc' -exec rm "{}" ";"
+
 # remove .el file if corresponding .elc file exists
 find $RPM_BUILD_ROOT -type f -name "*.el" | while read i; do test ! -f ${i}c || rm -f $i; done
 rm -f $RPM_BUILD_ROOT%{_bindir}/{c,e}tags
@@ -484,6 +488,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2005/11/01 13:03:37  arekm
+- rm some elc files
+
 Revision 1.146  2005/10/29 18:36:08  arekm
 - use macro in patch names
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xemacs.spec?r1=1.146&r2=1.147&f=u




More information about the pld-cvs-commit mailing list