37 lines
899 B
RPMSpec
37 lines
899 B
RPMSpec
Name: glassfish-dtd-parser
|
|
Version: 1.2
|
|
Release: 1
|
|
Summary: Library for parsing XML DTDs
|
|
License: CDDL-1.1 and GPLv2 with exceptions
|
|
Url: https://github.com/javaee/jaxb-dtd-parser
|
|
Source0: %{name}-%{version}-SNAPSHOT-src-svn.tar.gz
|
|
BuildArch: noarch
|
|
BuildRequires: bsf maven-local maven-enforcer-plugin sonatype-oss-parent
|
|
%description
|
|
Library for parsing XML DTDs.
|
|
|
|
%package help
|
|
Summary: Javadoc for %{name}
|
|
%description help
|
|
This package contains javadoc for %{name}.
|
|
|
|
%prep
|
|
%setup -q -n %{name}-%{version}-SNAPSHOT
|
|
|
|
%build
|
|
%mvn_file :dtd-parser %{name}
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE.txt
|
|
|
|
%files help -f .mfiles-javadoc
|
|
%license LICENSE.txt
|
|
|
|
%changelog
|
|
* Tue Jul 28 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.2-1
|
|
- Package init
|