31 lines
989 B
RPMSpec
31 lines
989 B
RPMSpec
|
|
Name: jetty-artifact-remote-resources
|
||
|
|
Version: 1.0
|
||
|
|
Release: 1
|
||
|
|
Summary: Jetty toolchain artifact remote resources
|
||
|
|
License: ASL 2.0 or EPL
|
||
|
|
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
|
||
|
|
%mvn_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%mvn_install
|
||
|
|
|
||
|
|
%files -f .mfiles
|
||
|
|
%doc LICENSE-2.0.txt epl-v10.html
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Wed Aug 5 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0-1
|
||
|
|
- package init
|