[libvirt] [dbus PATCH 1/4] maint: remove AUTHORS from repository

Pavel Hrdina phrdina at redhat.com
Mon Mar 26 13:33:50 UTC 2018


This is tracked by git itself.  Suggested during fedora package review.

Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
---
 AUTHORS.in           | 13 -------------
 Makefile.am          | 14 --------------
 libvirt-dbus.spec.in |  2 +-
 3 files changed, 1 insertion(+), 28 deletions(-)
 delete mode 100644 AUTHORS.in

diff --git a/AUTHORS.in b/AUTHORS.in
deleted file mode 100644
index 988dd6a..0000000
--- a/AUTHORS.in
+++ /dev/null
@@ -1,13 +0,0 @@
-       libvirt-dbus Authors
-       ====================
-
-The primary maintainers of libvirt-dbus are:
-
-    Lars Karlitski <lars at karlitski.net>
-    Pavel Hrdina <phrdina at redhat.com>
-
-Patches have been received from:
-
-#authorslist#
-
-   ... send patches to get your name added ...
diff --git a/Makefile.am b/Makefile.am
index a890ff1..0c792c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,6 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = \
 	$(PACKAGE).spec \
 	$(PACKAGE).spec.in \
-	AUTHORS.in \
 	HACKING.md \
 	README.md \
 	$(NULL)
@@ -15,16 +14,3 @@ DISTCLEAN_FILES = $(PACKAGE).spec
 
 rpm: clean
 	@(unset CDPATH ; $(MAKE) dist && rpmbuild -ta $(distdir).tar.gz)
-
-dist-hook: gen-AUTHORS
-
-# Generate the AUTHORS file (with all entries since the switch to git)
-# and insert it into the directory we're about to use to create a tarball.
-.PHONY: gen-AUTHORS
-gen-AUTHORS:
-	$(AM_V_GEN)if test -d $(srcdir)/.git; then                      \
-	  out="`cd $(srcdir) && git log --pretty=format:'%aN <%aE>' | sort -u`" && \
-	  perl -p -e "s/#authorslist#// and print '$$out'"            \
-	    < $(srcdir)/AUTHORS.in > $(distdir)/AUTHORS-tmp &&        \
-	  mv -f $(distdir)/AUTHORS-tmp $(distdir)/AUTHORS ;           \
-	fi
diff --git a/libvirt-dbus.spec.in b/libvirt-dbus.spec.in
index 1cf5922..3a04ad6 100644
--- a/libvirt-dbus.spec.in
+++ b/libvirt-dbus.spec.in
@@ -52,7 +52,7 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%doc README.md HACKING.md COPYING AUTHORS NEWS
+%doc README.md HACKING.md COPYING NEWS
 %{_sysconfdir}/polkit-1/rules.d/libvirt-dbus.rules
 %{_bindir}/libvirt-dbus
 %{_datadir}/dbus-1/services/org.libvirt.service
-- 
2.14.3




More information about the libvir-list mailing list