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