]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- added buildreq: /usr/sbin/install-info
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 29 Nov 2001 21:34:11 +0000 (21:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added to %%prep changing install-info to /usr/sbin/install-info
- release 3

Changed files:
    emacs.spec -> 1.28

emacs.spec

index 1191f79cd7627336d5a528f73ff8f444c20db43b..5db35c3bc6c4dc42dd1462762ce713458f46b2ab 100644 (file)
@@ -8,7 +8,7 @@ Summary(pt_BR): GNU Emacs
 Summary(tr):   GNU Emacs
 Name:          emacs
 Version:       21.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Editors/Emacs
 Group(de):     Applikationen/Editors/Emacs
@@ -22,6 +22,8 @@ Source4:      %{name}-dot%{name}
 Source5:       %{name}-site-start.el
 Source6:       %{name}.png
 Patch1:                %{name}-loadup.patch
+# needed for bilding, not in pre/post in/un
+BuildRequires: /usr/sbin/install-info
 BuildRequires: ncurses-devel
 BuildRequires: Xaw3d-devel
 BuildRequires: XFree86-devel
@@ -276,6 +278,12 @@ X Window System; zainstaluj emacs je
 %setup -q -b 1 -a 2
 %patch1 -p1
 
+# /usr/sbin is not in standard path
+for file in Makefile.in elisp-manual-21-2.7/Makefile.in; do
+       sed "s/install\-info/\/usr\/sbin\/install\-info/" < $file > $file.new
+       mv $file.new $file
+done
+
 %build
 # Regeneration breaks things --misiek
 #rm aclocal.m4
This page took 0.038569 seconds and 4 git commands to generate.