[yum-cvs] yum-utils/docs repo-rss.1, NONE, 1.1 yum-builddep.1, NONE, 1.1 yumdownloader.1, NONE, 1.1 Makefile, 1.2, 1.3

Panu Matilainen pmatilai at linux.duke.edu
Thu Jan 12 16:16:14 UTC 2006


Update of /home/groups/yum/cvs/yum-utils/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv13345/docs

Modified Files:
	Makefile 
Added Files:
	repo-rss.1 yum-builddep.1 yumdownloader.1 
Log Message:
- Add man pages for yumdownloader, yum-builddep and repo-rss from Brian Long


--- NEW FILE repo-rss.1 ---
.\" repo-rss
.TH "repo-rss" "1" "2005" "Seth Vidal" ""
.SH "NAME"
repo-rss
.SH "SYNOPSIS"
\fBrepo-rss\fP [options] repoid1 [repoid2...]
.SH "DESCRIPTION"
.PP 
\fBrepo-rss\fP is a program for generating RSS feeds for one or more
Yum repositories.
.PP 
.SH "GENERAL OPTIONS"
.IP "\fB\-h, \-\-help\fP"
Help; display a help message and then quit\&.
.IP "\fB\-f <file>\fP" 
Specify the file to which the RSS will be written.  Default is repo-rss.xml.
.IP "\fB\-l <link>\fP" 
Specify the URL to the RSS feed.  Default is http://linux.duke.edu/projects/yum/.
.IP "\fB\-t <title>\fP"
Specify the title for the RSS feed.  Default is "RSS Repository - Recent Packages".
.IP "\fB\-d <description>\fP"
Specify the description of the RSS feed.  Default is "Most recent packages in Repositories".
.IP "\fB\-r <days>\fP"
Specify the number of days to consider most recent.  Default is 3.
.IP "\fB\-\-tempcache\fP"
Enable the use of a temporary directory for the yum cache.  This is enabled by
default for non-root users.

.SH "EXAMPLES"
.IP "Generate an RSS for the updates-released repository and save it as updates-release.xml:"
\fBrepo-rss -f updates-released.xml updates-released\fP
.PP 
.SH "FILES"
As repo-rss uses YUM libraries for retrieving all the information, it
relies on YUM configuration for its default values like which repositories
to use. Consult YUM documentation for details:
.PP
.nf 
/etc/yum.conf
/etc/yum/repos.d/
/var/cache/yum/
.fi 

.PP 
.SH "SEE ALSO"
.nf
.I yum.conf (5)
.\"http://linux.duke.edu/yum-utils/
http://linux.duke.edu/yum/
.fi 

.PP 
.SH "AUTHORS"
.nf 
See the Authors file included with this program.
.fi 

.PP 
.SH "BUGS"
There of course aren't any bugs, but if you find any, they should be sent
to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
.fi

--- NEW FILE yum-builddep.1 ---
.\" yum-builddep
.TH "yum-builddep" "1" "2005 July 17" "Panu Matilainen" ""
.SH "NAME"
yum-builddep
.SH "SYNOPSIS"
\fByum-builddep\fP package
.SH "DESCRIPTION"
.PP 
\fByum-builddep\fP is a program which installs the RPMs needed to build
the specified package.  The source RPM for the specified package must
be available in the Yum repository or it can be a local source RPM file.
.PP 
.SH "EXAMPLES"
.IP "Download and install all the RPMs needed to build the kernel RPM:"
\fByum-builddep kernel\fP
.PP 
.SH "FILES"
As yum-builddep uses YUM libraries for retrieving all the information, it
relies on YUM configuration for its default values like which repositories
to use. Consult YUM documentation for details:
.PP
.nf 
/etc/yum.conf
/etc/yum/repos.d/
/var/cache/yum/
.fi 

.PP 
.SH "SEE ALSO"
.nf
.I yum.conf (5)
.\"http://linux.duke.edu/yum-utils/
http://linux.duke.edu/yum/
.fi 

.PP 
.SH "AUTHORS"
.nf 
See the Authors file included with this program.
.fi 

.PP 
.SH "BUGS"
There of course aren't any bugs, but if you find any, they should be sent
to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
.fi

--- NEW FILE yumdownloader.1 ---
.\" yumdownloader
.TH "yumdownloader" "1" "2005 Nov 28" "Gijs Hollestelle" ""
.SH "NAME"
yumdownloaded
.SH "SYNOPSIS"
\fByumdownloader\fP [options] package1 [package2...]
.SH "DESCRIPTION"
.PP 
\fByumdownloader\fP is a program for downloading RPMs from Yum repositories.
.PP 
.SH "GENERAL OPTIONS"
.IP "\fB\-h, \-\-help\fP"
Help; display a help message and then quit\&.
.IP "\fB\-\-destdir DIR\fP" 
Specify a destination directory for the download.  Defaults to the current directory.
.IP "\fB\-\-urls\fP"
Instead of downloading RPMs, list the URLs that would be downloaded.
.IP "\fB\-\-resolve\fP"
When downloading RPMs, resolve dependencies and also download the required packages.
.IP "\fB\-\-source\fP"
Instead of downloading the binary RPMs, download the source RPMs.

.SH "EXAMPLES"
.IP "Download the kernel RPM to /var/tmp:"
\fByumdownloader --destdir /var/tmp kernel\fP
.IP "List the URL for the kernel and kernel-smp RPMs:"
\fByumdownloader --urls kernel kernel-smp\fP 
.PP 
.SH "FILES"
As yumdownloader uses YUM libraries for retrieving all the information, it
relies on YUM configuration for its default values like which repositories
to use. Consult YUM documentation for details:
.PP
.nf 
/etc/yum.conf
/etc/yum/repos.d/
/var/cache/yum/
.fi 

.PP 
.SH "SEE ALSO"
.nf
.I yum.conf (5)
.\"http://linux.duke.edu/yum-utils/
http://linux.duke.edu/yum/
.fi 

.PP 
.SH "AUTHORS"
.nf 
See the Authors file included with this program.
.fi 

.PP 
.SH "BUGS"
There of course aren't any bugs, but if you find any, they should be sent
to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
.fi

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/docs/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile	10 Jan 2006 20:22:24 -0000	1.2
+++ Makefile	12 Jan 2006 16:16:12 -0000	1.3
@@ -1,3 +1,5 @@
+DOCS = repoquery package-cleanup repo-rss yumdownloader yum-builddep
+
 all:
 	echo "Nothing to do"
 
@@ -6,5 +8,6 @@
 
 install:
 	mkdir -p $(DESTDIR)/usr/share/man/man1
-	install -m 644 repoquery.1 $(DESTDIR)/usr/share/man/man1/repoquery.1
-	install -m 644 package-cleanup.1 $(DESTDIR)/usr/share/man/man1/package-cleanup.1
+	for doc in $(DOCS); do \
+		install -m 644 $$doc.1 $(DESTDIR)/usr/share/man/man1/; \
+	done




More information about the Yum-cvs-commits mailing list