SPECS: xemacs.spec - up to 21.5.23
arekm
arekm at pld-linux.org
Sat Oct 29 20:29:22 CEST 2005
Author: arekm Date: Sat Oct 29 18:29:22 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 21.5.23
---- Files affected:
SPECS:
xemacs.spec (1.144 -> 1.145)
---- Diffs:
================================================================
Index: SPECS/xemacs.spec
diff -u SPECS/xemacs.spec:1.144 SPECS/xemacs.spec:1.145
--- SPECS/xemacs.spec:1.144 Sun Oct 23 12:59:45 2005
+++ SPECS/xemacs.spec Sat Oct 29 20:29:17 2005
@@ -6,7 +6,7 @@
%bcond_with gtk # GTK+ enabled version
#
%define ver 21.5
-%define sver 22
+%define sver 23
%define xver %{ver}-b%{sver}
%define basepkgver 1.97
Summary: The XEmacs -- Emacs: The Next Generation
@@ -18,11 +18,11 @@
Summary(uk): ÷ĹŇÓŚŃ GNU Emacs ÄĚŃ X Window System
Name: xemacs
Version: %{ver}.%{sver}
-Release: 2
+Release: 1
License: GPL
Group: Applications/Editors/Emacs
Source0: ftp://ftp.xemacs.org/xemacs/%{name}-%{ver}/%{name}-%{version}.tar.gz
-# Source0-md5: e0f7bb54c771d93b5b54e7c06204d548
+# Source0-md5: 3a8111472fa7ae47d74374f85f1d0aae
Source2: ftp://ftp.xemacs.org/xemacs/packages/%{name}-base-%{basepkgver}-pkg.tar.gz
# Source2-md5: d51d8afe507a0bb17f08ef211f9f6f5a
Source3: %{name}.desktop
@@ -35,6 +35,12 @@
Patch1: %{name}-fix_ldflafs.patch
Patch3: %{name}-no-memory-warnings.patch
Patch4: %{name}-dump-paths-lispdir.patch
+Patch5: xemacs-destdir.patch
+Patch6: xemacs-do-not-create-backups-in-temp-directories.patch
+Patch7: xemacs-level3.patch
+Patch8: xemacs-ptmx.patch
+Patch9: xemacs-set-locale-to-c-when-not-supported-by-x.patch
+Patch10: xemacs-vendor.patch
URL: http://www.xemacs.org/
# for X11/bitmaps/gray
BuildRequires: XFree86
@@ -190,6 +196,12 @@
%patch3 -p1
%endif
%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
+%patch10 -p1
rm lisp/startup.elc
sed -i -e "s#@srcdir@#$PWD#" lisp/startup.el
@@ -309,10 +321,11 @@
$RPM_BUILD_ROOT%{_datadir}/%{name}-packages/{etc,lib-src}
%{__make} install-arch-dep install-arch-indep \
- prefix=$RPM_BUILD_ROOT%{_prefix} \
- infodir=$RPM_BUILD_ROOT%{_infodir} \
- mandir=$RPM_BUILD_ROOT%{_mandir}/man1 \
- datadir=$RPM_BUILD_ROOT%{_datadir} \
+ DESTDIR=$RPM_BUILD_ROOT \
+ prefix=%{_prefix} \
+ infodir=%{_infodir} \
+ mandir=%{_mandir}/man1 \
+ datadir=%{_datadir} \
install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}
@@ -366,8 +379,6 @@
find $RPM_BUILD_ROOT -regex '.*~$' -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type f -name "*.el" -exec sed -i -e "s#$RPM_BUILD_ROOT%{name}-%{version}##g" "{}" ";"
-
%clean
rm -rf $RPM_BUILD_ROOT
@@ -473,6 +484,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.145 2005/10/29 18:29:17 arekm
+- up to 21.5.23
+
Revision 1.144 2005/10/23 10:59:45 arekm
- fix paths in el files; package etc/unicode; rel 2
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xemacs.spec?r1=1.144&r2=1.145&f=u
More information about the pld-cvs-commit
mailing list