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 08A0F431FBD for ; Sun, 28 Apr 2013 02:53:59 -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 br9GBcIo7udX for ; Sun, 28 Apr 2013 02:53:57 -0700 (PDT) Received: from mail-oa0-f53.google.com (mail-oa0-f53.google.com [209.85.219.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2A545431FB6 for ; Sun, 28 Apr 2013 02:53:57 -0700 (PDT) Received: by mail-oa0-f53.google.com with SMTP id m6so5263023oag.12 for ; Sun, 28 Apr 2013 02:53:56 -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=Z0KXjpXpqvXKF6JEF9t4IAJzGAQ8fm9/XQ8VEPXFa5I=; b=sxRDawg5sw1X7kwir6k+FD/U5QV/DCkhx9lx0XChGfsQ9xEr76zfs9YOAIgy9YtwII +4Wi/LaReJPAj+4M95bI0SVbNU6Bszq1blJAkpxRAQWEPPVJ/Z+AtID/ShMVB1/2SYI+ ajg5s3kRidVeSNC0sv92AlQmU2901ekDBTWu5/JJbNKE71weX/he4BQQam8xhlqF/sUN Y1WULxK+cccKSIj+xBuZL6s7fHRaD4i0Ego5zi7fCDAxZEN2tbJbUmUBe3y04jIWp5JM 3Sx33dUmYzYB3tZil5lNso7TTNAAk8UAU+Pw7yopFe5BdichMm1FIPqq28JzrW53he3P ZTJA== X-Received: by 10.182.226.136 with SMTP id rs8mr26525956obc.50.1367142836831; Sun, 28 Apr 2013 02:53:56 -0700 (PDT) Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) by mx.google.com with ESMTPSA id ns4sm15615566obc.2.2013.04.28.02.53.55 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 28 Apr 2013 02:53:55 -0700 (PDT) From: Felipe Contreras To: notmuch@notmuchmail.org Subject: [PATCH 1/8] packaging: fedora: update Date: Sun, 28 Apr 2013 04:52:31 -0500 Message-Id: <1367142758-26120-2-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:53:59 -0000 So at least it builds. Signed-off-by: Felipe Contreras --- packaging/fedora/notmuch.spec | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec index ef1af2e..65c26db 100644 --- a/packaging/fedora/notmuch.spec +++ b/packaging/fedora/notmuch.spec @@ -25,7 +25,7 @@ # Name: notmuch -Version: 0.4 +Version: 0.15.2 Release: 1%{?dist} Summary: Not much of an email program @@ -99,14 +99,12 @@ developing applications that use %{name}. %setup -q %build -./configure --prefix=/usr --libdir=%{_libdir} --sysconfdir=%{_sysconfdir} +./configure --prefix=%{_prefix} --libdir=%{_libdir} --sysconfdir=%{_sysconfdir} \ + --mandir=%{_mandir} --includedir=%{_includedir} --emacslispdir=%{_emacs_sitelispdir} make %{?_smp_mflags} CFLAGS="%{optflags}" -emacs -batch -f batch-byte-compile emacs/*.el %install -rm -rf %{buildroot} -make install DESTDIR=%{buildroot} prefix=%{_prefix} -mv %{buildroot}%{_sysconfdir}/bash_completion.d %{buildroot}%{_datarootdir}/bash_completion +make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} @@ -117,25 +115,28 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README TODO +%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README %{_bindir}/notmuch -%{_libdir}/libnotmuch.so.* -%{_mandir}/man1/notmuch.1* +%{_libdir}/libnotmuch.so.3* +%{_mandir}/man?/* %{_emacs_sitelispdir}/* -%{_datarootdir}/zsh/functions/Completion/Unix/notmuch -%{_datarootdir}/bash_completion/notmuch +%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch +%{_sysconfdir}/bash_completion.d/notmuch %files devel %defattr(-,root,root,-) -%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README TODO +%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README %{_includedir}/* %{_libdir}/*.so %changelog +* Sun Apr 28 2013 Felipe Contreras - 0.15.2-1 +- Update to latest upstream + * Tue Nov 2 2010 Scott Henson - 0.4-1 - New upstream release -- 1.8.2.1.1031.g2ee5873