jetty-artifact-remote-resou.../jetty-artifact-remote-resources.spec

39 lines
1.2 KiB
RPMSpec
Raw Normal View History

2020-08-25 19:13:09 +08:00
Name: jetty-artifact-remote-resources
Version: 1.1
Release: 1
2020-08-25 19:13:09 +08:00
Summary: Jetty toolchain artifact remote resources
2022-05-11 16:44:06 +08:00
License: ASL 2.0 or EPL-1.0
2020-08-25 19:13:09 +08:00
URL: http://www.eclipse.org/jetty/
Source0: http://git.eclipse.org/c/jetty/org.eclipse.jetty.toolchain.git/snapshot/org.eclipse.jetty.toolchain-%{name}-%{version}.tar.gz
Source2: http://www.apache.org/licenses/LICENSE-2.0.txt
Source3: http://www.eclipse.org/legal/epl-v10.html
BuildArch: noarch
BuildRequires: maven-local maven-remote-resources-plugin >= 1.2.1-3 jetty-toolchain
%description
Jetty toolchain artifact remote resources
%prep
%autosetup -n org.eclipse.jetty.toolchain-%{name}-%{version} -p1
cp -p %{SOURCE2} %{SOURCE3} .
%build
cd %{name}
2020-08-25 19:13:09 +08:00
%mvn_build
%install
cd %{name}
2020-08-25 19:13:09 +08:00
%mvn_install
%files -f %{name}/.mfiles
2020-08-25 19:13:09 +08:00
%doc LICENSE-2.0.txt epl-v10.html
%changelog
* Wed Jan 24 2024 xu_ping <707078654@qq.com> - 1.1-1
- Upgrade version to 1.1
2022-05-11 16:44:06 +08:00
* Mon May 9 2022 baizhonggui <baizhonggui@h-partners.com> - 1.0-2
- modify license identifier
2020-08-25 19:13:09 +08:00
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0-1
- package init