[emacs] Enumerate binaries in emacs-common to avoid packaging single binary multiple times by accident

Karel Klíč kklic at fedoraproject.org
Thu May 26 12:50:21 UTC 2011


commit 9c6ebc699529e4e198a0958ab07e4a876a3aac89
Author: Karel Klic <kklic at redhat.com>
Date:   Thu May 26 14:49:54 2011 +0200

    Enumerate binaries in emacs-common to avoid packaging single binary multiple times by accident

 emacs.spec |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/emacs.spec b/emacs.spec
index cf9ba0a..141ac2f 100644
--- a/emacs.spec
+++ b/emacs.spec
@@ -3,7 +3,7 @@ Summary: GNU Emacs text editor
 Name: emacs
 Epoch: 1
 Version: 23.3
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 URL: http://www.gnu.org/software/emacs/
 Group: Applications/Editors
@@ -394,9 +394,13 @@ update-desktop-database &> /dev/null || :
 %config(noreplace) %{_sysconfdir}/skel/.emacs
 %config(noreplace) %{_sysconfdir}/rpm/macros.emacs
 %doc etc/NEWS BUGS README etc/COPYING
-%exclude %{_bindir}/emacs-*
-%{_bindir}/*
-%exclude %{_bindir}/emacs
+%{_bindir}/b2m
+%{_bindir}/ebrowse
+%{_bindir}/emacsclient
+%{_bindir}/etags.emacs
+%{_bindir}/gctags
+%{_bindir}/grep-changelog
+%{_bindir}/rcs-checkin
 %{_mandir}/*/*
 %{_infodir}/*
 %dir %{_datadir}/emacs/%{version}
@@ -422,6 +426,10 @@ update-desktop-database &> /dev/null || :
 %dir %{_datadir}/emacs/site-lisp/site-start.d
 
 %changelog
+* Thu May 26 2011 Karel Klíč <kklic at 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 at redhat.com> - 1:23.3-5
 - Removed %%defattr from %%files sections, as RPM no longer needs it
 - Removed %%dir %%{_libexecdir}/emacs and similar from emacs and


More information about the scm-commits mailing list