tagged Makefile and createrepo as 0.3
authorSeth Vidal <skvidal@linux.duke.edu>
Sun, 18 Jan 2004 17:56:02 +0000 (17:56 +0000)
committerSeth Vidal <skvidal@linux.duke.edu>
Sun, 18 Jan 2004 17:56:02 +0000 (17:56 +0000)
Add README to both of the above

Makefile
README [new file with mode: 0644]
createrepo.spec

index 5883c594b487de9aaf222563a232862f8ac65120..bcb34700ccf1371c021a12ba8a10ef45d4decfcf 100644 (file)
--- 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 (file)
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/
+
index ee9178872f7a0ada4fc22bdfdccce48e84f17b91..35df13fd2abeadbba98604f8d49545644f1fbe57 100644 (file)
@@ -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 <skvidal@phy.duke.edu>
+- 0.3
+
 * Tue Jan 13 2004 Seth Vidal <skvidal@phy.duke.edu>
 - 0.2 -