[PATCH 4/8] packaging: fedora: reorganize files section

Subject: [PATCH 4/8] packaging: fedora: reorganize files section

Date: Sun, 28 Apr 2013 04:52:34 -0500

To: notmuch@notmuchmail.org

Cc:

From: Felipe Contreras


Also to sync with Fedora.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 packaging/fedora/notmuch.spec | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec
index 6d32bdd..f5272db 100644
--- a/packaging/fedora/notmuch.spec
+++ b/packaging/fedora/notmuch.spec
@@ -68,24 +68,18 @@ make install DESTDIR=%{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING-GPL-3 INSTALL README
-
+%{_sysconfdir}/bash_completion.d/notmuch
+%{_datadir}/zsh/functions/Completion/Unix/_notmuch
 %{_bindir}/notmuch
-%{_libdir}/libnotmuch.so.3*
 %{_mandir}/man?/*
+%{_libdir}/libnotmuch.so.3*
 
 %{_emacs_sitelispdir}/*
 
-%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch
-%{_sysconfdir}/bash_completion.d/notmuch
-
 %files devel
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README
+%{_libdir}/libnotmuch.so
 %{_includedir}/*
-%{_libdir}/*.so
-
 
 %changelog
 * Sun Apr 28 2013 Felipe Contreras <felipe.contreras@gmail.com> - 0.15.2-1
-- 
1.8.2.1.1031.g2ee5873


Thread: