Compare commits
No commits in common. "c8-stream-3.6" and "stream-maven-3.5-rhel-8.10.0" have entirely different histories.
c8-stream-
...
stream-mav
@ -1 +0,0 @@
|
||||
a3a500d9968ec85cc7a070601860f72412be2ded SOURCES/commons-lang3-3.9-src.tar.gz
|
12
.gitignore
vendored
12
.gitignore
vendored
@ -1 +1,11 @@
|
||||
SOURCES/commons-lang3-3.9-src.tar.gz
|
||||
/commons-lang3-3.0.1-src.tar.gz
|
||||
/commons-lang3-3.1-src.tar.gz
|
||||
/commons-lang3-3.2-src.tar.gz
|
||||
/commons-lang3-3.2.1-src.tar.gz
|
||||
/commons-lang3-3.3-src.tar.gz
|
||||
/commons-lang3-3.3.1-src.tar.gz
|
||||
/commons-lang3-3.3.2-src.tar.gz
|
||||
/commons-lang3-3.4-src.tar.gz
|
||||
/commons-lang3-3.5-src.tar.gz
|
||||
/commons-lang3-3.6-src.tar.gz
|
||||
/commons-lang3-3.7-src.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: apache-commons-lang3
|
||||
Version: 3.9
|
||||
Release: 4%{?dist}
|
||||
Version: 3.7
|
||||
Release: 3%{?dist}
|
||||
Summary: Provides a host of helper utilities for the java.lang API
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/lang
|
||||
@ -8,7 +8,7 @@ BuildArch: noarch
|
||||
|
||||
Source0: http://archive.apache.org/dist/commons/lang/source/commons-lang3-%{version}-src.tar.gz
|
||||
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
|
||||
@ -29,7 +29,6 @@ therefore created differently named artifact and jar files. This is
|
||||
the new version, while apache-commons-lang is the compatibility
|
||||
package.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
@ -51,23 +50,11 @@ rm src/test/java/org/apache/commons/lang3/RandomStringUtilsTest.java
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%files -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%doc RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-4
|
||||
- Build with OpenJDK 8
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-3
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.9-1
|
||||
- Update to upstream version 3.9
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user