1 Star 0 Fork 5

王歌/xmpcore

forked from src-openEuler/xmpcore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
xmpcore.spec 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
王歌 提交于 2024-03-21 15:24 . update to version 6.1.10
Name: xmpcore
Version: 6.1.10
Release: 1
Summary: Java XMP Library
License: BSD
URL: http://www.adobe.com/devnet/xmp.html
Source0: https://repo1.maven.org/maven2/com/adobe/xmp/xmpcore/%{version}/xmpcore-%{version}-sources.jar
Source1: https://repo1.maven.org/maven2/com/adobe/xmp/xmpcore/%{version}/xmpcore-%{version}.pom
# from http://download.macromedia.com/pub/developer/xmp/sdk/XMP-Toolkit-SDK-5.1.2.zip
Source2: xmpcore-BSD-License.txt
BuildRequires: buildnumber-maven-plugin maven-local
BuildArch: noarch
%description
The XMP Library for Java is based on the
C++ XMPCore library and the API is similar.
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
This package contains javadoc for %{name}.
%prep
%setup -q -c
mkdir -p src/main/java
mv com src/main/java
rm -r META-INF
cp -p %{SOURCE1} pom.xml
cp -p %{SOURCE2} BSD-License.txt
sed -i 's/\r//' BSD-License.txt
%mvn_file : %{name}
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license BSD-License.txt
%files javadoc -f .mfiles-javadoc
%license BSD-License.txt
%changelog
* Thu Mar 21 2024 Ge Wang <wang__ge@126.com> - 6.1.10-1
- update to version 6.1.10
* Fri Aug 14 2020 maminjie <maminjie1@huawei.com> - 5.1.2-1
- package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang--ge/xmpcore.git
git@gitee.com:wang--ge/xmpcore.git
wang--ge
xmpcore
xmpcore
master

搜索帮助