From 0b69302a36eff0219f1bec9bbcdc2cb95b28ba54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Jan 2015 09:44:12 +0100 Subject: php-horde-*: minor cleanup --- php-horde-Horde-Constraint.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Constraint.spec b/php-horde-Horde-Constraint.spec index 67bff0d..b5ab1e6 100644 --- a/php-horde-Horde-Constraint.spec +++ b/php-horde-Horde-Constraint.spec @@ -52,8 +52,7 @@ A programmatic way of building constraints that evaluate to true or false. %prep -%setup -q -c -T -tar xif %{SOURCE0} +%setup -q -c cd %{pear_name}-%{version} mv ../package.xml %{name}.xml @@ -100,6 +99,7 @@ fi %defattr(-,root,root,-) %doc %{pear_docdir}/%{pear_name} %{pear_xmldir}/%{name}.xml +%dir %{pear_phpdir}/Horde %{pear_phpdir}/Horde/Constraint %{pear_phpdir}/Horde/Constraint.php %{pear_testdir}/Horde_Constraint -- cgit