Rebuild to regenerate OSGi metadata
This commit is contained in:
parent
dc69904644
commit
b5462a6c5e
@ -3,7 +3,7 @@
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 3.2.2
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Provides new interfaces, implementations and utilities for Java Collections
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}/
|
||||
@ -61,12 +61,13 @@ find . -name "*.class" -exec rm -f {} \;
|
||||
sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt
|
||||
|
||||
%mvn_package :%{short_name}-testframework testframework
|
||||
%mvn_file ':%{short_name}{,-testframework}' %{name}@1 %{short_name}@1
|
||||
%mvn_file ':%{short_name}{,-testframework}' %{short_name}@1 %{name}@1
|
||||
|
||||
%build
|
||||
# 2017-09-18 mizdebsk: Temporarly disable tests, they stopped working
|
||||
# after Maven Surefire upgrade to 2.20, need to investigate why.
|
||||
%mvn_build -- -DskipTests
|
||||
%mvn_build -- -DskipTests \
|
||||
-Dcommons.osgi.symbolicName=org.apache.commons.collections
|
||||
|
||||
ant tf.javadoc -Dtf.build.docs=target/site/apidocs/
|
||||
|
||||
@ -86,6 +87,9 @@ ant tf.javadoc -Dtf.build.docs=target/site/apidocs/
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 08 2019 Mat Booth <mat.booth@redhat.com> - 3.2.2-12
|
||||
- Rebuild to regenerate OSGi metadata
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user