From 9dd30d27253563852208103dbad1951dde4c0909 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 29 Jul 2013 07:53:16 -0400 Subject: python: Drop TODO File hasn't been really touched for 7 years. And with recent rawhide changes it contributed to an RPM build failure. Let's drop it. This also removes installation of a libvirt-python doc dir, so drop handling of it from the RPM spec. --- Makefile.am | 7 ------- TODO | 6 ------ 2 files changed, 13 deletions(-) delete mode 100644 TODO diff --git a/Makefile.am b/Makefile.am index 9e957d1..7eb42c6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,10 +31,6 @@ INCLUDES = \ AM_CFLAGS = $(WARN_CFLAGS) -DOCS_DIR = $(datadir)/doc/libvirt-python-$(VERSION) - -DOCS = ${srcdir}/TODO - CLASSES_EXTRA = \ libvirt-override-virConnect.py \ libvirt-override-virDomain.py \ @@ -152,9 +148,6 @@ install-data-local: $(INSTALL) -m 0644 libvirt.py $(DESTDIR)$(pyexecdir) $(INSTALL) -m 0644 libvirt_lxc.py $(DESTDIR)$(pyexecdir) $(INSTALL) -m 0644 libvirt_qemu.py $(DESTDIR)$(pyexecdir) - $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR) - @(for doc in $(DOCS) ; \ - do $(INSTALL) -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done) uninstall-local: rm -f $(DESTDIR)$(pyexecdir)/libvirt.py diff --git a/TODO b/TODO deleted file mode 100644 index 4627482..0000000 --- a/TODO +++ /dev/null @@ -1,6 +0,0 @@ -- Need to complete, add custom wrapper function for those - which could not be handled fully automatically -- Check the names generated, iD is bad, fix the name generation routine -- add examples, web page and python based test suite - -Daniel Veillard -- cgit