introduce license macro
This commit is contained in:
parent
abbfbb4b42
commit
f4bc00537b
@ -1,6 +1,6 @@
|
||||
Name: maven-assembly-plugin
|
||||
Version: 2.5.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Maven Assembly Plugin
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/plugins/maven-assembly-plugin/
|
||||
@ -53,12 +53,15 @@ This package provides %{summary}.
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
%license LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Fri Feb 13 2015 gil cattaneo <puntogil@libero.it> - 2.5.2-2
|
||||
- introduce license macro
|
||||
|
||||
* Fri Nov 21 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.2-1
|
||||
- Update to upstream version 2.5.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user