12 Star 0 Fork 2

src-openEuler/base64coder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
base64coder.spec 1.47 KB
一键复制 编辑 原始数据 按行查看 历史
starlet_dx 提交于 3年前 . Modify invalid Source
Name: base64coder
Version: 20101219
Release: 24
Summary: A fast and compact Base64 encoder/decoder class
License: EPL-1.0 or EPL-2.0 or LGPLv2+ or GPLv2+ or ASL 2.0 or BSD
URL: http://www.source-code.biz/base64coder/java/
Source0: https://repo1.maven.org/maven2/biz/source_code/%{name}/2010-12-19/%{name}-2010-12-19-distribution.zip
BuildArch: noarch
BuildRequires: maven-local, mvn(junit:junit), mvn(org.apache.felix:maven-bundle-plugin), mvn(org.apache.maven.plugins:maven-assembly-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin), mvn(org.sonatype.oss:oss-parent:pom:)
Provides: %{name}-javadoc%{?_isa} %{name}-javadoc
Obsoletes: %{name}-javadoc
%description
Base64Coder is a fast and compact Base64 encoder/decoder class. There is no Base64 encoder/decoder
in the standard Java SDK class library up to Java 7. The undocumented classes sun.misc.BASE64Encoder
and sun.misc.BASE64Decoder should not be used (explanation). Since Java 8 there is now java.util.Base64.
%prep
%autosetup -n %{name}-2010-12-19 -p1
sed -i 's/\r//g' README.txt CHANGES.txt
%mvn_file : %{name}
%pom_remove_plugin :maven-javadoc-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc README.txt
%{_javadocdir}/%{name}/*
%changelog
* Mon Nov 21 2022 yaoxin <yaoxin30@h-partners.com> - 20101219-24
- Modify invalid Source
* Fri Dec 6 2019 openEuler Buildteam <buildteam@openeuler.org> - 20101219-23
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/base64coder.git
git@gitee.com:src-openeuler/base64coder.git
src-openeuler
base64coder
base64coder
openEuler-22.03-LTS-SP1

搜索帮助