From: Felipe Contreras Date: Sun, 28 Apr 2013 09:52:34 +0000 (+1900) Subject: [PATCH 4/8] packaging: fedora: reorganize files section X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1a5a44fd382c257f09ffd4b3256a0bf3a2f2d44;p=notmuch-archives.git [PATCH 4/8] packaging: fedora: reorganize files section --- diff --git a/6a/45511dc08747390471c56c791fe4d07fecd534 b/6a/45511dc08747390471c56c791fe4d07fecd534 new file mode 100644 index 000000000..57a716227 --- /dev/null +++ b/6a/45511dc08747390471c56c791fe4d07fecd534 @@ -0,0 +1,105 @@ +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 388E2431FDC + for ; Sun, 28 Apr 2013 02:54:14 -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 Md+tnS38GrZC for ; + Sun, 28 Apr 2013 02:54:13 -0700 (PDT) +Received: from mail-ob0-f175.google.com (mail-ob0-f175.google.com + [209.85.214.175]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 76CBD431FBD + for ; Sun, 28 Apr 2013 02:54:05 -0700 (PDT) +Received: by mail-ob0-f175.google.com with SMTP id wp18so4633838obc.20 + for ; Sun, 28 Apr 2013 02:54:05 -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=Sx3sNWNxhwG8TrCmmT2rcc9MhGL70f8vuPViHZGgI0M=; + b=qdUgxBT33yai0470H/oCnmlA+2zP1Mj/PBuDk+tHxwAo7cOpxb+BPFXWILQhyMaiJb + RBvBVPlUat0RMBp/3VSo8VlEUck7sQSH+NWCKsEnwFuvRrIxZTCqiowHlhdxE71Q7U9O + FofBRkA4f0jlhXh6n3h+MAYOs5bxZJR86PiNyWZsLRPuMm3pmDGJm1uARR819bZTXxWI + 1GSwaD8zUbVQsKeGz+Wep1Nwnncvz2Npcwaxmtns79zcUFcmHgJdF7z6JnNKg+mnof7l + JLHyqGa/PYSm7SZ/LUOiAmK7Y3kp0QdybYD3ROBfq0Gg42a/rbjF6+Qsr48ejqyqzPol + y7+g== +X-Received: by 10.182.64.74 with SMTP id m10mr20777952obs.61.1367142845084; + Sun, 28 Apr 2013 02:54:05 -0700 (PDT) +Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70]) + by mx.google.com with ESMTPSA id ru4sm15613187obb.4.2013.04.28.02.54.03 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sun, 28 Apr 2013 02:54:04 -0700 (PDT) +From: Felipe Contreras +To: notmuch@notmuchmail.org +Subject: [PATCH 4/8] packaging: fedora: reorganize files section +Date: Sun, 28 Apr 2013 04:52:34 -0500 +Message-Id: <1367142758-26120-5-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:14 -0000 + +Also to sync with Fedora. + +Signed-off-by: Felipe Contreras +--- + packaging/fedora/notmuch.spec | 14 ++++---------- + 1 file changed, 4 insertions(+), 10 deletions(-) + +diff --git a/packaging/fedora/notmuch.spec b/packaging/fedora/notmuch.spec +index 6d32bdd..f5272db 100644 +--- a/packaging/fedora/notmuch.spec ++++ b/packaging/fedora/notmuch.spec +@@ -68,24 +68,18 @@ make install DESTDIR=%{buildroot} + %postun -p /sbin/ldconfig + + %files +-%defattr(-,root,root,-) + %doc AUTHORS COPYING COPYING-GPL-3 INSTALL README +- ++%{_sysconfdir}/bash_completion.d/notmuch ++%{_datadir}/zsh/functions/Completion/Unix/_notmuch + %{_bindir}/notmuch +-%{_libdir}/libnotmuch.so.3* + %{_mandir}/man?/* ++%{_libdir}/libnotmuch.so.3* + + %{_emacs_sitelispdir}/* + +-%{_datarootdir}/zsh/functions/Completion/Unix/_notmuch +-%{_sysconfdir}/bash_completion.d/notmuch +- + %files devel +-%defattr(-,root,root,-) +-%doc AUTHORS COPYING COPYING-GPL-3 INSTALL README ++%{_libdir}/libnotmuch.so + %{_includedir}/* +-%{_libdir}/*.so +- + + %changelog + * Sun Apr 28 2013 Felipe Contreras - 0.15.2-1 +-- +1.8.2.1.1031.g2ee5873 +