diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | spec-helper.spec | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ RELEASE:=$(shell grep '%define *release ' $(PACKAGE).spec| cut -d ' ' -f 3) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') FILES= spec-helper clean_files clean_perl compress_files strip_files relative_me_babe lib_symlinks gprintify.py -DISTFILES= Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec +DISTFILES= AUTHORS Makefile ChangeLog Howto-spec-helper $(FILES) macroszification spec-helper.spec bindir=/usr/bin all: diff --git a/spec-helper.spec b/spec-helper.spec index bcb9375..3437a69 100644 --- a/spec-helper.spec +++ b/spec-helper.spec @@ -35,7 +35,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc Howto-spec-helper ChangeLog +%doc AUTHORS Howto-spec-helper ChangeLog %{_bindir}/macroszification %{_datadir}/spec-helper |