package init
This commit is contained in:
parent
34f6cdd059
commit
f6495a1f45
BIN
cxf-build-utils-3.2.0.tar.gz
Normal file
BIN
cxf-build-utils-3.2.0.tar.gz
Normal file
Binary file not shown.
42
cxf-build-utils.spec
Normal file
42
cxf-build-utils.spec
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
Name: cxf-build-utils
|
||||||
|
Version: 3.2.0
|
||||||
|
Release: 1
|
||||||
|
Summary: Apache CXF Build Utils
|
||||||
|
License: ASL 2.0
|
||||||
|
URL: http://cxf.apache.org/build-utils.html
|
||||||
|
Source0: https://github.com/apache/cxf-build-utils/archive/%{name}-%{version}.tar.gz
|
||||||
|
BuildRequires: maven-local mvn(com.sun.xml.fastinfoset:FastInfoset) mvn(jdom:jdom)
|
||||||
|
BuildRequires: mvn(junit:junit) mvn(org.apache:apache:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-artifact) mvn(org.apache.maven:maven-model)
|
||||||
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven:maven-project)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugins:maven-shade-plugin)
|
||||||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils) mvn(org.sonatype.plexus:plexus-build-api)
|
||||||
|
BuildArch: noarch
|
||||||
|
%description
|
||||||
|
The Apache CXF Build Utils contains common utilities and configuration files
|
||||||
|
that are used by multiple versions of the CXF builds.
|
||||||
|
|
||||||
|
%package javadoc
|
||||||
|
Summary: Javadoc for %{name}
|
||||||
|
%description javadoc
|
||||||
|
This package contains the API documentation for %{name}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{name}-%{name}-%{version}
|
||||||
|
%pom_remove_dep net.sourceforge.pmd:pmd-java buildtools
|
||||||
|
rm -r buildtools/src/main/java/org/apache/cxf/pmd
|
||||||
|
|
||||||
|
%build
|
||||||
|
%mvn_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%mvn_install
|
||||||
|
|
||||||
|
%files -f .mfiles
|
||||||
|
|
||||||
|
%files javadoc -f .mfiles-javadoc
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Aug 10 2020 chengzihan <chengzihan2@huawei.com> - 3.2.0-1
|
||||||
|
- Package init
|
||||||
4
cxf-build-utils.yaml
Normal file
4
cxf-build-utils.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: apache/cxf-build-utils
|
||||||
|
tag_prefix: "cxf-build-utils-"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user