introduce license tag
This commit is contained in:
parent
536345d382
commit
c2d3b431ce
@ -1,6 +1,6 @@
|
|||||||
Name: mockito
|
Name: mockito
|
||||||
Version: 1.10.19
|
Version: 1.10.19
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: A Java mocking framework
|
Summary: A Java mocking framework
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -83,14 +83,17 @@ sed -i -e "s|@version@|%{version}|g" maven/%{name}-core.pom
|
|||||||
%mvn_install -J target/javadoc
|
%mvn_install -J target/javadoc
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
|
%license LICENSE
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
%doc LICENSE
|
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE
|
%license LICENSE
|
||||||
%doc NOTICE
|
%doc NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 25 2015 Raphael Groner <projects.rg@smart.ms> - 1.10.19-7
|
||||||
|
- introduce License tag
|
||||||
|
|
||||||
* Fri Dec 25 2015 Raphael Groner <projects.rg@smart.ms> - 1.10.19-6
|
* Fri Dec 25 2015 Raphael Groner <projects.rg@smart.ms> - 1.10.19-6
|
||||||
- reenable osgi
|
- reenable osgi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user