[php-phpunit-FinderFacade] update to 1.0.6

Remi Collet remi at fedoraproject.org
Thu Jan 10 15:27:22 UTC 2013


commit 561ba5d9cbd61ebe687cabdba930f9be7a2ea303
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Jan 10 16:27:15 2013 +0100

    update to 1.0.6

 .gitignore                    |    1 +
 php-phpunit-FinderFacade.spec |   15 +++++++--------
 sources                       |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a2bafb..2bba678 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *spec~
 package-*.xml
 /FinderFacade-1.0.5.tgz
+/FinderFacade-1.0.6.tgz
diff --git a/php-phpunit-FinderFacade.spec b/php-phpunit-FinderFacade.spec
index 98116c5..169ef65 100644
--- a/php-phpunit-FinderFacade.spec
+++ b/php-phpunit-FinderFacade.spec
@@ -4,7 +4,7 @@
 %global channel pear.phpunit.de
 
 Name:           php-phpunit-FinderFacade
-Version:        1.0.5
+Version:        1.0.6
 Release:        1%{?dist}
 Summary:        Wrapper for Symfony Finder component
 
@@ -12,7 +12,6 @@ Group:          Development/Libraries
 License:        BSD
 URL:            https://github.com/sebastianbergmann/finder-facade
 Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  php-pear(PEAR) >= 1.9.4
@@ -25,6 +24,8 @@ Requires:       php-ctype
 Requires:       php-spl
 Requires:       php-pear(pear.netpirates.net/fDOMDocument) >= 1.3.1
 Requires:       php-pear(pear.symfony.com/Finder) >= 2.1.0
+Conflicts:      php-pear(pear.symfony.com/Finder) >= 2.1.99
+
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 
@@ -46,7 +47,6 @@ cd %{pear_name}-%{version}
 
 
 %install
-rm -rf %{buildroot}
 cd %{pear_name}-%{version}
 
 %{__pear} install --nodeps --packagingroot %{buildroot} %{name}.xml
@@ -59,10 +59,6 @@ mkdir -p %{buildroot}%{pear_xmldir}
 install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 %{__pear} install --nodeps --soft --force --register-only \
   %{pear_xmldir}/%{name}.xml >/dev/null || :
@@ -76,7 +72,6 @@ fi
 
 
 %files
-%defattr(-,root,root,-)
 %doc %{pear_docdir}/%{pear_name}
 %{pear_xmldir}/%{name}.xml
 %dir %{pear_phpdir}/SebastianBergmann
@@ -84,6 +79,10 @@ fi
 
 
 %changelog
+* Thu Jan 10 2013 Remi Collet <remi at fedoraproject.org> - 1.0.6-1
+- Version 1.0.6 (stable) - API 1.0.1 (stable)
+- modernize spec
+
 * Thu Oct 11 2012 Remi Collet <remi at fedoraproject.org> - 1.0.5-1
 - Version 1.0.5 (stable) - API 1.0.1 (stable)
 - Initial packaging
diff --git a/sources b/sources
index a319b95..1e5054d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2214a6e7a1e8f83fcd4bda40a38f864e  FinderFacade-1.0.5.tgz
+38ca791f5b75ff5ae8dbe2d06313e294  FinderFacade-1.0.6.tgz


More information about the scm-commits mailing list