package init
This commit is contained in:
parent
7114dbd650
commit
1783738351
BIN
glassfish-dtd-parser-1.2-SNAPSHOT-src-svn.tar.gz
Normal file
BIN
glassfish-dtd-parser-1.2-SNAPSHOT-src-svn.tar.gz
Normal file
Binary file not shown.
36
glassfish-dtd-parser.spec
Normal file
36
glassfish-dtd-parser.spec
Normal file
@ -0,0 +1,36 @@
|
||||
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 javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
%description javadoc
|
||||
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 javadoc -f .mfiles-javadoc
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Tue Jul 28 2020 shaoqiang kang <kangshaoqiang1@huawei.com> - 1.2-1
|
||||
- Package init
|
||||
5
glassfish-dtd-parser.yaml
Normal file
5
glassfish-dtd-parser.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/javaee/jaxb-dtd-parser
|
||||
version_control: github
|
||||
src_repo: javaee/jaxb-dtd-parser
|
||||
tag_prefix: "dtd-parser-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user