introduce license macro
This commit is contained in:
parent
5c1bfc3867
commit
294d84b410
12
jdom2.spec
12
jdom2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: jdom2
|
Name: jdom2
|
||||||
Version: 2.0.6
|
Version: 2.0.6
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Java manipulation of XML made easy
|
Summary: Java manipulation of XML made easy
|
||||||
License: ASL 1.1 or BSD
|
License: ASL 1.1 or BSD
|
||||||
URL: http://www.jdom.org/
|
URL: http://www.jdom.org/
|
||||||
@ -78,12 +78,16 @@ ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven
|
|||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%dir %{_javadir}/%{name}
|
%dir %{_javadir}/%{name}
|
||||||
%doc CHANGES.txt COMMITTERS.txt LICENSE.txt README.txt TODO.txt
|
%doc CHANGES.txt COMMITTERS.txt README.txt TODO.txt
|
||||||
|
%license LICENSE.txt
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt
|
%license LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 06 2015 gil cattaneo <puntogil@libero.it> 2.0.6-2
|
||||||
|
- introduce license macro
|
||||||
|
|
||||||
* Tue Oct 21 2014 gil cattaneo <puntogil@libero.it> 2.0.6-1
|
* Tue Oct 21 2014 gil cattaneo <puntogil@libero.it> 2.0.6-1
|
||||||
- update to 2.0.6 (rhbz#1118627)
|
- update to 2.0.6 (rhbz#1118627)
|
||||||
|
|
||||||
@ -97,4 +101,4 @@ ant -Dversion=%{version} -Dj2se.apidoc=%{_javadocdir}/java maven
|
|||||||
- use objectweb-asm3
|
- use objectweb-asm3
|
||||||
|
|
||||||
* Thu Sep 12 2013 gil cattaneo <puntogil@libero.it> 2.0.5-1
|
* Thu Sep 12 2013 gil cattaneo <puntogil@libero.it> 2.0.5-1
|
||||||
- initial rpm
|
- initial rpm
|
||||||
|
Loading…
Reference in New Issue
Block a user