packages: emacs/emacs.spec - fix-info-dir in proper (common) package

glen glen at pld-linux.org
Mon Feb 14 08:07:31 CET 2011


Author: glen                         Date: Mon Feb 14 07:07:31 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix-info-dir in proper (common) package

---- Files affected:
packages/emacs:
   emacs.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: packages/emacs/emacs.spec
diff -u packages/emacs/emacs.spec:1.104 packages/emacs/emacs.spec:1.105
--- packages/emacs/emacs.spec:1.104	Wed Feb  2 16:17:35 2011
+++ packages/emacs/emacs.spec	Mon Feb 14 08:07:26 2011
@@ -9,7 +9,7 @@
 %bcond_without	gtk	# don't build GTK+2 version
 %bcond_without	motif	# don't build motif version
 %bcond_without	nox	# don't build nox version
-#
+
 Summary:	The Emacs text editor for the X Window System
 Summary(de.UTF-8):	GNU Emacs
 Summary(es.UTF-8):	GNU Emacs
@@ -489,7 +489,7 @@
 	$RPM_BUILD_ROOT{%{_desktopdir},/etc/skel,%{_pixmapsdir}} \
 
 %if %{with athena}%{with gtk}%{with motif}%{with nox}
-%{makeinstall} -C build-%{bootstrap}
+%makeinstall -C build-%{bootstrap}
 %else
 echo 'ERROR: neither athena nor gtk nor motif nor nox emacs was built.' 1>&2
 exit 1
@@ -529,10 +529,10 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	common -p	/sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	common -p	/sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %triggerin nox -- emacs-X11
@@ -752,6 +752,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2011/02/14 07:07:26  glen
+- fix-info-dir in proper (common) package
+
 Revision 1.104  2011/02/02 15:17:35  sparky
 - package only info files from %{_infodir} (do not package %{_infodir}/dir)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/emacs/emacs.spec?r1=1.104&r2=1.105&f=u



More information about the pld-cvs-commit mailing list