From 611f987e16c40428ad16c518a5067f6ea2b31375 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 25 Nov 2012 12:07:57 +0100 Subject: php-cloudfiles: add 'Group' (for EL5) and switch from tabs to spaces --- php-cloudfiles.spec | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/php-cloudfiles.spec b/php-cloudfiles.spec index 6dc309b..166c003 100644 --- a/php-cloudfiles.spec +++ b/php-cloudfiles.spec @@ -1,19 +1,20 @@ -%global commit 930eb8d +%global commit 930eb8d -Name: php-cloudfiles -Version: 1.7.11 -Release: 2%{?dist} -Summary: PHP API for the Cloud Files storage system +Name: php-cloudfiles +Version: 1.7.11 +Release: 2%{?dist} +Summary: PHP API for the Cloud Files storage system +Group: Development/Libraries -License: MIT -URL: https://github.com/rackspace/php-cloudfiles -Source0: https://github.com/rackspace/php-cloudfiles/tarball/v1.7.11/rackspace-%{name}-v%{version}-0-g%{commit}.tar.gz +License: MIT +URL: https://github.com/rackspace/php-cloudfiles +Source0: https://github.com/rackspace/php-cloudfiles/tarball/v1.7.11/rackspace-%{name}-v%{version}-0-g%{commit}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch -Requires: php-curl, php-date, php-fileinfo, php-hash, php-json -Requires: php-mbstring, php-pcre, php-spl +Requires: php-curl, php-date, php-fileinfo, php-hash, php-json +Requires: php-mbstring, php-pcre, php-spl %description @@ -26,10 +27,11 @@ PHP bindings for the Rackspace Cloud Files RESTful API. Features: %package devel-doc -Summary: Development documentation for %{name} +Summary: Development documentation for %{name} +Group: Development/Libraries %description devel-doc -%{summary} +%{summary}. %prep -- cgit