From patchwork Mon Jul 5 07:10:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Mueller X-Patchwork-Id: 110175 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o6579eG6001952 for ; Mon, 5 Jul 2010 07:10:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752945Ab0GEHKO (ORCPT ); Mon, 5 Jul 2010 03:10:14 -0400 Received: from lo.gmane.org ([80.91.229.12]:45158 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752207Ab0GEHKO (ORCPT ); Mon, 5 Jul 2010 03:10:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OVfoh-0002V6-Vx for ceph-devel@vger.kernel.org; Mon, 05 Jul 2010 09:10:11 +0200 Received: from 80-219-106-215.dclient.hispeed.ch ([80.219.106.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jul 2010 09:10:11 +0200 Received: from thomas by 80-219-106-215.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 05 Jul 2010 09:10:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ceph-devel@vger.kernel.org From: Thomas Mueller Subject: PATCH V2: ceph.spec.in - make -j and unpackaged files Date: Mon, 5 Jul 2010 07:10:01 +0000 (UTC) Lines: 69 Message-ID: Mime-Version: 1.0 X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 80-219-106-215.dclient.hispeed.ch User-Agent: Pan/0.133 (House of Butterflies) Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Mon, 05 Jul 2010 07:10:15 +0000 (UTC) diff --git a/ceph.spec.in b/ceph.spec.in index ca15094..9551598 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -40,8 +40,8 @@ This package contains the headers needed to develop programs that use Ceph. %build ./autogen.sh -%{configure} --without-hadoop --without-debug -make CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" +%{configure} --without-hadoop +make -j$(getconf _NPROCESSORS_ONLN) CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT @@ -75,6 +75,8 @@ fi %doc README COPYING %{_bindir}/ceph %{_bindir}/cconf +%{_bindir}/cclass +%{_bindir}/cclsinfo %{_bindir}/crushtool %{_bindir}/monmaptool %{_bindir}/osdmaptool @@ -85,11 +87,13 @@ fi %{_bindir}/cmds %{_bindir}/cosd %{_bindir}/rados +%{_bindir}/radosacl %{_bindir}/rbdtool %{_initrddir}/ceph %{_libdir}/libceph.so.* %{_libdir}/libcrush.so.* %{_libdir}/librados.so.* +%{_libdir}/libcls_rbd.so.* %{_sbindir}/mkcephfs /sbin/mount.ceph %{_libdir}/ceph @@ -112,6 +116,9 @@ fi %{_mandir}/man8/rados.8* %{_mandir}/man8/rbdtool.8* %{_mandir}/man8/cauthtool.8* +%{_mandir}/man8/cclass.8.gz +%{_mandir}/man8/cclsinfo.8.gz + %files fuse %defattr(-,root,root,-) @@ -138,6 +145,7 @@ fi %{_libdir}/libceph.so %{_libdir}/libcrush.so %{_libdir}/librados.so +%{_libdir}/libcls_rbd.so %changelog * Fri Apr 30 2010 Sage Weil 0.19.1-5