Compare commits
No commits in common. "stream-maven-3.5-rhel-8.9.0" and "c8-stream-3.6" have entirely different histories.
stream-mav
...
c8-stream-
1
.apache-commons-codec.metadata
Normal file
1
.apache-commons-codec.metadata
Normal file
@ -0,0 +1 @@
|
||||
afef31c97292677f68dedd79b041beeb5d7f6642 SOURCES/commons-codec-1.13-src.tar.gz
|
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
||||
/.project
|
||||
/*.src.rpm
|
||||
/noarch
|
||||
/.build-*.log
|
||||
/commons-codec-*-src.tar.gz
|
||||
SOURCES/commons-codec-1.13-src.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: apache-commons-codec
|
||||
Version: 1.11
|
||||
Version: 1.13
|
||||
Release: 3%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
License: ASL 2.0
|
||||
@ -11,15 +11,17 @@ Source0: http://archive.apache.org/dist/commons/codec/source/commons-code
|
||||
# The author gives MIT in e-mail communication.
|
||||
Source1: aspell-mail.txt
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: maven-local-openjdk8
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin)
|
||||
|
||||
%description
|
||||
Commons Codec is an attempt to provide definitive implementations of
|
||||
commonly used encoders and decoders. Examples include Base64, Hex,
|
||||
Phonetic and URLs.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
@ -36,11 +38,26 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%files -n %{?module_prefix}%{name} -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 25 2020 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-3
|
||||
- Build with OpenJDK 8
|
||||
|
||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-2
|
||||
- Mass rebuild for javapackages-tools 201902
|
||||
|
||||
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 1.13-1
|
||||
- Update to upstream version 1.13
|
||||
|
||||
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-2
|
||||
- Mass rebuild for javapackages-tools 201901
|
||||
|
||||
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-1
|
||||
- Update to upstream version 1.12
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user