automatic version update by autodist [release 24.4-1mamba;Thu Oct 30 2014]
This commit is contained in:
parent
ee0dd01f63
commit
a7b3021aa3
23
emacs.spec
23
emacs.spec
@ -5,8 +5,8 @@
|
||||
%define with_xtoolkit_motif 0
|
||||
%define dirver %(echo %version | sed "s|[a-z]$||")
|
||||
Name: emacs
|
||||
Version: 24.3
|
||||
Release: 3mamba
|
||||
Version: 24.4
|
||||
Release: 1mamba
|
||||
Summary: The libraries needed to run the GNU Emacs text editor
|
||||
Group: Applications/Text
|
||||
Vendor: openmamba
|
||||
@ -151,10 +151,10 @@ You'll also need to install the emacs package in order to run Emacs.
|
||||
%prep
|
||||
%setup -q -n %{name}-%{dirver}
|
||||
#%patch0 -p1 -b .infofix
|
||||
%patch1 -p1 -b .security_mktemp
|
||||
#%patch1 -p1 -b .security_mktemp
|
||||
#patch2 -p1 -b .ia64
|
||||
#patch3 -p1 -b .x86_64
|
||||
%patch4 -p1
|
||||
#%patch4 -p1
|
||||
|
||||
#sed -i 's/ctags/gctags/g' etc/etags.1
|
||||
|
||||
@ -239,6 +239,7 @@ install -d %{buildroot}%{_libdir}/%{name}/site-lisp
|
||||
# create file lists
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/lisp \
|
||||
-name '*.elc' -print -o -type d -printf "%%%%dir %%p\n" | \
|
||||
grep -v lisp/leim | \
|
||||
sed "s,%{buildroot},," > core-filelist
|
||||
|
||||
find %{buildroot}%{_libdir}/%{name}/%{dirver} -type f | \
|
||||
@ -276,7 +277,7 @@ find %{buildroot}%{_datadir}/%{name}/%{dirver}/etc/ -type f | \
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/lisp -type f | \
|
||||
sed "s,%{buildroot},," | grep -v "\.el\(c\)\?$" >> core-filelist
|
||||
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/leim \
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/lisp/leim \
|
||||
-name '*.elc' -print -o -mindepth 1 -type d -printf "%%%%dir %%p\n" | \
|
||||
sed "s^%{buildroot}^^" > leim-filelist
|
||||
|
||||
@ -286,7 +287,7 @@ for f in `find %{buildroot}%{_datadir}/%{name}/%{dirver}/lisp -name '*.el'`; do
|
||||
echo $f | sed "s,%{buildroot},,"
|
||||
done >> el-filelist
|
||||
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/leim \
|
||||
find %{buildroot}%{_datadir}/%{name}/%{dirver}/lisp/leim \
|
||||
-name '*.el.gz' -print | sed "s,%{buildroot},," | \
|
||||
grep -v "leim\/leim-list.el" >> el-filelist
|
||||
|
||||
@ -353,7 +354,6 @@ exit 0
|
||||
%attr(755,root,root) %{_libdir}/%{name}/%{dirver}/%{_host}/movemail
|
||||
%dir %{_datadir}/%{name}/site-lisp
|
||||
%dir %{_datadir}/%{name}/%{dirver}/site-lisp
|
||||
%dir %{_datadir}/%{name}/%{dirver}/leim
|
||||
#%{_localstatedir}/games/%{name}/
|
||||
%{_mandir}/man?/*
|
||||
%{_infodir}/*
|
||||
@ -370,7 +370,7 @@ exit 0
|
||||
|
||||
%files -f leim-filelist leim
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/%{name}/%{dirver}/leim/leim-list.el
|
||||
%{_datadir}/%{name}/%{dirver}/lisp/leim/leim-list.el
|
||||
|
||||
%files nox
|
||||
%defattr(-,root,root)
|
||||
@ -380,15 +380,15 @@ exit 0
|
||||
%{_bindir}/%{name}-%{dirver}
|
||||
%endif
|
||||
%{_bindir}/%{name}-%{dirver}-nox
|
||||
%{_datadir}/%{name}/%{dirver}/etc/DOC-%{dirver}.*
|
||||
%{_datadir}/%{name}/%{dirver}/etc/DOC
|
||||
|
||||
%if "%{?stage1}" != "1"
|
||||
%files X11
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/applications/xemacs.desktop
|
||||
%{_bindir}/%{name}-%{dirver}
|
||||
%{_bindir}/xemacs
|
||||
%{_datadir}/pixmaps/xemacs.png
|
||||
%{_datadir}/applications/xemacs.desktop
|
||||
%{_datadir}/icons/hicolor/*/apps/emacs*.png
|
||||
%{_datadir}/icons/hicolor/scalable/apps/emacs.svg
|
||||
%{_datadir}/icons/hicolor/scalable/mimetypes/emacs-document.svg
|
||||
@ -398,6 +398,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Oct 30 2014 Automatic Build System <autodist@mambasoft.it> 24.4-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Dec 11 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 24.3-3mamba
|
||||
- added build patch against libgif 5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user