diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-01-10 09:44:12 +0100 |
commit | 0b69302a36eff0219f1bec9bbcdc2cb95b28ba54 (patch) | |
tree | 28241f0e1187e5f1632145a80ed0a65673d26234 | |
parent | 2fc96f8130b818dacff5d04251a17db81f61ff71 (diff) |
php-horde-*: minor cleanup
-rw-r--r-- | php-horde-Horde-Constraint.spec | 4 |
1 files 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 |