introduce license macro
This commit is contained in:
parent
c35e644dd3
commit
7b929abdd7
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
Name: java_cup
|
Name: java_cup
|
||||||
Version: 0.11a
|
Version: 0.11a
|
||||||
Release: 18%{?dist}
|
Release: 19%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Java source interpreter
|
Summary: Java source interpreter
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -138,17 +138,22 @@ install -d -m 755 %{buildroot}%{_javadocdir}/%{name}
|
|||||||
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
cp -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%doc changelog.txt LICENSE.txt
|
%doc changelog.txt
|
||||||
%{_javadir}/*
|
%{_javadir}/*
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files manual
|
%files manual
|
||||||
%doc manual.html LICENSE.txt
|
%doc manual.html
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%doc LICENSE.txt
|
%license LICENSE.txt
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user