]> git.pld-linux.org Git - packages/php-pear-PHPUnit.git/commitdiff
- initial release
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 11 Jul 2002 19:40:02 +0000 (19:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pear-PHPUnit.spec -> 1.1

php-pear-PHPUnit.spec [new file with mode: 0644]

diff --git a/php-pear-PHPUnit.spec b/php-pear-PHPUnit.spec
new file mode 100644 (file)
index 0000000..45080bc
--- /dev/null
@@ -0,0 +1,45 @@
+%include       /usr/lib/rpm/macros.php
+%define                _class          PHPUnit
+%define                _pearname       %{_class}
+Summary:       %{_class} - regression testing framework for unit tests
+Summary(pl):   %{_class} - zestaw testów regresyjnych
+Name:          php-pear-%{_pearname}
+Version:       0.2
+Release:       1
+License:       PHP 2.02
+Group:         Development/Languages/PHP
+Source0:       http://pear.php.net/get/%{_pearname}-%{version}.tgz
+URL:           http://pear.php.net/
+BuildRequires: rpm-php-pearprov
+Requires:      php-pear
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+PHPUnit is a regression testing framework used by the developer who
+implements unit tests in PHP. It is based upon JUnit, which can be
+found at http://www.junit.org/.
+
+%description -l pl
+PHPUnit jest zestawem testów regresyjnych u¿ywanych przez developerów,
+którzy implementuj± jednostki testowe w PHP. Jest bazowane na JUnit,
+który mo¿na znale¼æ pod adresem http://www.junit.org/.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+
+install %{_pearname}-%{version}/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+install %{_pearname}-%{version}/GUI/*.php $RPM_BUILD_ROOT%{php_pear_dir}/%{_class}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{_pearname}-%{version}/GUI/README
+%dir %{php_pear_dir}/%{_class}
+%{php_pear_dir}/%{_class}/*.php
This page took 0.033239 seconds and 4 git commands to generate.