sonatype-oss-parent/sonatype-oss-parent.spec

39 lines
879 B
RPMSpec
Raw Normal View History

2020-02-26 17:55:35 +08:00
Name: sonatype-oss-parent
Version: 7
2020-10-28 14:52:01 +08:00
Release: 17
2020-02-26 17:55:35 +08:00
Summary: Sonatype OSS Parent
License: ASL 2.0
URL: https://github.com/sonatype/oss-parents
Source: https://github.com/sonatype/oss-parents/archive/oss-parent-%{version}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch
BuildRequires: maven-local
%description
Sonatype OSS parent pom that can be used by other sonatype packages.
%prep
%autosetup -p1 -n oss-parents-oss-parent-%{version}
install -p %{SOURCE1} LICENSE
%pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin
%build
%mvn_build
%install
%mvn_install
%files -f .mfiles
%doc LICENSE
%changelog
2020-10-28 14:52:01 +08:00
* Wed Oct 28 2020 baizhonggui <baizhonggui@huawei.com> - 7-17
- Add yaml file
2020-02-26 17:55:35 +08:00
* Fri Feb 26 2020 dingyiming <dingyiming3@huawei.com> - 7-16
- Package init