rpms/xemacs-packages-extra/F-11 xemacs-packages-extra.spec, 1.13, 1.14

Jerry James jjames at fedoraproject.org
Tue Dec 1 18:28:52 UTC 2009


Author: jjames

Update of /cvs/pkgs/rpms/xemacs-packages-extra/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29577/F-11

Modified Files:
	xemacs-packages-extra.spec 
Log Message:
I tried to remove the X-Symbol font files too early.  Without a lot of
Makefile surgery, they have to stay where they are through the build and
install phases.  Remove them after they're installed.



Index: xemacs-packages-extra.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xemacs-packages-extra/F-11/xemacs-packages-extra.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- xemacs-packages-extra.spec	1 Dec 2009 17:58:49 -0000	1.13
+++ xemacs-packages-extra.spec	1 Dec 2009 18:28:52 -0000	1.14
@@ -134,10 +134,6 @@ chmod +x make.sh
 sed -i -e 's|/usr/local/bin/perl5\?|/usr/bin/perl|g' \
   xemacs-packages/bbdb/utils/*.pl xemacs-packages/hyperbole/file-newer
 
-# The X-Symbol font files are only needed on Windows
-rm -fr xemacs-packages/x-symbol/fonts
-rm -fr xemacs-packages/x-symbol/origfonts
-
 
 %build
 cd xemacs-packages/xslt-process/java
@@ -153,6 +149,11 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{pkgdir}
 ./make.sh install
 
+# The X-Symbol font files are only needed on Windows
+rm -fr $RPM_BUILD_ROOT%{pkgdir}/xemacs-packages/etc/x-symbol/fonts
+rm -fr $RPM_BUILD_ROOT%{pkgdir}/xemacs-packages/etc/x-symbol/origfonts
+rm -fr $RPM_BUILD_ROOT%{pkgdir}/xemacs-packages/etc/x-symbol/pcf
+
 cd $RPM_BUILD_ROOT%{pkgdir}/mule-packages/etc/app-defaults
 mkdir {de_DE,fr_FR,ro_RO,ja_JP,ko_KR,sv_SE,zh_CN,zh_TW}.UTF-8 \
   ja_JP.eucJP ko_KR.eucKR zh_CN.GB2312 zh_TW.Big5




More information about the fedora-extras-commits mailing list