Use %license macro
This commit is contained in:
parent
68b3c98355
commit
d9bdab8739
@ -2,7 +2,7 @@
|
||||
|
||||
Name: javapackages-tools
|
||||
Version: 4.6.0
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
|
||||
Summary: Macros and scripts for Java packaging support
|
||||
|
||||
@ -152,7 +152,6 @@ popd
|
||||
%endif
|
||||
|
||||
%files -f files-common
|
||||
%doc LICENSE
|
||||
|
||||
%files -n javapackages-local -f files-local
|
||||
|
||||
@ -163,13 +162,16 @@ popd
|
||||
%files -n ivy-local -f files-ivy
|
||||
|
||||
%files -n python3-javapackages
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/javapackages*
|
||||
|
||||
%files doc -f files-doc
|
||||
%doc LICENSE
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.6.0-6
|
||||
- Use %%license macro
|
||||
|
||||
* Fri Jul 10 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.6.0-5
|
||||
- Add requires on java-devel to javapackages-local
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user