diff options
-rw-r--r-- | php-horde-Horde-Cli.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/php-horde-Horde-Cli.spec b/php-horde-Horde-Cli.spec index 190c385..f4cc0cd 100644 --- a/php-horde-Horde-Cli.spec +++ b/php-horde-Horde-Cli.spec @@ -67,12 +67,14 @@ rm -rf %{buildroot}%{pear_metadir}/.??* # Install XML package description mkdir -p %{buildroot}%{pear_xmldir} install -pm 644 %{name}.xml %{buildroot}%{pear_xmldir} + %if 0%{?fedora} > 13 || 0%{?rhel} > 6 %find_lang %{pear_name} %else sh %{SOURCE1} %{buildroot} %{pear_name} %endif + %post %{__pear} install --nodeps --soft --force --register-only \ %{pear_xmldir}/%{name}.xml >/dev/null || : |