Blame SPECS/base64coder.spec

10451e
%global long_ver  2010-12-19
10451e
10451e
Name:           base64coder
10451e
Version:        20101219
10451e
Release:        9%{?dist}
10451e
Summary:        Fast and compact Base64 encoder/decoder Java library
10451e
License:        EPL or LGPLv2+ or GPLv2+ or ASL 2.0+ or BSD
10451e
BuildArch:      noarch
10451e
URL:            http://www.source-code.biz/%{name}/java/
10451e
Source0:        http://repo2.maven.org/maven2/biz/source_code/%{name}/%{long_ver}/%{name}-%{long_ver}-distribution.zip
10451e
10451e
BuildRequires:  maven-local
10451e
BuildRequires:  mvn(org.sonatype.oss:oss-parent)
10451e
BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
10451e
10451e
%description
10451e
Base64Coder is a fast and compact Base64 encoder/decoder class.
10451e
10451e
There is no Base64 encoder/decoder in the standard Java SDK class
10451e
library.  The undocumented classes sun.misc.BASE64Encoder and
10451e
sun.misc.BASE64Decoder should not be used.
10451e
10451e
%package javadoc
10451e
Summary:        API documentation for %{name}
10451e
10451e
%description javadoc
10451e
This package contains %{summary}.
10451e
10451e
%prep
10451e
%setup -q -n %{name}-%{long_ver}
10451e
sed -i 's/\r//g' README.txt CHANGES.txt
10451e
%mvn_file : %{name}
10451e
10451e
%build
10451e
%mvn_build
10451e
10451e
%install
10451e
%mvn_install
10451e
10451e
%files -f .mfiles
10451e
%doc README.txt CHANGES.txt
10451e
10451e
%files javadoc -f .mfiles-javadoc
10451e
10451e
%changelog
10451e
* Fri Jun 28 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 20101219-9
10451e
- Rebuild to regenerate API documentation
10451e
- Resolves: CVE-2013-1571
10451e
10451e
* Fri Jun 14 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 20101219-8
10451e
- Update to current packaging guidelines
10451e
10451e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101219-7
10451e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
10451e
10451e
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 20101219-6
10451e
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
10451e
- Replace maven BuildRequires with maven-local
10451e
10451e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101219-5
10451e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
10451e
10451e
* Mon May 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 20101219-4
10451e
- Add maven plugins to BuildRequires
10451e
10451e
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20101219-3
10451e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
10451e
10451e
* Tue Jun 07 2011 Jaromir Capik <jcapik@redhat.com> - 20101219-2
10451e
- Java suffix removed from the package name and put in the summary instead
10451e
- Version string added in the source URL (no need for manual renaming)
10451e
- POM file added in the source package -> Source1 removed (no need for copying)
10451e
- Removal of the target directory removed (not present anymore)
10451e
10451e
* Mon May 30 2011 Jaromir Capik <jcapik@redhat.com> - 20101219-1
10451e
- Initial version of the package