]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- include elisp documentation (release 2) emacs-21_1-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Oct 2001 08:35:14 +0000 (08:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs.spec -> 1.27

emacs.spec

index 2d9a6ab58f40e62953d3ee161c7e903e1e82b726..1191f79cd7627336d5a528f73ff8f444c20db43b 100644 (file)
@@ -1,3 +1,4 @@
+%define                elisp_man_version       21-2.7a
 Summary:       The Emacs text editor for the X Window System
 Summary(de):   GNU Emacs
 Summary(es):   GNU Emacs
@@ -7,7 +8,7 @@ Summary(pt_BR): GNU Emacs
 Summary(tr):   GNU Emacs
 Name:          emacs
 Version:       21.1
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Editors/Emacs
 Group(de):     Applikationen/Editors/Emacs
@@ -15,6 +16,7 @@ Group(pl):    Aplikacje/Edytory/Emacs
 Group(pt):     Aplicações/Editores/Emacs
 Source0:       ftp://ftp.gnu.org/gnu/emacs/%{name}-%{version}.tar.gz
 Source1:       ftp://ftp.gnu.org/gnu/emacs/leim-%{version}.tar.gz
+Source2:       ftp://ftp.gnu.org/gnu/emacs/elisp-manual-%{elisp_man_version}.tar.gz
 Source3:       %{name}.desktop
 Source4:       %{name}-dot%{name}
 Source5:       %{name}-site-start.el
@@ -29,6 +31,7 @@ BuildRequires:        libungif-devel
 BuildRequires: libpng-devel
 BuildRequires: autoconf
 BuildRequires: libtool
+BuildRequires: texinfo
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Requires:      ctags
 Requires:      emacs-common
@@ -270,7 +273,7 @@ emacs). Zainstaluj emacs-nox je
 X Window System; zainstaluj emacs je¿eli u¿ywasz X.
 
 %prep
-%setup -q -b 1
+%setup -q -b 1 -a 2
 %patch1 -p1
 
 %build
@@ -281,6 +284,11 @@ X Window System; zainstaluj emacs je
 #autoconf
 #touch aclocal.m4
 
+cd elisp-manual-*
+%configure2_13
+%{__make}
+cd ..
+
 # Build binary with X support
 [ -d build-withx ] && rm -rf build-withx
 mkdir build-withx && cd build-withx
@@ -358,6 +366,9 @@ install %{SOURCE6} $RPM_BUILD_ROOT/usr/X11R6/share/pixmaps
 
 install build-nox/etc/DOC-* $RPM_BUILD_ROOT%{_datadir}/emacs/%{version}/etc
 
+%{__make} -C elisp-manual-* install \
+       infodir=$RPM_BUILD_ROOT%{_infodir}
+
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 gzip -9nf etc/NEWS BUGS README
This page took 0.07693 seconds and 4 git commands to generate.