SPECS: xemacs.spec - fix paths in el files; package etc/unicode; r...

arekm arekm at pld-linux.org
Sun Oct 23 12:59:50 CEST 2005


Author: arekm                        Date: Sun Oct 23 10:59:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix paths in el files; package etc/unicode; rel 2

---- Files affected:
SPECS:
   xemacs.spec (1.143 -> 1.144) 

---- Diffs:

================================================================
Index: SPECS/xemacs.spec
diff -u SPECS/xemacs.spec:1.143 SPECS/xemacs.spec:1.144
--- SPECS/xemacs.spec:1.143	Mon Oct  3 00:10:35 2005
+++ SPECS/xemacs.spec	Sun Oct 23 12:59:45 2005
@@ -18,7 +18,7 @@
 Summary(uk):	÷ĹŇÓŚŃ GNU Emacs ÄĚŃ X Window System
 Name:		xemacs
 Version:	%{ver}.%{sver}
-Release:	1
+Release:	2
 License:	GPL
 Group:		Applications/Editors/Emacs
 Source0:	ftp://ftp.xemacs.org/xemacs/%{name}-%{ver}/%{name}-%{version}.tar.gz
@@ -366,6 +366,8 @@
 
 find $RPM_BUILD_ROOT -regex '.*~$' -exec rm -f {} \;
 
+find $RPM_BUILD_ROOT -type f -name "*.el" -exec sed -i -e "s#$RPM_BUILD_ROOT%{name}-%{version}##g" "{}" ";"
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -424,6 +426,8 @@
 %doc %{_datadir}/%{name}-%{xver}/etc/refcard.tex
 %doc %{_datadir}/%{name}-%{xver}/etc/sample.*
 
+%{_datadir}/%{name}-%{xver}/etc/unicode
+
 %{_ulibdir}/%{name}
 
 %{_datadir}/%{name}
@@ -469,6 +473,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.144  2005/10/23 10:59:45  arekm
+- fix paths in el files; package etc/unicode; rel 2
+
 Revision 1.143  2005/10/02 22:10:35  arekm
 - patches updated
 
================================================================

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




More information about the pld-cvs-commit mailing list