SPECS: xemacs-mailcrypt-pkg.spec - rel 4; fix info file build
arekm
arekm at pld-linux.org
Sun Jun 10 17:26:00 CEST 2007
Author: arekm Date: Sun Jun 10 15:26:00 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; fix info file build
---- Files affected:
SPECS:
xemacs-mailcrypt-pkg.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/xemacs-mailcrypt-pkg.spec
diff -u SPECS/xemacs-mailcrypt-pkg.spec:1.33 SPECS/xemacs-mailcrypt-pkg.spec:1.34
--- SPECS/xemacs-mailcrypt-pkg.spec:1.33 Mon Feb 12 23:09:22 2007
+++ SPECS/xemacs-mailcrypt-pkg.spec Sun Jun 10 17:25:54 2007
@@ -4,7 +4,7 @@
Name: xemacs-mailcrypt-pkg
%define srcname mailcrypt
Version: 3.5.6
-Release: 3
+Release: 4
License: GPL
Group: Applications/Editors/Emacs
Source0: http://dl.sourceforge.net/mailcrypt/%{srcname}-%{version}.tar.gz
@@ -38,13 +38,15 @@
%build
%{__autoconf}
%configure
-%{__make}
+%{__make} -j1 \
+ MAKEINFO="%{_bindir}/makeinfo --no-split"
%install
rm -rf $RPM_BUILD_ROOT
-%{__make} install \
+%{__make} -j1 install \
DESTDIR=$RPM_BUILD_ROOT \
+ INFOFILES=mailcrypt.info \
lispdir=%{_datadir}/xemacs-packages/lisp/mailcrypt
# remove .el file if corresponding .elc file exists
@@ -72,6 +74,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.34 2007/06/10 15:25:54 arekm
+- rel 4; fix info file build
+
Revision 1.33 2007/02/12 22:09:22 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/xemacs-mailcrypt-pkg.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list