43 lines
953 B
RPMSpec
43 lines
953 B
RPMSpec
Name: spice-parent
|
|
Version: 26
|
|
Release: 11
|
|
Summary: Sonatype Spice Components
|
|
License: ASL 2.0
|
|
URL: http://github.com/sonatype/oss-parents
|
|
BuildArch: noarch
|
|
|
|
Source0: https://repo1.maven.org/maven2/org/sonatype/spice/%{name}/%{version}/%{name}-%{version}.pom
|
|
Source1: http://apache.org/licenses/LICENSE-2.0.txt
|
|
|
|
#About deleting some group labels and version labels in maven
|
|
Patch0000: pom.patch
|
|
|
|
BuildRequires: maven-local forge-parent
|
|
|
|
%description
|
|
Spice components and libraries are common components
|
|
used throughout the Sonatype Forge.
|
|
|
|
%prep
|
|
%setup -qcT
|
|
cp -p %{SOURCE0} pom.xml
|
|
cp -p %{SOURCE1} .
|
|
|
|
%patch0000
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE-2.0.txt
|
|
|
|
%changelog
|
|
* Tue Nov 22 2022 wulei <wulei80@h-partners.com> - 26-11
|
|
- Modifying the source code package address
|
|
|
|
* Wed Mar 4 2020 wangye <wangye54@hauwei.com> - 26-10
|
|
- Package init
|