X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=packaging%2Ffedora%2Fnotmuch.spec;h=1e6ec3ba2e82605e0de8938960459796c915ba09;hb=de668cffd73b1c3d2de58dc7cb9b8d8b6aee22fd;hp=6d32bddd9f43ec74419c99c3d5a46e91078f27e7;hpb=c30ef56a1bd9a6339d328c01a17093e1fc15af83;p=notmuch diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec index 6d32bddd..1e6ec3ba 100644 --- a/packaging/fedora/notmuch.spec +++ b/packaging/fedora/notmuch.spec @@ -28,8 +28,6 @@ Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz BuildRequires: xapian-core-devel gmime-devel libtalloc-devel BuildRequires: zlib-devel emacs-el emacs-nox -Requires: emacs(bin) >= %{_emacs_version} - %description Fast system for indexing, searching, and tagging email. Even if you receive 12000 messages per month or have on the order of millions of @@ -52,6 +50,15 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries and header files for developing applications that use %{name}. +%package -n emacs-notmuch +Summary: Not much support for Emacs +Group: Applications/Editors +BuildArch: noarch +Requires: %{name} = %{version}-%{release}, emacs(bin) >= %{_emacs_version} + +%description -n emacs-notmuch +%{summary}. + %prep %setup -q @@ -68,24 +75,19 @@ 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?/* - -%{_emacs_sitelispdir}/* - -%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch -%{_sysconfdir}/bash_completion.d/notmuch +%{_libdir}/libnotmuch.so.3* %files devel -%defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README +%{_libdir}/libnotmuch.so %{_includedir}/* -%{_libdir}/*.so +%files -n emacs-notmuch +%{_emacs_sitelispdir}/* %changelog * Sun Apr 28 2013 Felipe Contreras - 0.15.2-1