Fix SourceForge #18 Renamed file still referenced by other files

We renamed README to README.md but didn't fix all the references.
This fixes the references (hopefully we got them all!).
My thanks to philipp for reporting this!

Signed-off-by: David A. Wheeler <dwheeler@dwheeler.com>
This commit is contained in:
David A. Wheeler 2018-10-06 18:46:09 -04:00
parent 79d7dbdc0f
commit 006a39e966
4 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
include COPYING
include README
include README.md
include announcement
include ChangeLog
include flawfinder.1*

View File

@ -31,7 +31,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README ChangeLog COPYING flawfinder.ps
%doc README.md ChangeLog COPYING flawfinder.ps
%{_bindir}/*
%{_mandir}/man1/*

View File

@ -221,7 +221,7 @@ rpm: distribute
# cp -p /usr/src/redhat/RPMS/$(ARCH)/$(VERSIONEDNAME)-$(RPM_VERSION)*.rpm $(VERSIONEDNAME)-$(RPM_VERSION).noarch.rpm
cp -p /usr/src/redhat/RPMS/$(ARCH)/$(VERSIONEDNAME)-$(RPM_VERSION)*.rpm .
cp -p /usr/src/redhat/SRPMS/$(VERSIONEDNAME)-$(RPM_VERSION)*.src.rpm .
chown --reference=README *.rpm
chown --reference=README.md *.rpm
# Install, for testing. Ignore the "not installed" message here,
# unless you already installed it; we're just removing any old copies:
-rpm -e flawfinder

View File

@ -1,5 +1,5 @@
[metadata]
description-file = README
description-file = README.md
[bdist_wheel]
universal=1
@ -7,7 +7,7 @@ universal=1
[bdist_rpm]
release = 1
doc_files = ChangeLog
README
README.md
COPYING
flawfinder.ps
flawfinder.pdf