[php-pear-HTML-QuickForm] fix metadata location

Remi Collet remi at fedoraproject.org
Tue Feb 19 11:33:49 UTC 2013


commit 01eab55d1abd01589d2682abcc087ffc12990417
Author: Remi Collet <rcollet at redhat.com>
Date:   Tue Feb 19 12:33:42 2013 +0100

    fix metadata location

 php-pear-HTML-QuickForm.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/php-pear-HTML-QuickForm.spec b/php-pear-HTML-QuickForm.spec
index cfe20db..67ca035 100644
--- a/php-pear-HTML-QuickForm.spec
+++ b/php-pear-HTML-QuickForm.spec
@@ -3,7 +3,7 @@
 
 Name:           php-pear-HTML-QuickForm
 Version:        3.2.13
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Class for creating, validating, processing HTML forms
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ Source2:        xml2changelog
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  php-pear >= 1:1.4.9-1.2
+BuildRequires:  php-pear
 
 Requires:       php-pear(PEAR) 
 Requires:       php-pear(HTML_Common) >= 1.2.1
@@ -62,7 +62,7 @@ find $RPM_BUILD_ROOT%{pear_docdir}/%{pear_name} \
      -type f -exec sed -i 's/\r//' {} \; -print
 
 # Clean up unnecessary files
-rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
+rm -rf $RPM_BUILD_ROOT%{pear_metadir}/.??*
 
 # Install XML package description
 install -d $RPM_BUILD_ROOT%{pear_xmldir}
@@ -93,6 +93,9 @@ fi
 
 
 %changelog
+* Tue Feb 19 2013 Remi Collet <remi at fedoraproject.org> - 3.2.13-5
+- fix metadata location
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.2.13-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list