packages: php-phpunit-File_Iterator/php-phpunit-File_Iterator.spec (NEW) - ...

glen glen at pld-linux.org
Wed Oct 20 08:23:27 CEST 2010


Author: glen                         Date: Wed Oct 20 06:23:27 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial from pear make-rpm-spec

---- Files affected:
packages/php-phpunit-File_Iterator:
   php-phpunit-File_Iterator.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-phpunit-File_Iterator/php-phpunit-File_Iterator.spec
diff -u /dev/null packages/php-phpunit-File_Iterator/php-phpunit-File_Iterator.spec:1.1
--- /dev/null	Wed Oct 20 08:23:27 2010
+++ packages/php-phpunit-File_Iterator/php-phpunit-File_Iterator.spec	Wed Oct 20 08:23:22 2010
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.php
+%define		status		stable
+%define		pearname	File_Iterator
+Summary:	FilterIterator implementation that filters files based on a list of suffixes
+Name:		php-phpunit-File_Iterator
+Version:	1.2.3
+Release:	1
+License:	BSD License
+Group:		Development/Languages/PHP
+Source0:	http://pear.phpunit.de/get/%{pearname}-%{version}.tgz
+# Source0-md5:	8658ddc33b4996aba71234c49efcc927
+URL:		http://pear.phpunit.de/package/File_Iterator/
+BuildRequires:	php-channel(pear.phpunit.de)
+BuildRequires:	php-packagexml2cl
+BuildRequires:	php-pear-PEAR
+BuildRequires:	rpm-php-pearprov >= 4.4.2-11
+BuildRequires:	rpmbuild(macros) >= 1.580
+Requires:	php-channel(pear.phpunit.de)
+Requires:	php-pear
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+FilterIterator implementation that filters files based on a list of
+suffixes.
+
+In PEAR status of this package is: %{status}.
+
+%prep
+%pear_package_setup
+
+%build
+packagexml2cl package.xml > ChangeLog
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}
+%pear_package_install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc ChangeLog install.log
+%{php_pear_dir}/.registry/.channel.*/*.reg
+%{php_pear_dir}/File/Iterator.php
+%{php_pear_dir}/File/Iterator
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/10/20 06:23:22  glen
+- initial from pear make-rpm-spec
================================================================


More information about the pld-cvs-commit mailing list