summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--java-comment-preprocessor.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/java-comment-preprocessor.spec b/java-comment-preprocessor.spec
index 5e958b8..5cf8fd5 100644
--- a/java-comment-preprocessor.spec
+++ b/java-comment-preprocessor.spec
@@ -54,10 +54,11 @@ find -name "*.jar" -or -name "*.class" | xargs rm -f
%check
%files -f .mfiles
-%doc texts/LICENSE-2.0.txt texts/readme.txt
+%license texts/LICENSE-2.0.txt
+%doc texts/readme.txt
%files javadoc
-%doc texts/LICENSE-2.0.txt
+%license texts/LICENSE-2.0.txt
%doc %{_javadocdir}/%{name}
%changelog