mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 04:18:08 +01:00
packaging: fedora: reorganize files section
Also to sync with Fedora. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
c30ef56a1b
commit
468fde0845
1 changed files with 4 additions and 10 deletions
|
@ -68,24 +68,18 @@ make install DESTDIR=%{buildroot}
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
|
||||||
%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README
|
%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README
|
||||||
|
%{_sysconfdir}/bash_completion.d/notmuch
|
||||||
|
%{_datadir}/zsh/functions/Completion/Unix/_notmuch
|
||||||
%{_bindir}/notmuch
|
%{_bindir}/notmuch
|
||||||
%{_libdir}/libnotmuch.so.3*
|
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
|
%{_libdir}/libnotmuch.so.3*
|
||||||
|
|
||||||
%{_emacs_sitelispdir}/*
|
%{_emacs_sitelispdir}/*
|
||||||
|
|
||||||
%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch
|
|
||||||
%{_sysconfdir}/bash_completion.d/notmuch
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%{_libdir}/libnotmuch.so
|
||||||
%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README
|
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sun Apr 28 2013 Felipe Contreras <felipe.contreras@gmail.com> - 0.15.2-1
|
* Sun Apr 28 2013 Felipe Contreras <felipe.contreras@gmail.com> - 0.15.2-1
|
||||||
|
|
Loading…
Reference in a new issue