]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- release 32,
authorkloczek <kloczek@pld-linux.org>
Sun, 4 Feb 2001 10:48:57 +0000 (10:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added paths patch with variouse fixes in used paths for FHS compliance
  (to sendmail, rsh, info files and few more),
- merged 10buttons, s390 MDK patches,
- merger s390 patch from RH,
- added using %%{_pixmapsdir} macro in %files.

Changed files:
    emacs.spec -> 1.18

emacs.spec

index 46c5591f74232456384656acc3d79fe0722e596d..fbb187a09bfd2ccc6fd592a5a9f5d0f3aeb5b945 100644 (file)
@@ -4,7 +4,7 @@ Summary(fr):    GNU Emacs
 Summary(tr):   GNU Emacs
 Name:          emacs
 Version:       20.7
-Release:       16
+Release:       32
 License:       GPL
 Group:         Applications/Editors/Emacs
 Group(de):     Applikationen/Editors/Emacs
@@ -28,6 +28,10 @@ Patch8:              %{name}-ia64-2.patch
 Patch9:                %{name}-ia64-3.patch
 Patch10:       %{name}-lisp-startup-localealias.patch
 Patch11:       %{name}-proto.patch
+Patch12:       %{name}-10buttons.patch
+Patch13:       %{name}-s390.patch
+Patch14:       %{name}-expand.patch
+Patch15:       %{name}-paths.patch
 BuildRequires: ncurses-devel
 BuildRequires: Xaw3d-devel
 BuildRequires: XFree86-devel
@@ -193,6 +197,10 @@ System; install emacs if you will be using X.
 %patch9 -p1
 %patch10 -p0
 %patch11 -p1
+%patch12 -p0
+%patch13 -p1
+%patch14 -p1
+%patch15 -p1
 
 %build
 libtoolize --force --copy
@@ -303,9 +311,8 @@ fi
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/emacs
-%attr(755,root,root) %{_bindir}/emacs-%{version}
 %{_applnkdir}/Development/Editors/emacs.desktop
-/usr/X11R6/share/pixmaps/*
+%{_pixmapsdir}/*
 
 %files common
 %defattr(644,root,root,755)
This page took 0.071735 seconds and 4 git commands to generate.