spice-parent/spice-parent.spec
wu-leilei 0158766b98 Modifying the source code package address
(cherry picked from commit c1a3d9fccfab5fd7c8d6364e926f874b9fdef709)
2022-11-22 11:03:48 +08:00

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