2dc928
Name:           apache-commons-codec
2dc928
Version:        1.13
2dc928
Release:        2%{?dist}
2dc928
Summary:        Implementations of common encoders and decoders
2dc928
License:        ASL 2.0
2dc928
URL:            http://commons.apache.org/codec/
2dc928
BuildArch:      noarch
2dc928
2dc928
Source0:        http://archive.apache.org/dist/commons/codec/source/commons-codec-%{version}-src.tar.gz
2dc928
# Data in DoubleMetaphoneTest.java originally has an inadmissible license.
2dc928
# The author gives MIT in e-mail communication.
2dc928
Source1:        aspell-mail.txt
2dc928
2dc928
BuildRequires:  maven-local
2dc928
BuildRequires:  mvn(junit:junit)
2dc928
BuildRequires:  mvn(org.apache.commons:commons-lang3)
2dc928
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
2dc928
2dc928
%description
2dc928
Commons Codec is an attempt to provide definitive implementations of
2dc928
commonly used encoders and decoders. Examples include Base64, Hex,
2dc928
Phonetic and URLs.
2dc928
2dc928
%{?module_package}
2dc928
%{?javadoc_package}
2dc928
2dc928
%prep
2dc928
%autosetup -n commons-codec-%{version}-src
2dc928
cp %{SOURCE1} aspell-mail.txt
2dc928
sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
2dc928
2dc928
%mvn_file : commons-codec %{name}
2dc928
%mvn_alias : commons-codec:commons-codec
2dc928
2dc928
%build
2dc928
%mvn_build
2dc928
2dc928
%install
2dc928
%mvn_install
2dc928
2dc928
%files -n %{?module_prefix}%{name} -f .mfiles
2dc928
%license LICENSE.txt NOTICE.txt aspell-mail.txt
2dc928
%doc RELEASE-NOTES*
2dc928
2dc928
%changelog
2dc928
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.13-2
2dc928
- Mass rebuild for javapackages-tools 201902
2dc928
2dc928
* Mon Jul 29 2019 Marian Koncek <mkoncek@redhat.com> - 1.13-1
2dc928
- Update to upstream version 1.13
2dc928
2dc928
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-2
2dc928
- Mass rebuild for javapackages-tools 201901
2dc928
2dc928
* Mon May 13 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.12-1
2dc928
- Update to upstream version 1.12
2dc928
2dc928
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.11-3
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2dc928
2dc928
* Mon Jan 29 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.11-2
2dc928
- Cleanup spec file
2dc928
2dc928
* Fri Nov 24 2017 Mat Booth <mat.booth@redhat.com> - 1.11-1
2dc928
- Update to latest upstream version
2dc928
2dc928
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-5
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2dc928
2dc928
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-4
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2dc928
2dc928
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-3
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2dc928
2dc928
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2dc928
2dc928
* Mon Nov 17 2014 Mat Booth <mat.booth@redhat.com> - 1.10-1
2dc928
- Update to upstream version 1.10
2dc928
2dc928
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-5
2dc928
- Remove legacy Obsoletes/Provides for jakarta-commons
2dc928
2dc928
* Wed Jul 30 2014 Mat Booth <mat.booth@redhat.com> - 1.9-4
2dc928
- Fix incorrect parent BR causing FTBFS
2dc928
2dc928
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9-3
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2dc928
2dc928
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.9-2
2dc928
- Use Requires: java-headless rebuild (#1067528)
2dc928
2dc928
* Mon Jan  6 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-1
2dc928
- Update to upstream version 1.9
2dc928
- Update to current packaging guidelines
2dc928
2dc928
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8-5
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2dc928
2dc928
* Mon Jul 08 2013 Tomas Radej <tradej@redhat.com> - 1.8-4
2dc928
- Fixed license tag (MIT is only in test that doesn't make it into binary RPM)
2dc928
2dc928
* Tue Jun 25 2013 Tomas Radej <tradej@redhat.com> - 1.8-2
2dc928
- Clarified licensing of DoubleMetaphoneTest.java
2dc928
2dc928
* Fri May 03 2013 Mat Booth <fedora@matbooth.co.uk> - 1.8-1
2dc928
- Update to 1.8, rhbz #957598
2dc928
2dc928
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-5
2dc928
- Remove unneeded BR: maven-idea-plugin
2dc928
2dc928
* Mon Feb 18 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.7-4
2dc928
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
2dc928
- Replace maven BuildRequires with maven-local
2dc928
2dc928
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2dc928
2dc928
* Mon Nov 19 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-2
2dc928
- Add Provides/Obsoletes for jakarta-commons-codec
2dc928
2dc928
* Thu Oct 25 2012 Mat Booth <fedora@matbooth.co.uk> - 1.7-1
2dc928
- Update to 1.7.
2dc928
- Can finally remove the provides/obsoletes on the old jakarta name.
2dc928
2dc928
* Mon Sep 17 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-5
2dc928
- Restore apache-commons-codec.jar symlink, resolves #857947
2dc928
2dc928
* Tue Aug  7 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.6-4
2dc928
- Enable tests
2dc928
- Install NOTICE with javadoc package
2dc928
- Fix file permissions
2dc928
- Remove versioned symlinks
2dc928
2dc928
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-3
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2dc928
2dc928
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2dc928
2dc928
* Wed Dec 7 2011 akurtakov <akurtakov@rh.akurtakov> 1.6-1
2dc928
- Update to latest upstream (1.6).
2dc928
2dc928
* Wed Nov 30 2011 Alexander Kurtakov <akurtako@redhat.com> 1.4-13
2dc928
- Build with maven 3.
2dc928
- Adapt to current guidelines.
2dc928
2dc928
* Thu Feb 10 2011 mbooth <fedora@matbooth.co.uk> 1.4-12
2dc928
- Drop versioned jars and javadocs.
2dc928
2dc928
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-11
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2dc928
2dc928
* Fri May 21 2010 Mat Booth <fedora@matbooth.co.uk> 1.4-10
2dc928
- Correct dep-map names #594717.
2dc928
2dc928
* Fri May 21 2010 Alexander Kurtakov <akurtako@redhat.com> 1.4-9
2dc928
- Obsolete/Provide commons-codec.
2dc928
2dc928
* Fri May 14 2010 Mat Booth <fedora@matbooth.co.uk> - 1.4-8
2dc928
- Obsolete jakarta javadoc package.
2dc928
- Keep legacy depmap around.
2dc928
2dc928
* Thu May 13 2010 Mat Booth <fedora@matbooth.co.uk> - 1.4-7
2dc928
- Use global instead of define.
2dc928
- Drop really old obsoletes/provides on short_name.
2dc928
- Fix requires.
2dc928
2dc928
* Tue May 11 2010 Mat Booth <fedora@matbooth.co.uk> - 1.4-6
2dc928
- Rename package (jakarta-commons-codec->apache-commons-codec).
2dc928
2dc928
* Tue Dec 8 2009 Mat Booth <fedora@matbooth.co.uk> - 1.4-5
2dc928
- Enable OSGi automatic depsolving (from Alphonse Van Assche).
2dc928
2dc928
* Sun Nov 8 2009 Mat Booth <fedora@matbooth.co.uk> - 1.4-4
2dc928
- Fix javadoc package requires
2dc928
2dc928
* Sat Nov 7 2009 Mat Booth <fedora@matbooth.co.uk> - 1.4-3
2dc928
- Correct Obsoletes/Provides according to naming guidelines
2dc928
2dc928
* Sat Nov 7 2009 Mat Booth <fedora@matbooth.co.uk> - 1.4-2
2dc928
- Add all maven related build reqs
2dc928
- Require Java 1.6 because tests fail on GCJ
2dc928
2dc928
* Sat Nov 7 2009 Mat Booth <fedora@matbooth.co.uk> - 1.4-1
2dc928
- Update to 1.4
2dc928
- Rewrite spec file to build using upstream-preferred maven instead of ant
2dc928
- Drop patch to add OSGi manifest (done automatically in the maven build)
2dc928
- Install pom and add to maven dep-map
2dc928
- Re-enable all tests
2dc928
2dc928
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-11.4
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2dc928
2dc928
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.3-10.4
2dc928
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2dc928
2dc928
* Thu Jul 24 2008 Andrew Overholt <overholt@redhat.com> 1.3-9.4
2dc928
- Update OSGi manifest.
2dc928
2dc928
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.3-9.3
2dc928
- drop repotag
2dc928
- fix license tag
2dc928
2dc928
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.3-9jpp.2
2dc928
- Autorebuild for GCC 4.3
2dc928
2dc928
* Thu Sep 06 2007 Andrew Overholt <overholt@redhat.com> 1.3-8jpp.2
2dc928
- Add OSGi manifest.
2dc928
2dc928
* Wed Mar 21 2007 Matt Wringe <mwringe@redhat.com> 0:1.3-8jpp.1
2dc928
- Update to latest jpp version
2dc928
- Fix rpmlint issues
2dc928
2dc928
* Wed Mar 21 2007 Matt Wringe <mwringe@redhat.com> 0:1.3-8jpp
2dc928
- Fix some rpmlint warnings
2dc928
- Update copyright year
2dc928
2dc928
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> 0:1.3-7jpp.2
2dc928
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
2dc928
2dc928
* Tue Sep 26 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-7jpp.1
2dc928
- Merge with upstream version.
2dc928
2dc928
* Tue Sep 26 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-7jpp
2dc928
- Add missing java-javadoc requires and buildrequires.
2dc928
2dc928
* Mon Sep 25 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-6jpp.1
2dc928
- Merge with upstream version.
2dc928
2dc928
* Mon Sep 25 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-6jpp
2dc928
- Update jakarta-commons-codec-1.3-buildscript.patch to build
2dc928
  offline.
2dc928
2dc928
* Thu Aug 10 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-5jpp.1
2dc928
- Merge with upstream version
2dc928
 - Add missing javadoc requires
2dc928
2dc928
* Sat Jul 22 2006 Jakub Jelinek <jakub@redhat.com> - 0:1.3-4jpp_2fc
2dc928
- Rebuilt
2dc928
2dc928
* Thu Jul 20 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-4jpp_1fc
2dc928
- Merged with upstream version
2dc928
- Now is natively compiled
2dc928
2dc928
* Thu Jul 20 2006 Matt Wringe <mwringe at redhat.com> 0:1.3-4jpp
2dc928
- Added conditional native compiling
2dc928
2dc928
* Tue Apr 04 2006 Ralph Apel <r.apel@r-apel.de> 0:1.3-3jpp
2dc928
- First JPP-1.7 release
2dc928
2dc928
* Wed Sep 08 2004 Fernando Nasser <fnasser@redhat.com> 0:1.3-2jpp
2dc928
- Do not stop on test failure
2dc928
2dc928
* Tue Sep 07 2004 Fernando Nasser <fnasser@redhat.com> 0:1.3-1jpp
2dc928
- Upgrade to 1.3
2dc928
- Rebuilt with Ant 1.6.2
2dc928
2dc928
* Thu Jan 22 2004 David Walluck <david@anti-microsoft.org> 0:1.2-1jpp
2dc928
- 1.2
2dc928
- use perl instead of patch
2dc928
2dc928
* Wed May 28 2003 Ville Skyttä <jpackage-discuss at zarb.org> - 0:1.1-1jpp
2dc928
- First JPackage release.