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

Shawn Iwinski siwinski at fedoraproject.org
Sat Jun 9 05:51:34 UTC 2012


commit b111c821bac5e036e9bdca328a53766eed66a2b4
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Sat Jun 9 01:45:53 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 BSD 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-twig.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/php-channel-twig.spec b/php-channel-twig.spec
index 02c1fcc..797dc4c 100644
--- a/php-channel-twig.spec
+++ b/php-channel-twig.spec
@@ -3,16 +3,15 @@
 
 Name:             php-channel-twig
 Version:          1.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 Summary:          Adds %{pear_channel} channel to PEAR
 
 Group:            Development/Libraries
-License:          BSD
+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 @@ from 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 BSD 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