X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=packaging%2Ffedora%2Fnotmuch.spec;h=5146edd3396d9d91ea5ad2d7a8a77611e85aa3b9;hp=a5191fcaf9c8c2999baea20925ae02302f0e198d;hb=07dff496304d6dc2e8033a18691b095ed9cd212f;hpb=8dde4af6cd11b8922f672ae848be5e5d5f4c6d13 diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec index a5191fca..5146edd3 100644 --- a/packaging/fedora/notmuch.spec +++ b/packaging/fedora/notmuch.spec @@ -16,75 +16,77 @@ Name: notmuch Version: 0.15.2 -Release: 1%{?dist} -Summary: Not much of an email program +Release: 3%{?dist} +Summary: Thread-based email index, search and tagging Group: Applications/Internet License: GPLv3+ -URL: http://notmuchmail.org/ +URL: https://notmuchmail.org/ -Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source0: https://notmuchmail.org/releases/notmuch-%{version}.tar.gz -BuildRequires: xapian-core-devel -BuildRequires: gmime-devel -BuildRequires: libtalloc-devel -BuildRequires: zlib-devel -BuildRequires: emacs-el -BuildRequires: emacs-nox - -Requires: emacs(bin) >= %{_emacs_version} +BuildRequires: xapian-core-devel gmime-devel libtalloc-devel +BuildRequires: zlib-devel emacs-el emacs-nox python ruby ruby-devel perl %description -* "Not much mail" is what Notmuch thinks about your email - collection. Even if you receive 12000 messages per month or have on - the order of millions of messages that you've been saving for - decades. Regardless, Notmuch will be able to quickly search all of - it. It's just plain not much mail. - -* "Not much mail" is also what you should have in your inbox at any - time. Notmuch gives you what you need, (tags and fast search), so - that you can keep your inbox tamed and focus on what really matters - in your life, (which is surely not email). - -* Notmuch is an answer to Sup. Sup is a very good email program - written by William Morgan (and others) and is the direct inspiration - for Notmuch. Notmuch began as an effort to rewrite - performance-critical pieces of Sup in C rather than ruby. From - there, it grew into a separate project. One significant contribution - Notmuch makes compared to Sup is the separation of the - indexer/searcher from the user interface. (Notmuch provides a - library interface so that its indexing/searching/tagging features - can be integrated into any email program.) - -* Notmuch is not much of an email program. It doesn't receive messages - (no POP or IMAP support). It doesn't send messages (no mail composer, - no network code at all). And for what it does do (email search) that - work is provided by an external library, Xapian. So if Notmuch - provides no user interface and Xapian does all the heavy lifting, - then what's left here? Not much. - -Notmuch is still in the early stages of development, but it does -include one user interface, (implemented within Emacs), which has at -least two users using it for reading all of their incoming mail. If -you've been looking for a fast, global-search and tag-based email -reader to use within Emacs, then Notmuch may be exactly what you've -been looking for. - -Otherwise, if you're a developer of an existing email program and -would love a good library interface for fast, global search with -support for arbitrary tags, then Notmuch also may be exactly what -you've been looking for. - -%package devel -Summary: Development files for %{name} +Fast system for indexing, searching, and tagging email. Even if you +receive 12000 messages per month or have on the order of millions of +messages that you've been saving for decades, Notmuch will be able to +quickly search all of it. + +Notmuch is not much of an email program. It doesn't receive messages +(no POP or IMAP support). It doesn't send messages (no mail composer, +no network code at all). And for what it does do (email search) that +work is provided by an external library, Xapian. So if Notmuch +provides no user interface and Xapian does all the heavy lifting, then +what's left here? Not much. + +%package devel +Summary: Development libraries and header files for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} -%description devel +%description devel 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}. + +%package -n python-notmuch +Summary: Python bindings for notmuch +Group: Development/Libraries +BuildArch: noarch +Requires: %{name} = %{version}-%{release} + +%description -n python-notmuch +%{summary}. + +%package -n notmuch-ruby +Summary: Ruby bindings for notmuch +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description -n notmuch-ruby +%{summary}. + +%package mutt +Summary: Notmuch (of a) helper for Mutt +Group: Development/Libraries +BuildArch: noarch +Requires: %{name} = %{version}-%{release} +Requires: perl(Term::ReadLine::Gnu) + +%description mutt +notmuch-mutt provide integration among the Mutt mail user agent and +the Notmuch mail indexer. + %prep %setup -q @@ -93,37 +95,71 @@ developing applications that use %{name}. --mandir=%{_mandir} --includedir=%{_includedir} --emacslispdir=%{_emacs_sitelispdir} make %{?_smp_mflags} CFLAGS="%{optflags}" +pushd bindings/python + python setup.py build +popd + +pushd bindings/ruby + export CONFIGURE_ARGS="--with-cflags='%{optflags}'" + ruby extconf.rb --vendor + make +popd + +pushd contrib/notmuch-mutt + make +popd + %install make install DESTDIR=%{buildroot} -%clean -rm -rf %{buildroot} +pushd bindings/python + python setup.py install -O1 --skip-build --root %{buildroot} +popd + +pushd bindings/ruby + make install DESTDIR=%{buildroot} +popd + +install contrib/notmuch-mutt/notmuch-mutt %{buildroot}%{_bindir}/notmuch-mutt +install contrib/notmuch-mutt/notmuch-mutt.1 %{buildroot}%{_mandir}/man1/notmuch-mutt.1 %post -p /sbin/ldconfig %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* + +%files devel +%{_libdir}/libnotmuch.so +%{_includedir}/* +%files -n emacs-notmuch %{_emacs_sitelispdir}/* -%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch -%{_sysconfdir}/bash_completion.d/notmuch +%files -n python-notmuch +%doc bindings/python/README +%{python_sitelib}/* -%files devel -%defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README -%{_includedir}/* -%{_libdir}/*.so +%files -n notmuch-ruby +%{ruby_vendorarchdir}/* +%files mutt +%{_bindir}/notmuch-mutt +%{_mandir}/man1/notmuch-mutt.1* %changelog +* Sun Apr 28 2013 Felipe Contreras - 0.15.2-3 +- Add ruby bingings + +* Sun Apr 28 2013 Felipe Contreras - 0.15.2-2 +- Sync with Fedora + * Sun Apr 28 2013 Felipe Contreras - 0.15.2-1 - Update to latest upstream