import apache-commons-collections-3.2.2-10.module+el8.0.0+3248+9d514f3b

This commit is contained in:
CentOS Sources 2019-06-18 12:45:03 -04:00 committed by Andrew Lukoshko
parent a294015cd5
commit 6d2c915730

View File

@ -3,7 +3,7 @@
Name: apache-%{short_name}
Version: 3.2.2
Release: 8%{?dist}
Release: 10%{?dist}
Summary: Provides new interfaces, implementations and utilities for Java Collections
License: ASL 2.0
URL: http://commons.apache.org/%{base_name}/
@ -75,12 +75,6 @@ ant tf.javadoc -Dtf.build.docs=target/site/apidocs/
%install
%mvn_install
# Workaround for RPM bug #646523 - can't change symlink to directory
%pretrans javadoc -p <lua>
dir = "%{_javadocdir}/%{name}"
dummy = posix.readlink(dir) and os.remove(dir)
%files -f .mfiles
%doc PROPOSAL.html README.txt
%license LICENSE.txt NOTICE.txt
@ -92,6 +86,12 @@ dummy = posix.readlink(dir) and os.remove(dir)
%changelog
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 12 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.2.2-9
- Remove workaround for symlink->directory rpm bug
* Tue Apr 24 2018 Mat Booth <mat.booth@redhat.com> - 3.2.2-8
- Allow testframework to still be built even with tests disabled, which is
needed by other packages