From 7b929abdd7039c6b8bcb9caf30e3dbfcd1e17aa0 Mon Sep 17 00:00:00 2001 From: gil Date: Fri, 6 Feb 2015 16:21:56 +0100 Subject: [PATCH] introduce license macro --- java_cup.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/java_cup.spec b/java_cup.spec index 0ee553a..12cba8e 100644 --- a/java_cup.spec +++ b/java_cup.spec @@ -34,7 +34,7 @@ Name: java_cup Version: 0.11a -Release: 18%{?dist} +Release: 19%{?dist} Epoch: 1 Summary: Java source interpreter License: MIT @@ -138,17 +138,22 @@ install -d -m 755 %{buildroot}%{_javadocdir}/%{name} cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} %files -f .mfiles -%doc changelog.txt LICENSE.txt +%doc changelog.txt %{_javadir}/* +%license LICENSE.txt %files manual -%doc manual.html LICENSE.txt +%doc manual.html +%license LICENSE.txt %files javadoc -%doc LICENSE.txt +%license LICENSE.txt %{_javadocdir}/%{name} %changelog +* Fri Feb 06 2015 gil cattaneo 1:0.11a-19 +- introduce license macro + * Sat Jun 07 2014 Fedora Release Engineering - 1:0.11a-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild