[emacs-ecb/f14] No defattr in %%files sections

Karel Klíč kklic at fedoraproject.org
Mon Nov 7 12:59:04 UTC 2011


commit 43aae846e17a41ebdc2e9c9a29b1b052d4200c84
Author: Karel Klic <kklic at redhat.com>
Date:   Mon Nov 7 13:58:55 2011 +0100

    No defattr in %%files sections

 emacs-ecb.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/emacs-ecb.spec b/emacs-ecb.spec
index 36fd871..b38b0d9 100644
--- a/emacs-ecb.spec
+++ b/emacs-ecb.spec
@@ -1,6 +1,6 @@
 Name:           emacs-ecb
 Version:        2.40.1
-Release:        0.4.cvs20101021%{?dist}
+Release:        0.5.cvs20101021%{?dist}
 Summary:        Emacs Code Browser allows easy source code navigation and overview
 Group:          Applications/Editors
 License:        GPLv2+
@@ -92,7 +92,6 @@ if [ "$1" = 0 ]; then
 fi
 
 %files
-%defattr(-,root,root,-)
 %doc NEWS README RELEASE_NOTES
 %doc %{_infodir}/*.info*
 %{_emacs_sitestartdir}/*.el
@@ -101,11 +100,13 @@ fi
 %{_emacs_sitelispdir}/ecb/ecb-images
 
 %files el
-%defattr(-,root,root,-)
 %{_emacs_sitelispdir}/ecb/*.el
 
 
 %changelog
+* Mon Nov  7 2011 Karel Klíč <kklic at redhat.com> - 2.40.1-0.5.cvs20101021
+- No defattr in %%files sections
+
 * Mon Mar 28 2011 Karel Klic <kklic at redhat.com> - 2.40.1-0.4.cvs20101021
 - Fixed version tag (2.40 -> 2.40.1)
 - Fixed typo in macro _emacs_version


More information about the scm-commits mailing list