mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
packaging: fedora: separate package for emacs
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
468fde0845
commit
de668cffd7
1 changed files with 12 additions and 4 deletions
|
@ -28,8 +28,6 @@ Source0: http://notmuchmail.org/releases/notmuch-%{version}.tar.gz
|
||||||
BuildRequires: xapian-core-devel gmime-devel libtalloc-devel
|
BuildRequires: xapian-core-devel gmime-devel libtalloc-devel
|
||||||
BuildRequires: zlib-devel emacs-el emacs-nox
|
BuildRequires: zlib-devel emacs-el emacs-nox
|
||||||
|
|
||||||
Requires: emacs(bin) >= %{_emacs_version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Fast system for indexing, searching, and tagging email. Even if you
|
Fast system for indexing, searching, and tagging email. Even if you
|
||||||
receive 12000 messages per month or have on the order of millions of
|
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
|
The %{name}-devel package contains libraries and header files for
|
||||||
developing applications that use %{name}.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
|
@ -75,12 +82,13 @@ make install DESTDIR=%{buildroot}
|
||||||
%{_mandir}/man?/*
|
%{_mandir}/man?/*
|
||||||
%{_libdir}/libnotmuch.so.3*
|
%{_libdir}/libnotmuch.so.3*
|
||||||
|
|
||||||
%{_emacs_sitelispdir}/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libnotmuch.so
|
%{_libdir}/libnotmuch.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|
||||||
|
%files -n emacs-notmuch
|
||||||
|
%{_emacs_sitelispdir}/*
|
||||||
|
|
||||||
%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
|
||||||
- Update to latest upstream
|
- Update to latest upstream
|
||||||
|
|
Loading…
Reference in a new issue