|
@@ -1,6 +1,6 @@
|
|
|
%define emacsversion 22.3
|
|
|
#%%define cvsdate 20060403
|
|
|
-%define emacsrelese 13%{?_dist_release}
|
|
|
+%define emacsrelese 14%{?_dist_release}
|
|
|
|
|
|
%define _noVersionedDependencies 1
|
|
|
%define prereq_ge() %(LC_ALL="C" rpm -q --queryformat 'PreReq:%%{NAME} >= %%{VERSION}' %1| grep -v "is not")
|
|
@@ -159,6 +159,9 @@ ARCHDIR=${RPM_ARCH}-vine-linux
|
|
|
%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir} \
|
|
|
infodir=${RPM_BUILD_ROOT}%{infodir}
|
|
|
|
|
|
+## This is a duplicate of the file in FLAVOR/site-lisp
|
|
|
+%__rm -f $RPM_BUILD_ROOT%{_datadir}/emacs/site-lisp/subdirs.el || exit 1
|
|
|
+
|
|
|
(cd $RPM_BUILD_ROOT%{_mandir}/man1/; mv ctags.1 gctags.1)
|
|
|
(cd $RPM_BUILD_ROOT%{_bindir}/; mv ctags gctags)
|
|
|
|
|
@@ -387,6 +390,9 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Apr 18 2010 Munehiro Yamamoto <munepi@vinelinux.org> 22.3-14
|
|
|
+- removed /usr/share/emacs/site-lisp/subdirs.el
|
|
|
+
|
|
|
* Fri Apr 02 2010 Munehiro Yamamoto <munepi@vinelinux.org> 22.3-13
|
|
|
- new toolchain build for VineSeed
|
|
|
- applied emacs-22.3-gcc44.patch
|