phpunit-vl.spec 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Summary: unit testing framework for PHP
  2. Summary(ja): PHP のためのユニットテスティングフレームワーク
  3. Name: phpunit
  4. Version: 0.4
  5. Release: 1%{?_dist_release}
  6. URL: http://phpunit.sourceforge.net/
  7. Source0: http://telia.dl.sourceforge.net/sourceforge/phpunit/%{name}-%{version}.tgz
  8. License: MIT License
  9. Group: Development/Languages
  10. BuildRoot: %{_tmppath}/%{name}-root
  11. BuildArch: noarch
  12. Requires: php
  13. %description
  14. Provide a testing framework for PHP, similar to JUnit for Java.
  15. %description -l ja
  16. Java の JUnit のような PHP のためのテスティングフレームワークを提供します。
  17. %prep
  18. %setup -q -n %{name}
  19. %build
  20. %install
  21. rm -rf $RPM_BUILD_ROOT
  22. install -d %{buildroot}%{_datadir}/php
  23. install -m 0644 phpunit.php %{buildroot}%{_datadir}/php
  24. %clean
  25. rm -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root)
  28. %doc README ChangeLog phpunit_test.php stylesheet.css
  29. %{_datadir}/php/phpunit.php
  30. %changelog
  31. * Thu Oct 09 2008 Shu KONNO <owa@bg.wakwak.com> 0.4-1vl5
  32. - applied new versioning policy, spec in utf-8
  33. * Sun Aug 18 2002 IWAI Masaharu <iwai@alib.jp>
  34. - first build for Vine Linux