From patchwork Thu Mar 17 00:54:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 8606301 Return-Path: X-Original-To: patchwork-linux-nvdimm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 5CFC79F6E1 for ; Thu, 17 Mar 2016 00:55:04 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9240A20279 for ; Thu, 17 Mar 2016 00:55:03 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D770320268 for ; Thu, 17 Mar 2016 00:55:02 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 6F5651A1DED; Wed, 16 Mar 2016 17:55:22 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by ml01.01.org (Postfix) with ESMTP id 1663C1A1DED for ; Wed, 16 Mar 2016 17:55:21 -0700 (PDT) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 16 Mar 2016 17:55:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,347,1455004800"; d="scan'208";a="938918123" Received: from dwillia2-desk3.jf.intel.com ([10.54.39.14]) by fmsmga002.fm.intel.com with ESMTP; 16 Mar 2016 17:55:01 -0700 Subject: [ndctl PATCH 1/5] ndctl: update pkg-config description From: Dan Williams To: linux-nvdimm@lists.01.org Date: Wed, 16 Mar 2016 17:54:35 -0700 Message-ID: <20160317005435.3025.49300.stgit@dwillia2-desk3.jf.intel.com> In-Reply-To: <20160317005429.3025.395.stgit@dwillia2-desk3.jf.intel.com> References: <20160317005429.3025.395.stgit@dwillia2-desk3.jf.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Use the same description as rpmspec file which references "libnvdimm" instead of "nd". Signed-off-by: Dan Williams --- lib/libndctl.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libndctl.pc.in b/lib/libndctl.pc.in index a8ac4b799fdc..2af9ad18a6fc 100644 --- a/lib/libndctl.pc.in +++ b/lib/libndctl.pc.in @@ -4,7 +4,7 @@ libdir=@libdir@ includedir=@includedir@ Name: libndctl -Description: Device discovery and manipulation for the "nd" subsystem +Description: Manage "libnvdimm" subsystem devices (Non-volatile Memory) Version: @VERSION@ Libs: -L${libdir} -lndctl Libs.private: