35 lines
968 B
RPMSpec
35 lines
968 B
RPMSpec
|
|
Name: geronimo-parent-poms
|
||
|
|
Version: 1.6
|
||
|
|
Release: 1
|
||
|
|
Summary: Parent POM files for geronimo-specs
|
||
|
|
License: ASL 2.0
|
||
|
|
URL: http://geronimo.apache.org/
|
||
|
|
BuildArch: noarch
|
||
|
|
Source0: http://svn.apache.org/repos/asf/geronimo/specs/tags/specs-parent-%{version}/pom.xml
|
||
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||
|
|
BuildRequires: maven-local mvn(org.apache.felix:maven-bundle-plugin)
|
||
|
|
Provides: geronimo-specs = %{version}-%{release}
|
||
|
|
%description
|
||
|
|
The Project Object Model files for the geronimo-specs modules.
|
||
|
|
|
||
|
|
%prep
|
||
|
|
%setup -c -T
|
||
|
|
cp -p %{SOURCE0} .
|
||
|
|
cp -p %{SOURCE1} LICENSE
|
||
|
|
%pom_remove_parent
|
||
|
|
%pom_remove_plugin :maven-idea-plugin
|
||
|
|
%mvn_alias : org.apache.geronimo.specs:specs
|
||
|
|
|
||
|
|
%build
|
||
|
|
%mvn_build
|
||
|
|
|
||
|
|
%install
|
||
|
|
%mvn_install
|
||
|
|
|
||
|
|
%files -f .mfiles
|
||
|
|
%doc LICENSE
|
||
|
|
|
||
|
|
%changelog
|
||
|
|
* Sat Jul 25 2020 huanghaitao <huanghaitao8@huawei.com> - 1.6-1
|
||
|
|
- package init
|