mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
packaging: fedora: remove irrelevant stuff
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
parent
92c0591db9
commit
8dde4af6cd
1 changed files with 1 additions and 11 deletions
|
@ -1,16 +1,6 @@
|
|||
%global git 6b9a717c
|
||||
%global date %(date +%Y%m%d)
|
||||
|
||||
%if %($(pkg-config emacs) ; echo $?)
|
||||
%global emacs_version 23.1
|
||||
%global emacs_lispdir %{_datadir}/emacs/site-lisp
|
||||
%global emacs_startdir %{_datadir}/emacs/site-lisp/site-start.d
|
||||
%else
|
||||
%global emacs_version %(pkg-config emacs --modversion)
|
||||
%global emacs_lispdir %(pkg-config emacs --variable sitepkglispdir)
|
||||
%global emacs_startdir %(pkg-config emacs --variable sitestartdir)
|
||||
%endif
|
||||
|
||||
# If you are doing a git snapshot:
|
||||
#
|
||||
# Release should be 1%{git}%{?dist}
|
||||
|
@ -43,7 +33,7 @@ BuildRequires: zlib-devel
|
|||
BuildRequires: emacs-el
|
||||
BuildRequires: emacs-nox
|
||||
|
||||
Requires: emacs(bin) >= %{emacs_version}
|
||||
Requires: emacs(bin) >= %{_emacs_version}
|
||||
|
||||
%description
|
||||
* "Not much mail" is what Notmuch thinks about your email
|
||||
|
|
Loading…
Reference in a new issue