From: Seth Vidal Date: Sun, 18 Jan 2004 17:56:02 +0000 (+0000) Subject: tagged Makefile and createrepo as 0.3 X-Git-Tag: upstream/0.9.9~316 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35cafd8570db54ef24c07ff0d97bafb644de66a5;p=tools%2Fcreaterepo.git tagged Makefile and createrepo as 0.3 Add README to both of the above --- diff --git a/Makefile b/Makefile index 5883c59..bcb3470 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PACKAGE = createrepo -VERSION = 0.2 +VERSION = 0.3 SHELL = /bin/sh top_srcdir = . srcdir = . @@ -133,6 +133,7 @@ dailyfiles: cp \ $(srcdir)/*.py \ $(srcdir)/Makefile \ + $(srcdir)/ChangeLog \ $(srcdir)/$(PACKAGE).spec $(top_srcdir)/.disttmp/$$distdir for subdir in $(SUBDIRS) ; do \ @@ -144,6 +145,7 @@ distfiles: cp \ $(srcdir)/*.py \ $(srcdir)/Makefile \ + $(srcdir)/ChangeLog \ $(srcdir)/$(PACKAGE).spec \ $(top_srcdir)/.disttmp/$$distdir for subdir in $(SUBDIRS) ; do \ diff --git a/README b/README new file mode 100644 index 0000000..93ef0a9 --- /dev/null +++ b/README @@ -0,0 +1,7 @@ +This program generates an metadata-compliant dir and xml files for a +repository of rpms. + +run createrepo -h for usage syntax + +http://linux.duke.edu/metadata/ + diff --git a/createrepo.spec b/createrepo.spec index ee91788..35df13f 100644 --- a/createrepo.spec +++ b/createrepo.spec @@ -1,6 +1,6 @@ Summary: Creates a common metadata repository Name: createrepo -Version: 0.2 +Version: 0.3 Release: 1 License: GPL Group: System Environment/Base @@ -28,10 +28,14 @@ rpm packages %files %defattr(-, root, root) %dir %{_datadir}/%{name} +%doc ChangeLog %{_datadir}/%{name}/* %{_bindir}/%{name} %changelog +* Sun Jan 18 2004 Seth Vidal +- 0.3 + * Tue Jan 13 2004 Seth Vidal - 0.2 -