Add README to both of the above
PACKAGE = createrepo
-VERSION = 0.2
+VERSION = 0.3
SHELL = /bin/sh
top_srcdir = .
srcdir = .
cp \
$(srcdir)/*.py \
$(srcdir)/Makefile \
+ $(srcdir)/ChangeLog \
$(srcdir)/$(PACKAGE).spec
$(top_srcdir)/.disttmp/$$distdir
for subdir in $(SUBDIRS) ; do \
cp \
$(srcdir)/*.py \
$(srcdir)/Makefile \
+ $(srcdir)/ChangeLog \
$(srcdir)/$(PACKAGE).spec \
$(top_srcdir)/.disttmp/$$distdir
for subdir in $(SUBDIRS) ; do \
--- /dev/null
+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/
+
Summary: Creates a common metadata repository
Name: createrepo
-Version: 0.2
+Version: 0.3
Release: 1
License: GPL
Group: System Environment/Base
%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 -