[yum-cvs] yum-utils Makefile,1.2,1.3 yum-utils.spec,1.8,1.9
Panu Matilainen
pmatilai at login.linux.duke.edu
Mon Oct 17 20:25:09 UTC 2005
Update of /home/groups/yum/cvs/yum-utils
In directory login:/tmp/cvs-serv29029
Modified Files:
Makefile yum-utils.spec
Log Message:
- Add initial manpage for repoquery
- Install docs in make install
Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile 30 May 2005 15:47:55 -0000 1.2
+++ Makefile 17 Oct 2005 20:25:06 -0000 1.3
@@ -1,3 +1,4 @@
+SUBDIRS = docs
PKGNAME = yum-utils
VERSION=$(shell awk '/Version:/ { print $$2 }' ${PKGNAME}.spec)
RELEASE=$(shell awk '/Release:/ { print $$2 }' ${PKGNAME}.spec)
@@ -15,6 +16,8 @@
install -m 755 yumdownloader.py $(DESTDIR)/usr/bin/yumdownloader
install -m 755 yum-builddep.py $(DESTDIR)/usr/bin/yum-builddep
+ for d in $(SUBDIRS); do make DESTDIR=`cd $(DESTDIR); pwd` -C $$d install; [ $$? = 0 ] || exit 1; done
+
archive:
@rm -rf ${PKGNAME}-%{VERSION}.tar.gz
@rm -rf /tmp/${PKGNAME}-$(VERSION) /tmp/${PKGNAME}
Index: yum-utils.spec
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/yum-utils.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- yum-utils.spec 25 Jul 2005 16:32:38 -0000 1.8
+++ yum-utils.spec 17 Oct 2005 20:25:06 -0000 1.9
@@ -1,6 +1,6 @@
Summary: Utilities based around the yum package manager
Name: yum-utils
-Version: 0.3
+Version: 0.3.1
Release: 1
License: GPL
Group: Development/Tools
@@ -78,6 +78,7 @@
%{_bindir}/repo-rss
%{_bindir}/yumdownloader
%{_bindir}/yum-builddep
+%{_mandir}/man1/*
%files -n yum-updateonboot
%defattr(-, root, root)
@@ -91,6 +92,14 @@
/usr/lib/yum-plugins
%changelog
+* Mon Oct 17 2005 Panu Matilainen <pmatilai at laiskiainen.org>
+- add repoquery man page
+
+* Sat Sep 17 2005 Panu Matilainen <pmatilai at laiskiainen.org>
+- version 0.3.1
+- various enhancements and fixes to repoquery
+- avoid tracebacks in yumex and pup when changelog plugin is enabled
+
* Mon Jul 25 2005 Panu Matilainen <pmatilai at laiskiainen.org>
- bump version to 0.3
- add yum-changelog subpackage
More information about the Yum-cvs-commits
mailing list