From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Mueller Subject: Re: ceph.spec for Centos 5 Date: Fri, 28 May 2010 08:33:05 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Return-path: Received: from lo.gmane.org ([80.91.229.12]:60520 "EHLO lo.gmane.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753001Ab0E1IdO (ORCPT ); Fri, 28 May 2010 04:33:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OHv0D-0007QH-Kq for ceph-devel@vger.kernel.org; Fri, 28 May 2010 10:33:13 +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 ; Fri, 28 May 2010 10:33:13 +0200 Received: from thomas by 80-219-106-215.dclient.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 May 2010 10:33:13 +0200 Sender: ceph-devel-owner@vger.kernel.org List-ID: To: ceph-devel@vger.kernel.org Am Thu, 27 May 2010 14:26:38 -0700 schrieb Sage Weil: > Hi Thomas, > > On Thu, 27 May 2010, Thomas Mueller wrote: >> hi >> >> i've took the ceph.spec from the 0.20.1 tar.gz and modified it to work >> with Centos 5. >> >> i've sucessfully built/installed/uninstalled the package (but not tried >> to use it yet) >> >> get the .spec file here: >> http://pastebin.com/JBSBWUbB > > Thanks. > > It looks like your changes are all RHEL <= 5, Fedora <= 9 specific, with > the exception of the build-requires changes, which I've updated in git. > If I'm missing something, let me know--I don't use the rpms myself. ... and it needs a "%configure" instead of "./autogen.sh" (IMHO ./ autogen.sh seems does not to call "./configure" as make tells me that the Makefile is not found - so maybe "%configure" is needed after autogen.sh for git versions) - Thomas