From 3c4e06abd408ca1eb993b5738278ae4c559522fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 14 May 2014 21:12:17 +0300 Subject: [PATCH] use rpm4/rpm5 compatible _noautoreq pear --- php-pear-PHP_Beautifier.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-pear-PHP_Beautifier.spec b/php-pear-PHP_Beautifier.spec index 7cc6281..278bb8b 100644 --- a/php-pear-PHP_Beautifier.spec +++ b/php-pear-PHP_Beautifier.spec @@ -28,7 +28,7 @@ BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) # exclude optional dependencies -%define _noautoreq 'pear(Console/Getopt.*)' 'pear(Archive/Tar.*)' pear(PHP/DocBlockGenerator.*) +%define _noautoreq_pear Console/Getopt.* Archive/Tar.* PHP/DocBlockGenerator.* %description This program reformat and beautify PHP source code files -- 2.44.0