package init
This commit is contained in:
parent
14aef986db
commit
282c48ec03
BIN
jandex-maven-plugin-1.0.4.tar.gz
Normal file
BIN
jandex-maven-plugin-1.0.4.tar.gz
Normal file
Binary file not shown.
42
jandex-maven-plugin.spec
Normal file
42
jandex-maven-plugin.spec
Normal file
@ -0,0 +1,42 @@
|
||||
Name: jandex-maven-plugin
|
||||
Version: 1.0.4
|
||||
Release: 1
|
||||
Summary: Jandex wrapper for Maven
|
||||
License: GPLv3+
|
||||
URL: https://github.com/wildfly/jandex-maven-plugin
|
||||
Source0: https://github.com/wildfly/jandex-maven-plugin/archive/%{name}-%{version}.tar.gz
|
||||
BuildRequires: maven-local mvn(org.apache.maven:maven:pom:)
|
||||
BuildRequires: mvn(org.apache.maven:maven-parent:pom:) mvn(org.apache.maven:maven-plugin-api)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) mvn(org.jboss:jandex)
|
||||
BuildRequires: mvn(org.jboss:jboss-parent:pom:)
|
||||
BuildArch: noarch
|
||||
%description
|
||||
This is a Maven plugin used to generate Jandex index files.
|
||||
|
||||
%package help
|
||||
Summary: Javadoc for %{name}
|
||||
provides: %{name}-help = %{version}-%{release}
|
||||
obsoletes: %{name}-help < %{version}-%{release}
|
||||
%description help
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{name}-%{version}
|
||||
%mvn_file :%{name} %{name}
|
||||
|
||||
%build
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc README.md
|
||||
%license LICENSE.txt
|
||||
|
||||
%files help -f .mfiles-javadoc
|
||||
%license LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* Mon Aug 24 2020 huanghaitao <huanghaitao8@huawei.com> - 1.0.4-1
|
||||
- package init
|
||||
4
jandex-maven-plugin.yaml
Normal file
4
jandex-maven-plugin.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: wildfly/jandex-maven-plugin
|
||||
tag_prefix: "jandex-maven-plugin-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user