jetty-schemas/jetty-schemas.spec

34 lines
823 B
RPMSpec
Raw Normal View History

2020-03-07 12:35:54 +08:00
Name: jetty-schemas
Version: 4.0.1
Release: 4
Summary: XML Schemas for Jetty
License: CDDL-1.1 or GPLv2 with exceptions
URL: http://www.eclipse.org/jetty/
BuildArch: noarch
Source0: https://github.com/eclipse/jetty.toolchain/archive/%{name}-%{version}.tar.gz
Source1: https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin) mvn(org.eclipse.jetty.toolchain:jetty-toolchain:pom:)
%description
XML Schemas for Jetty.
%prep
%autosetup -n jetty.toolchain-%{name}-%{version}/%{name} -p1
cp %SOURCE1 .
%pom_remove_plugin :maven-source-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%license CDDL+GPL_1_1.html
%changelog
* Thu Mar 5 2020 wangzhishun <wangzhishun1@huawei.com> - 4.0.1-4
- Package init