]> git.pld-linux.org Git - packages/emacs.git/blame - emacs.spec
- refresh config.sub for amd64, switched to vfolders
[packages/emacs.git] / emacs.spec
CommitLineData
89a9a238
AF
1# TODO:
2# - move gnus*.info to separate package (conflict with xemacs-gnus-info-pkg)
5064865e 3%define elisp_man_version 21-2.8
67cac424 4Summary: The Emacs text editor for the X Window System
5Summary(de): GNU Emacs
9f3f5d7d 6Summary(es): GNU Emacs
67cac424 7Summary(fr): GNU Emacs
2258450a 8Summary(pl): GNU Emacs - edytor tekstu dla systemu X Window
9f3f5d7d 9Summary(pt_BR): GNU Emacs
67cac424 10Summary(tr): GNU Emacs
5f9f4a13 11Name: emacs
4c5f430e
AM
12Version: 21.3
13Release: 1
53d53a61 14License: GPL
60f556f7 15Group: Applications/Editors/Emacs
4c5f430e
AM
16# # ftp://ftp.gnu.org/gnu/emacs/ is official ftp
17Source0: http://ftp.club.cc.cmu.edu/pub/gnu/emacs/%{name}-%{version}.tar.gz
18# Source0-md5: a0bab457cbf5b4f8eb99d1d0a3ada420
19Source1: http://ftp.club.cc.cmu.edu/pub/gnu/emacs/leim-%{version}.tar.gz
20# Source1-md5: 1c968c37e22be0f0d8f8cd57cebe5a5e
21Source2: http://ftp.club.cc.cmu.edu/pub/gnu/emacs/elisp-manual-%{elisp_man_version}.tar.gz
ab26c008 22# Source2-md5: 71500b6aaa3d80ea1df1b46c5055c43d
60f556f7 23Source3: %{name}.desktop
9f3f5d7d 24Source4: %{name}-dot%{name}
60f556f7 25Source5: %{name}-site-start.el
9f3f5d7d 26Source6: %{name}.png
99ed3cc2 27Patch1: %{name}-loadup.patch
2258450a 28URL: http://www.gnu.org/software/emacs/
8958830d 29BuildRequires: XFree86-devel
4c5f430e 30BuildRequires: Xaw3d-devel >= 1.5E-3
2258450a 31BuildRequires: autoconf
d3aa77d9 32BuildRequires: automake
99ed3cc2 33BuildRequires: libjpeg-devel
99ed3cc2 34BuildRequires: libpng-devel
2258450a 35BuildRequires: libtiff-devel
3770af4e 36BuildRequires: libtool
2258450a
JB
37BuildRequires: libungif-devel
38BuildRequires: ncurses-devel
345c2db2 39BuildRequires: texinfo
67cac424 40Requires: ctags
d3aa77d9
JB
41Requires: emacs-common = %{version}-%{release}
42BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
662c4abb 43
c8dfcfb1 44%ifarch ppc
45%define no_install_post_strip 1
46%endif
47
662c4abb 48%description
60f556f7
JR
49Emacs-X11 includes the Emacs text editor program for use with the X
50Window System (it provides support for the mouse and other GUI
51elements). Emacs-X11 will also run Emacs outside of X, but it has a
52larger memory footprint than the 'non-X' Emacs package (emacs-nox).
662c4abb 53
60f556f7
JR
54Install emacs-X11 if you're going to use Emacs with the X Window
55System. You should also install emacs-X11 if you're going to run Emacs
56both with and without X (it will work fine both ways). You'll also
3770af4e 57need to install the emacs-common package in order to run Emacs.
aa427bdb 58
67cac424 59%description -l de
60