]> git.notmuchmail.org Git - notmuch/commitdiff
packaging: fedora: package notmuch-mutt
authorFelipe Contreras <felipe.contreras@gmail.com>
Sun, 28 Apr 2013 09:52:37 +0000 (04:52 -0500)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 11:03:36 +0000 (08:03 -0300)
From Fedora.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
packaging/fedora/notmuch.spec

index bc0a58ccb417b6aad43cc432981fdb4f810d5df3..11a1ec941817f986f630746162aff91d7c1116bc 100644 (file)
@@ -16,7 +16,7 @@
 
 Name:           notmuch
 Version:        0.15.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Thread-based email index, search and tagging
 
 Group:          Applications/Internet
@@ -26,7 +26,7 @@ URL:            http://notmuchmail.org/
 Source0:        http://notmuchmail.org/releases/notmuch-%{version}.tar.gz
 
 BuildRequires:  xapian-core-devel gmime-devel libtalloc-devel
-BuildRequires:  zlib-devel emacs-el emacs-nox python
+BuildRequires:  zlib-devel emacs-el emacs-nox python perl
 
 %description
 Fast system for indexing, searching, and tagging email.  Even if you
@@ -68,6 +68,17 @@ Requires:       %{name} = %{version}-%{release}
 %description -n python-notmuch
 %{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
 
@@ -80,6 +91,10 @@ pushd bindings/python
     python setup.py build
 popd
 
+pushd contrib/notmuch-mutt
+    make
+popd
+
 %install
 make install DESTDIR=%{buildroot}
 
@@ -87,6 +102,9 @@ pushd bindings/python
     python setup.py install -O1 --skip-build --root %{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
@@ -110,8 +128,14 @@ popd
 %doc bindings/python/README
 %{python_sitelib}/*
 
+%files mutt
+%{_bindir}/notmuch-mutt
+%{_mandir}/man1/notmuch-mutt.1*
 
 %changelog
+* Sun Apr 28 2013 Felipe Contreras <felipe.contreras@gmail.com> - 0.15.2-2
+- Sync with Fedora
+
 * Sun Apr 28 2013 Felipe Contreras <felipe.contreras@gmail.com> - 0.15.2-1
 - Update to latest upstream