]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- fix-info-dir in proper (common) package auto/th/emacs-23_2-0_1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 14 Feb 2011 07:07:26 +0000 (07:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs.spec -> 1.105

emacs.spec

index 94c25d005761c3b9d7621b1f7685c3ae30a0a1a1..d10edca576239a5cce4207b01c64d7bdde7f6c6e 100644 (file)
@@ -8,7 +8,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
@@ -488,7 +488,7 @@ install -d $RPM_BUILD_ROOT{%{_infodir},%{_datadir}/emacs/site-lisp/site-start.d}
        $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
@@ -528,10 +528,10 @@ rm -fr $RPM_BUILD_ROOT%{_datadir}/emacs/%{version}/lisp/erc
 %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
This page took 0.050855 seconds and 4 git commands to generate.