[packages/php-simpletest] - rel 4, fix noautoreq macro
baggins
baggins at pld-linux.org
Sun Mar 22 10:07:36 CET 2026
commit 073632580a4b82df8e5e2cf65e21885cfde2167c
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Mar 22 10:07:15 2026 +0100
- rel 4, fix noautoreq macro
php-simpletest.spec | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/php-simpletest.spec b/php-simpletest.spec
index c01f423..8c0fade 100644
--- a/php-simpletest.spec
+++ b/php-simpletest.spec
@@ -3,7 +3,7 @@
Summary: Unit testing for PHP
Name: php-%{pkgname}
Version: 1.1.0
-Release: 3
+Release: 4
License: LGPL v2.1
Group: Development/Languages/PHP
Source0: http://downloads.sourceforge.net/%{pkgname}/%{pkgname}_%{version}.tar.gz
@@ -22,10 +22,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _phpdocdir %{_docdir}/phpdoc
# internal deps
-%define _noautopear pear(\.\./.*\.php) pear(invoker.php) pear(mock_objects.php) pear(socket.php) pear(test_case.php) pear(unit_tester.php) pear(simpletest/.*)
-
-# put it together for rpmbuild
-%define _noautoreq %{?_noautophp} %{?_noautopear}
+%define _noautoreq_pear ../.*.php invoker.php mock_objects.php socket.php test_case.php unit_tester.php simpletest/.*
%description
SimpleTest is an open source unit test framework for the PHP
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php-simpletest.git/commitdiff/073632580a4b82df8e5e2cf65e21885cfde2167c
More information about the pld-cvs-commit
mailing list