[php-channel-symfony2] Multiple updates per other package reviews

Shawn Iwinski siwinski at fedoraproject.org
Sat Jun 9 06:06:27 UTC 2012


commit f9d90ed3e6243d1f8e4573e11e94701111d02d64
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jun 9 02:05:20 2012 -0400

    Multiple updates per other package reviews
    
    (See: https://bugzilla.redhat.com/show_bug.cgi?id=815678)
    (See: http://lists.fedoraproject.org/pipermail/legal/2012-May/001915.html)
    - Changed license from MIT to Public Domain
    
    (See: https://bugzilla.redhat.com/show_bug.cgi?id=817303)
    - Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
    - Removed cleaning buildroot from %install section
    - Removed %clean section

 php-channel-symfony2.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/php-channel-symfony2.spec b/php-channel-symfony2.spec
index 3b80dfa..acccd2a 100644
--- a/php-channel-symfony2.spec
+++ b/php-channel-symfony2.spec
@@ -3,16 +3,15 @@
 
 Name:             php-channel-symfony2
 Version:          1.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Adds %{pear_channel} channel to PEAR
 
 Group:            Development/Libraries
-License:          MIT
+License:          Public Domain
 URL:              http://%{pear_channel}
 Source0:          http://%{pear_channel}/channel.xml
 
 BuildArch:        noarch
-BuildRequires:    php-pear >= 1:1.4.9-1.2
 BuildRequires:    php-pear(PEAR)
 
 Requires:         php-pear(PEAR)
@@ -35,15 +34,10 @@ this channel to be installed.
 
 
 %install
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
 install -pm 644 %{SOURCE0} $RPM_BUILD_ROOT%{pear_xmldir}/%{name}.xml
 
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
-
-
 %post
 if [ $1 -eq  1 ] ; then
    %{__pear} channel-add %{pear_xmldir}/%{name}.xml > /dev/null || :
@@ -63,6 +57,12 @@ fi
 
 
 %changelog
+* Sat Jun 9 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.0-3
+- Changed license from MIT to Public Domain
+- Removed "BuildRequires: php-pear >= 1:1.4.9-1.2"
+- Removed cleaning buildroot from %%install section
+- Removed %%clean section
+
 * Sun May 20 2012 Shawn Iwinski <shawn.iwinski at gmail.com> 1.0-2
 - %%global instead of %%define
 - Removed BuildRoot


More information about the scm-commits mailing list