42 lines
1.1 KiB
RPMSpec
42 lines
1.1 KiB
RPMSpec
Name: plexus-sec-dispatcher
|
|
Version: 1.4
|
|
Release: 26
|
|
Summary: Plexus Security Dispatcher Component
|
|
License: ASL 2.0
|
|
URL: https://github.com/EuroLinux/els-tests-plexus-sec-dispatcher
|
|
Source0: https://github.com/codehaus-plexus/plexus-sec-dispatcher/archive/7db8f880486e192a1c5ea9544e01e756c3d49d0f/plexus-sec-dispatcher-1.4.tar.gz
|
|
|
|
Patch0: %{name}-pom.patch
|
|
|
|
BuildArch: noarch
|
|
BuildRequires: maven-local junit plexus-containers-component-metadata plexus-utils
|
|
BuildRequires: plexus-containers-container-default plexus-cipher modello spice-parent
|
|
|
|
Provides: %{name}-javadoc = %{version}-%{release}
|
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
|
|
|
%description
|
|
Plexus Security Dispatcher Component.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-7db8f880486e192a1c5ea9544e01e756c3d49d0f -p1
|
|
|
|
%mvn_file : plexus/%{name}
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%{_datadir}/java/*
|
|
%{_datadir}/javadoc/*
|
|
%{_datadir}/maven-poms/*
|
|
%{_datadir}/maven-metadata/*
|
|
|
|
%changelog
|
|
* Wed Feb 19 2020 lingsheng <lingsheng@huawei.com> - 1.4-26
|
|
- Package init
|