package init
This commit is contained in:
parent
b4dd5f7d28
commit
1667f96a48
BIN
maven-jarsigner-1.3.2-source-release.zip
Normal file
BIN
maven-jarsigner-1.3.2-source-release.zip
Normal file
Binary file not shown.
42
maven-shared-jarsigner.spec
Normal file
42
maven-shared-jarsigner.spec
Normal file
@ -0,0 +1,42 @@
|
||||
Name: maven-shared-jarsigner
|
||||
Version: 1.3.2
|
||||
Release: 1
|
||||
Summary: Component to assist in signing Java archives
|
||||
License: ASL 2.0
|
||||
URL: http://maven.apache.org/shared/maven-jarsigner/
|
||||
BuildArch: noarch
|
||||
Source0: http://archive.apache.org/dist/maven/shared/maven-jarsigner-%{version}-source-release.zip
|
||||
BuildRequires: maven-local mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils) >= 0.6
|
||||
BuildRequires: mvn(org.apache.maven:maven-toolchain)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||||
BuildRequires: mvn(org.codehaus.plexus:plexus-container-default)
|
||||
%description
|
||||
Apache Maven Jarsigner is a component which provides utilities to sign
|
||||
and verify Java archive and other files in your Maven MOJOs.
|
||||
|
||||
%package javadoc
|
||||
Summary: API documentation for %{name}
|
||||
%description javadoc
|
||||
This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -qn maven-jarsigner-%{version}
|
||||
find -name \*.jar -delete
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE NOTICE README.TXT
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Thu Jul 30 2020 wangchong <wangchong56@huawei.com> - 1.3.2-1
|
||||
- package init
|
||||
4
maven-shared-jarsigner.yaml
Normal file
4
maven-shared-jarsigner.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version-control: github
|
||||
src_repo: apache/maven-jarsigner
|
||||
tag_prefix: maven-jarsigner-
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user