forge-parent/forge-parent.spec

34 lines
946 B
RPMSpec
Raw Normal View History

2020-07-31 15:43:41 +08:00
Name: forge-parent
Version: 38
Release: 1
Summary: Sonatype Forge Parent Pom
License: ASL 2.0
URL: https://mvnrepository.com/artifact/org.sonatype.forge/forge-parent
BuildArch: noarch
Source0: https://repo1.maven.org/maven2/org/sonatype/forge/%{name}/%{version}/%{name}-%{version}.pom
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildRequires: maven-local
%description
Sonatype Forge is an open-source community dedicated to the creation of the
next-generation of development tools and technologies.
%prep
%setup -qcT
cp -p %{SOURCE0} pom.xml
cp -p %{SOURCE1} LICENSE
%pom_remove_plugin :nexus-staging-maven-plugin
%pom_remove_plugin :maven-source-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE
%changelog
* Sat Jul 25 2020 yanan li <liyanan032@huawei.com> - 38-1
- Package init