rpms/php-phpunit-File-Iterator/F-11 import.log, NONE, 1.1 php-phpunit-File-Iterator.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christof Damian cdamian at fedoraproject.org
Thu Dec 3 07:29:05 UTC 2009


Author: cdamian

Update of /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6042/F-11

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-phpunit-File-Iterator.spec 
Log Message:
initial import



--- NEW FILE import.log ---
php-phpunit-File-Iterator-1_1_0-4_fc12:F-11:php-phpunit-File-Iterator-1.1.0-4.fc12.src.rpm:1259825308


--- NEW FILE php-phpunit-File-Iterator.spec ---
%{!?__pear: %{expand: %%global __pear %{_bindir}/pear}}
%define pear_name File_Iterator
%define channel pear.phpunit.de

Name:           php-phpunit-File-Iterator
Version:        1.1.0
Release:        4%{?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.7.2
BuildRequires:  php-channel(%{channel})
Requires:       php-channel(%{channel})
Requires:       php-common >= 5.2.0
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@<min>1.8.1</min>@<min>1.7.2</min>@" %{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
%{__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 \
    pear.phpunit.de/%{pear_name} >/dev/null || :
fi


%files
%defattr(-,root,root,-)
%{pear_xmldir}/%{name}.xml
%{pear_phpdir}/File

%changelog
* Mon Nov 30 2009 Christof Damian <christof at damian.net> 1.1.0-4
- own pear directories

* Sat Nov 28 2009 Christof Damian <christof at damian.net> 1.1.0-3
- fixed php-pear buildrequire
- just require php-common

* Thu Nov 26 2009 Christof Damian <christof at damian.net> 1.1.0-2
- fix package.xml to work with older pear versions

* Wed Nov 25 2009 Christof Damian <christof at damian.net> 1.1.0-1
- Initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	3 Dec 2009 06:26:28 -0000	1.1
+++ .cvsignore	3 Dec 2009 07:29:04 -0000	1.2
@@ -0,0 +1 @@
+File_Iterator-1.1.0.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-phpunit-File-Iterator/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	3 Dec 2009 06:26:29 -0000	1.1
+++ sources	3 Dec 2009 07:29:04 -0000	1.2
@@ -0,0 +1 @@
+8bd52abf03f3c8f86d296b4ee5d3d39d  File_Iterator-1.1.0.tgz




More information about the fedora-extras-commits mailing list