introduce license macro
This commit is contained in:
parent
c35e644dd3
commit
7b929abdd7
@ -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 <puntogil@libero.it> 1:0.11a-19
|
||||
- introduce license macro
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.11a-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user