[php-phpunit-PHP-Timer] fix metadata location, FTBFS #914371

Remi Collet remi at fedoraproject.org
Fri Feb 22 12:28:07 UTC 2013


commit 6c261df298fc43010db2d9b236e6cb35109d1930
Author: Remi Collet <rcollet at redhat.com>
Date:   Fri Feb 22 13:28:01 2013 +0100

    fix metadata location, FTBFS #914371

 php-phpunit-PHP-Timer.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/php-phpunit-PHP-Timer.spec b/php-phpunit-PHP-Timer.spec
index 14fe5e9..32824f7 100644
--- a/php-phpunit-PHP-Timer.spec
+++ b/php-phpunit-PHP-Timer.spec
@@ -47,7 +47,7 @@ cd %{pear_name}-%{version}
 %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml
 
 # Clean up unnecessary files
-%{__rm} -rf $RPM_BUILD_ROOT%{pearmetadir}/.??*
+%{__rm} -rf $RPM_BUILD_ROOT%{pear_metadir}/.??*
 
 # Install XML package description
 %{__mkdir} -p $RPM_BUILD_ROOT%{pear_xmldir}


More information about the scm-commits mailing list