]> git.pld-linux.org Git - packages/emacs.git/blame - emacs.spec
- use official ftp
[packages/emacs.git] / emacs.spec
CommitLineData
5064865e 1%define elisp_man_version 21-2.8
591e322d 2%bcond_with gnus # Include old Gnus newsreader and MUA version
3 # (obsoleted by emacsen-gnus-pkg-emacs)
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 12Version: 21.3
591e322d 13Release: 2
53d53a61 14License: GPL
60f556f7 15Group: Applications/Editors/Emacs
eb91b983 16Source0: ftp://ftp.gnu.org/gnu/emacs/%{name}-%{version}.tar.gz
4c5f430e 17# Source0-md5: a0bab457cbf5b4f8eb99d1d0a3ada420
eb91b983 18Source1: ftp://ftp.gnu.org/gnu/emacs/leim-%{version}.tar.gz
4c5f430e 19# Source1-md5: 1c968c37e22be0f0d8f8cd57cebe5a5e
eb91b983 20Source2: ftp://ftp.gnu.org/gnu/emacs/elisp-manual-%{elisp_man_version}.tar.gz
ab26c008 21# Source2-md5: 71500b6aaa3d80ea1df1b46c5055c43d
60f556f7 22Source3: %{name}.desktop
9f3f5d7d 23Source4: %{name}-dot%{name}
60f556f7 24Source5: %{name}-site-start.el
9f3f5d7d 25Source6: %{name}.png
99ed3cc2 26Patch1: %{name}-loadup.patch
2258450a 27URL: http://www.gnu.org/software/emacs/
8958830d 28BuildRequires: XFree86-devel
4c5f430e 29BuildRequires: Xaw3d-devel >= 1.5E-3
591e322d 30# Rebuilding autotools commented out
31#BuildRequires: autoconf
32#BuildRequires: 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