commit 657360418d93dbfa101cf22150914aef6df28a67
Author: Julian Sikorski <belegdol(a)fedoraproject.org>
Date: Mon May 7 20:41:42 2018 +0200
Switched to %autosetup
Moved COPYING from %doc to %license
mednafen.spec | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/mednafen.spec b/mednafen.spec
index 7018877..4b8b531 100644
--- a/mednafen.spec
+++ b/mednafen.spec
@@ -55,7 +55,7 @@ to most people.
%prep
-%setup -q -n %{name}
+%autosetup -n %{name}
# Permission cleanup
find \( -name \*.c\* -or -name \*.h\* -or -name \*.inc \) -exec chmod -x {} \;
@@ -88,8 +88,9 @@ rm -rf Documentation/*.def Documentation/*.php Documentation/generate.sh
\
%files -f %{name}.lang
+%license COPYING
+%doc ChangeLog TODO Documentation/*
%{_bindir}/%{name}
-%doc ChangeLog COPYING TODO Documentation/*
%changelog
Show replies by date