diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-06-15 10:05:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-06-15 10:05:46 +0000 |
commit | 9195e4815d090c3f6b6530fd5c3c8f0f16dcd212 (patch) | |
tree | 72027521a0e377e61b2cfb467aaf437614c492a0 | |
parent | cb824ccec5cc7ca91b27fbeec10dbc9d10a3622b (diff) | |
download | urpmi-9195e4815d090c3f6b6530fd5c3c8f0f16dcd212.tar urpmi-9195e4815d090c3f6b6530fd5c3c8f0f16dcd212.tar.gz urpmi-9195e4815d090c3f6b6530fd5c3c8f0f16dcd212.tar.bz2 urpmi-9195e4815d090c3f6b6530fd5c3c8f0f16dcd212.tar.xz urpmi-9195e4815d090c3f6b6530fd5c3c8f0f16dcd212.zip |
fix the %description
-rw-r--r-- | urpmi.spec | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -6,15 +6,14 @@ Release: 41mdk License: GPL Source0: %{name}.tar.bz2 Summary: User mode rpm install -Requires: /usr/bin/suidperl, eject, wget +Requires: /usr/bin/perl, eject, wget PreReq: perl-gettext, rpmtools >= 2.3-25mdk BuildRequires: libbzip2-devel BuildRoot: %{_tmppath}/%{name}-buildroot Group: %{group} %description -urpmi enable non-superuser install of rpms. In fact, it only authorizes -well-known rpms to be installed. +urpmi takes care of dependencies between rpms, using a pool (or pools) of rpms. You can compare rpm vs. urpmi with insmod vs. modprobe @@ -24,10 +23,7 @@ Summary: User mode rpm GUI install Requires: urpmi grpmi gchooser gmessage Group: %{group} %description -n gurpmi -gurpmi enable non-superuser install of rpms. In fact, it only authorizes -well-known rpms to be installed. - -You can compare rpm vs. urpmi with insmod vs. modprobe +gurpmi is a graphical front-end to urpmi %package -n autoirpm Version: 0.7 @@ -38,7 +34,6 @@ Group: %{group} %description -n autoirpm Auto install of rpm on demand - %prep %setup -q -n %{name} |