SPECS: ruby.spec - don't pack *.el files (only byte-compiled *.elc)

twittner twittner at pld-linux.org
Fri Jan 6 20:24:34 CET 2006


Author: twittner                     Date: Fri Jan  6 19:24:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- don't pack *.el files (only byte-compiled *.elc)

---- Files affected:
SPECS:
   ruby.spec (1.127 -> 1.128) 

---- Diffs:

================================================================
Index: SPECS/ruby.spec
diff -u SPECS/ruby.spec:1.127 SPECS/ruby.spec:1.128
--- SPECS/ruby.spec:1.127	Mon Jan  2 18:32:14 2006
+++ SPECS/ruby.spec	Fri Jan  6 20:24:29 2006
@@ -418,10 +418,10 @@
 %if %{with emacs}
 %files emacs-mode
 %defattr(644,root,root,755)
-%doc misc
+%doc misc/*
 %dir %{_emacs_lispdir}/%{name}-mode
-%{_emacs_lispdir}/%{name}-mode/*
-%{_emacs_lispdir}/site-start.d/*
+%{_emacs_lispdir}/%{name}-mode/*.elc
+%{_emacs_lispdir}/site-start.d/*.el
 %endif
 
 %define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -430,6 +430,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.128  2006/01/06 19:24:29  twittner
+- don't pack *.el files (only byte-compiled *.elc)
+
 Revision 1.127  2006/01/02 17:32:14  twittner
 - added -emacs-mode subpackage
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ruby.spec?r1=1.127&r2=1.128&f=u



More information about the pld-cvs-commit mailing list