summaryrefslogtreecommitdiffstats
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 15:59:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-01-25 15:59:02 +0000
commit09eded692304e29fc7117971ec680244400c3bcb (patch)
tree8bdf97eea4bf00e508b78e7b04a208aa372b61aa /pod
parent508345127b7651a050a2a48a9e1bac47234d7dfd (diff)
downloadurpmi-09eded692304e29fc7117971ec680244400c3bcb.tar
urpmi-09eded692304e29fc7117971ec680244400c3bcb.tar.gz
urpmi-09eded692304e29fc7117971ec680244400c3bcb.tar.bz2
urpmi-09eded692304e29fc7117971ec680244400c3bcb.tar.xz
urpmi-09eded692304e29fc7117971ec680244400c3bcb.zip
Document that we can install build dependencies from specfiles
Diffstat (limited to 'pod')
-rw-r--r--pod/urpmi.8.pod24
1 files changed, 13 insertions, 11 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod
index d9b91c8c..f4786699 100644
--- a/pod/urpmi.8.pod
+++ b/pod/urpmi.8.pod
@@ -9,8 +9,8 @@ urpmi - rpm downloader, installer and dependency solver
=head1 DESCRIPTION
The purpose of urpmi is to install rpms (or rpm files), including all
-their dependencies. You can also use it to install the dependencies of a
-source package, or a source package itself.
+their dependencies. You can also use it to install the build dependencies
+of a source package (or of an rpm spec file), or a source package itself.
You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs apt-get.
Just launch urpmi followed by what you think is the name of the
@@ -128,21 +128,23 @@ disables splitting in small transactions.
=item B<--fuzzy>
-Disable fast search on exact
-package name; that means that urpmi will propose all packages matching
-the name partially, even if one of them matches exactly the specified name
-(this is the same as B<-y>).
+Disable fast search on exact package name; that means that urpmi will
+propose all packages matching part of the name, even if one of them
+matches exactly the specified name (this is the same as B<-y>).
=item B<--src> I<name>
Search a source package matching I<name> and select all its dependencies
-by default, unless B<--install-src> is used in order to install the source
-package itself.
+(that is, its C<BuildRequires>) by default, unless the B<--install-src>
+switch is used in order to install the source package itself. (You can
+also install the build dependencies read directly from an rpm spec
+file.)
=item B<--install-src>
-Install only the source package (no binary packages will be installed).
-You don't need to be root to use this option.
+Install only the source package (that is, no binary packages will be
+installed). You don't need to be root to use this option (if you have
+write access to your rpm build top directory).
=item B<--clean>
@@ -318,7 +320,7 @@ Do not search in provides to find package (this is the opposite of B<-p>).
This is the same as B<--fuzzy>.
-=item B<-s>
+=item B<-s> I<name>
This is the same as B<--src>.