diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-03-31 14:44:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-03-31 14:44:41 +0000 |
commit | 60002eef0eb1e4002135b6bf16c67d692c8dd746 (patch) | |
tree | 7048c08b4cc4dc00ab2225fe258b574bc5a53c97 /urpmi.spec | |
parent | 64f720ff50491bf8eff620a154d5318ab34912d9 (diff) | |
download | urpmi-60002eef0eb1e4002135b6bf16c67d692c8dd746.tar urpmi-60002eef0eb1e4002135b6bf16c67d692c8dd746.tar.gz urpmi-60002eef0eb1e4002135b6bf16c67d692c8dd746.tar.bz2 urpmi-60002eef0eb1e4002135b6bf16c67d692c8dd746.tar.xz urpmi-60002eef0eb1e4002135b6bf16c67d692c8dd746.zip |
no_comment
Diffstat (limited to 'urpmi.spec')
-rw-r--r-- | urpmi.spec | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -2,7 +2,7 @@ Name: urpmi Version: 1.1 -Release: 3mdk +Release: 4mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install @@ -46,6 +46,8 @@ make PREFIX=$RPM_BUILD_ROOT install install -d $RPM_BUILD_ROOT/var/lib/urpmi/autoirpm.scripts install -m 644 autoirpm.deny $RPM_BUILD_ROOT/etc/urpmi +echo "Use urpmf instead" > $RPM_BUILD_ROOT/usr/bin/rpmf + cd $RPM_BUILD_ROOT/usr/bin ; mv -f rpm-find-leaves urpmi_rpm-find-leaves %clean @@ -65,11 +67,11 @@ autoirpm.uninstall %attr(4750, root, urpmi) /usr/bin/urpmi /usr/bin/urpmi_rpm-find-leaves /usr/bin/rpmf -/usr/sbin/rpme +/usr/bin/urpmf +/usr/sbin/urpme /usr/sbin/urpmi.* /usr/share/locale/*/LC_MESSAGES/urpmi.po -/usr/man/man*/urpmi* -/usr/man/man*/rpmf* +/usr/man/man*/urpm* %files -n gurpmi %defattr(-,root,root) @@ -86,6 +88,9 @@ autoirpm.uninstall %changelog +* Sun Mar 26 2000 Pixel <pixel@mandrakesoft.com> 1.1-4mdk +- autoirpm.update: adapted to new hdlist format + * Sun Mar 26 2000 Pixel <pixel@mandrakesoft.com> 1.1-3mdk - urpmi can handle package files given on command line. It finds out the dependencies if possible. |