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