diff options
author | Francois Pons <fpons@mandriva.com> | 2001-08-31 16:58:27 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-08-31 16:58:27 +0000 |
commit | eaf36e690051f7ba28d12ce29cf319e6d6dc388a (patch) | |
tree | 331b6f7447b2ade454dc4989c5d04c55a82d3495 | |
parent | 7b0322c61a1cb7c74d336d632517adf71e8b4007 (diff) | |
download | urpmi-eaf36e690051f7ba28d12ce29cf319e6d6dc388a.tar urpmi-eaf36e690051f7ba28d12ce29cf319e6d6dc388a.tar.gz urpmi-eaf36e690051f7ba28d12ce29cf319e6d6dc388a.tar.bz2 urpmi-eaf36e690051f7ba28d12ce29cf319e6d6dc388a.tar.xz urpmi-eaf36e690051f7ba28d12ce29cf319e6d6dc388a.zip |
1.7-7mdk
-rw-r--r-- | urpmi.spec | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 1.7 -Release: 6mdk +Release: 7mdk License: GPL Source0: %{name}.tar.bz2 Source1: %{name}.logrotate @@ -94,7 +94,7 @@ rm -f /var/lib/urpmi/depslist %{_sbindir}/urpmi.* %{_mandir}/man?/urpm* # find_lang isn't able to find man pages yet... -%lang(fr) %{_mandir}/fr/man*/* +#%lang(fr) %{_mandir}/fr/man?/urpm* uncomment when available... %{perl_sitearch}/urpm.pm %files -n gurpmi @@ -106,12 +106,18 @@ rm -f /var/lib/urpmi/depslist %dir /var/lib/urpmi/autoirpm.scripts %config(noreplace) /etc/urpmi/autoirpm.deny %{_sbindir}/autoirpm.* -%{_mandir}/*/autoirpm* +%{_mandir}/man?/autoirpm* +# find_lang isn't able to find man pages yet... +%lang(fr) %{_mandir}/fr/man?/autoirpm* %{_bindir}/_irpm %doc README-autoirpm-icons autoirpm.README %changelog +* Fri Aug 31 2001 François Pons <fpons@mandrakesoft.com> 1.7-7mdk +- added --allow-medium-change to urpmi. +- moved autoirpm french man page to autoirpm package. + * Wed Aug 29 2001 François Pons <fpons@mandrakesoft.com> 1.7-6mdk - fixed multiple asking of same choices. - possibly fixed array error in resolving choices. |