Enumerate binaries in emacs-common to avoid packaging single binary multiple times by accident
This commit is contained in:
parent
4d43322cc4
commit
9c6ebc6995
16
emacs.spec
16
emacs.spec
@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
|
|||||||
Name: emacs
|
Name: emacs
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 23.3
|
Version: 23.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.gnu.org/software/emacs/
|
URL: http://www.gnu.org/software/emacs/
|
||||||
Group: Applications/Editors
|
Group: Applications/Editors
|
||||||
@ -394,9 +394,13 @@ update-desktop-database &> /dev/null || :
|
|||||||
%config(noreplace) %{_sysconfdir}/skel/.emacs
|
%config(noreplace) %{_sysconfdir}/skel/.emacs
|
||||||
%config(noreplace) %{_sysconfdir}/rpm/macros.emacs
|
%config(noreplace) %{_sysconfdir}/rpm/macros.emacs
|
||||||
%doc etc/NEWS BUGS README etc/COPYING
|
%doc etc/NEWS BUGS README etc/COPYING
|
||||||
%exclude %{_bindir}/emacs-*
|
%{_bindir}/b2m
|
||||||
%{_bindir}/*
|
%{_bindir}/ebrowse
|
||||||
%exclude %{_bindir}/emacs
|
%{_bindir}/emacsclient
|
||||||
|
%{_bindir}/etags.emacs
|
||||||
|
%{_bindir}/gctags
|
||||||
|
%{_bindir}/grep-changelog
|
||||||
|
%{_bindir}/rcs-checkin
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
%dir %{_datadir}/emacs/%{version}
|
%dir %{_datadir}/emacs/%{version}
|
||||||
@ -422,6 +426,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
%dir %{_datadir}/emacs/site-lisp/site-start.d
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 26 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-6
|
||||||
|
- Enumerate binaries in emacs-common to avoid packaging single binary
|
||||||
|
multiple times by accident
|
||||||
|
|
||||||
* Mon May 23 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-5
|
* Mon May 23 2011 Karel Klíč <kklic@redhat.com> - 1:23.3-5
|
||||||
- Removed %%defattr from %%files sections, as RPM no longer needs it
|
- Removed %%defattr from %%files sections, as RPM no longer needs it
|
||||||
- Removed %%dir %%{_libexecdir}/emacs and similar from emacs and
|
- Removed %%dir %%{_libexecdir}/emacs and similar from emacs and
|
||||||
|
Loading…
Reference in New Issue
Block a user