%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}} %global pear_name File_Iterator %global channel pear.phpunit.de Name: php-phpunit-File-Iterator Version: 1.2.3 Release: 2%{?dist} Summary: FilterIterator implementation that filters files based on a list of suffixes Group: Development/Libraries License: BSD URL: http://github.com/sebastianbergmann/php-file-iterator/ Source0: http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-pear >= 1:1.9.0 BuildRequires: php-channel(%{channel}) Requires: php-channel(%{channel}) Requires: php-common >= 5.2.7 Requires(post): %{__pear} Requires(postun): %{__pear} Provides: php-pear(%{channel}/%{pear_name}) = %{version} %description FilterIterator implementation that filters files based on a list of suffixes. %prep %setup -q -c [ -f package2.xml ] || %{__mv} package.xml package2.xml %{__mv} package2.xml %{pear_name}-%{version}/%{name}.xml cd %{pear_name}-%{version} %{__sed} -i -e "s@1.9.1@1.9.0@" %{name}.xml %build cd %{pear_name}-%{version} # Empty build section, most likely nothing required. %install cd %{pear_name}-%{version} %{__rm} -rf $RPM_BUILD_ROOT docdir# package.xml states 1.9.1, but does not use it %{__pear} install --nodeps --packagingroot $RPM_BUILD_ROOT %{name}.xml # Clean up unnecessary files %{__rm} -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??* # Install XML package description %{__mkdir} -p $RPM_BUILD_ROOT%{pear_xmldir} %{__install} -pm 644 %{name}.xml $RPM_BUILD_ROOT%{pear_xmldir} %clean %{__rm} -rf $RPM_BUILD_ROOT %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : %postun if [ $1 -eq 0 ] ; then %{__pear} uninstall --nodeps --ignore-errors --register-only \ %{channel}/%{pear_name} >/dev/null || : fi %files %defattr(-,root,root,-) %{pear_xmldir}/%{name}.xml %{pear_phpdir}/File %changelog * Wed Feb 09 2011 Fedora Release Engineering - 1.2.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Fri Sep 17 2010 Christof Damian - 1.2.3-1 - upstream 1.2.3 * Thu Jul 22 2010 Christof Damian - 1.2.2-2 - fix minimum pear requirement * Thu Jul 22 2010 Christof Damian - 1.2.2-1 - upstream 1.2.2, bugfix * Sat May 8 2010 Christof Damian - 1.2.1-1 - upstream 1.2.1 * Tue Feb 9 2010 Christof Damian - 1.2.0-1 - upstream 1.2.0 - increased php-common requirements to 5.2.7 - increased php-pear requirement - use global instead of define - use channel macro in postun * Thu Dec 17 2009 Christof Damian 1.1.1-2 - version 1.1.1 lowered the php requirement * Thu Dec 17 2009 Christof Damian 1.1.1-1 - upstream 1.1.1 * Mon Nov 30 2009 Christof Damian 1.1.0-4 - own pear directories * Sat Nov 28 2009 Christof Damian 1.1.0-3 - fixed php-pear buildrequire - just require php-common * Thu Nov 26 2009 Christof Damian 1.1.0-2 - fix package.xml to work with older pear versions * Wed Nov 25 2009 Christof Damian 1.1.0-1 - Initial packaging