Use COPYING as more standard name

This commit is contained in:
Colin Walters
2015-03-08 11:01:29 -04:00
parent 98e63881a5
commit 748744fb46
3 changed files with 2 additions and 2 deletions

View File

View File

@@ -13,7 +13,7 @@ dist-snapshot:
echo "PACKAGE=$(PACKAGE)"; \
TARFILE_TMP=$(PKG_VER).tar.tmp; \
echo "Archiving $(PACKAGE) at $(GITREV)"; \
(cd ..; git archive --format=tar --prefix=$(PKG_VER)/ $(GITREV)) > $${TARFILE_TMP}; \
(cd $(srcdir); git archive --format=tar --prefix=$(PKG_VER)/ $(GITREV)) > $${TARFILE_TMP}; \
(cd $$(git rev-parse --show-toplevel); git submodule status) | while read line; do \
rev=$$(echo $$line | cut -f 1 -d ' '); path=$$(echo $$line | cut -f 2 -d ' '); \
echo "Archiving $${path} at $${rev}"; \

View File

@@ -1,6 +1,6 @@
Summary: Overlay repository manager
Name: rpmdistro-gitoverlay
Version: 0.25.5.g74fe405
Version: 98e6388
Release: 1%{?dist}
#VCS: https://github.com/cgwalters/rpmdistro-gitoverlay
Source0: %{name}-%{version}.tar.xz