summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-28 01:00:41 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-28 01:00:41 +0000
commit56223939813d5de0d9142488d1727547b9b40d2e (patch)
treef7d3aa1c0b906bcd1a7864282c1cf146feea4258
parent8d13f2a4143e4f651bfdeaf2cef29a291a39c96a (diff)
downloadurpmi-56223939813d5de0d9142488d1727547b9b40d2e.tar
urpmi-56223939813d5de0d9142488d1727547b9b40d2e.tar.gz
urpmi-56223939813d5de0d9142488d1727547b9b40d2e.tar.bz2
urpmi-56223939813d5de0d9142488d1727547b9b40d2e.tar.xz
urpmi-56223939813d5de0d9142488d1727547b9b40d2e.zip
Update description (by Adam Williamson)
-rw-r--r--urpmi.spec17
1 files changed, 11 insertions, 6 deletions
diff --git a/urpmi.spec b/urpmi.spec
index c56b1b05..d4514975 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -38,9 +38,14 @@ BuildArch: noarch
Conflicts: man-pages-fr < 1.58.0-8mdk
%description
-urpmi takes care of dependencies between rpms, using a pool (or pools) of rpms.
-
-You can compare rpm vs. urpmi with insmod vs. modprobe.
+urpmi is Mandrakelinux's console-based software installation tool. You can
+use it to install software from the console in the same way as you use the
+graphical Install Software tool (rpmdrake) to install software from the
+desktop. urpmi will follow package dependencies -- in other words, it will
+install all the other software required by the software you ask it to
+install -- and it's capable of obtaining packages from a variety of media,
+including the Mandrakelinux installation CD-ROMs, your local hard disk,
+and remote sources such as web or FTP sites.
%if %{allow_gurpmi}
%package -n gurpmi
@@ -51,7 +56,7 @@ Obsoletes: grpmi
Provides: grpmi
%description -n gurpmi
-gurpmi is a graphical front-end to urpmi
+gurpmi is a graphical front-end to urpmi.
%endif
#%package -n autoirpm
@@ -68,7 +73,7 @@ Requires: urpmi >= %{version}-%{release} ka-run >= 2.0-15mdk
Group: %{group}
%description -n urpmi-parallel-ka-run
-urpmi-parallel-ka-run is an extensions module to urpmi for handling
+urpmi-parallel-ka-run is an extension module to urpmi for handling
distributed installation using ka-run tools.
%package -n urpmi-parallel-ssh
@@ -77,7 +82,7 @@ Requires: urpmi >= %{version}-%{release} openssh-clients perl
Group: %{group}
%description -n urpmi-parallel-ssh
-urpmi-parallel-ssh is an extensions module to urpmi for handling
+urpmi-parallel-ssh is an extension module to urpmi for handling
distributed installation using ssh and scp tools.
%prep