Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 24414431FDD for ; Sun, 28 Apr 2013 02:54:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id besb6s-lr0Wx for ; Sun, 28 Apr 2013 02:54:03 -0700 (PDT) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1EC41431FBD for ; Sun, 28 Apr 2013 02:54:00 -0700 (PDT) Received: by mail-ob0-f182.google.com with SMTP id dn14so4722093obc.13 for ; Sun, 28 Apr 2013 02:53:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=oYfO0+ekSzg37X4VPhcCN/bKXQ1zwmPRwgq/1+339UY=; b=PMqb24CzqzVgZptY+XcdbWQHGtu4NbZiRp80FmADVU/sPHnN6htU9NmEyAI+DMaPq2 ExaRfdCukERL0IZp3JhGq3meswVd+i23xNNWpWfsbGBO7JP30t4OyxLsuSheQg8FqJA8 aJ74rIfKNU1HsxzlKufMt1a3g/ioU8mTK/s6wUkjHsWEG/w27pIFgKypUFjJxNwbqDdo 4HHlRUBHTZ6j6MALqHikELRGHp4jHPN233zQqgdGj/f3wWQ7YQMR7hVQbrVqmOwNTuyo bfwc1CRgotU5uqeeEJMDfoCzWnUtBd6Bb1EkU5pKJu9jagT/5OYlYMO7Y11sm+Pd9Cb5 m86Q== X-Received: by 10.60.125.161 with SMTP id mr1mr8698639oeb.24.1367142839764; Sun, 28 Apr 2013 02:53:59 -0700 (PDT) Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) by mx.google.com with ESMTPSA id cn9sm7488577obb.3.2013.04.28.02.53.58 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 28 Apr 2013 02:53:58 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 2/8] packaging: fedora: remove irrelevant stuff Date: Sun, 28 Apr 2013 04:52:32 -0500 Message-Id: <1367142758-26120-3-git-send-email-felipe.contreras@gmail.com> X-Mailer: git-send-email 1.8.2.1.1031.g2ee5873 In-Reply-To: <1367142758-26120-1-git-send-email-felipe.contreras@gmail.com> References: <1367142758-26120-1-git-send-email-felipe.contreras@gmail.com> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Apr 2013 09:54:05 -0000 Signed-off-by: Felipe Contreras --- packaging/fedora/notmuch.spec | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec index 65c26db..a5191fc 100644 --- a/packaging/fedora/notmuch.spec +++ b/packaging/fedora/notmuch.spec @@ -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 -- 1.8.2.1.1031.g2ee5873