2020-08-25 14:20:50 +08:00
|
|
|
Name: takari-archiver
|
|
|
|
|
Version: 0.1.19
|
2022-11-15 17:27:14 +08:00
|
|
|
Release: 2
|
2020-08-25 14:20:50 +08:00
|
|
|
Summary: Takari Archiver
|
|
|
|
|
# License information can be found in effective POM.
|
|
|
|
|
# For more info, see https://bugzilla.redhat.com/show_bug.cgi?id=1200768#c4
|
|
|
|
|
# Bundled FileMode.java is under BSD license, bundling was approved by
|
2022-11-15 17:27:14 +08:00
|
|
|
License: EPL-1.0 and BSD
|
2020-08-25 14:20:50 +08:00
|
|
|
URL: http://takari.io
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
2022-11-15 17:27:14 +08:00
|
|
|
Source0: https://github.com/jvanzyl/provisio-archiver/archive/refs/tags/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: https://www.eclipse.org/legal/epl-v10.html
|
2020-08-25 14:20:50 +08:00
|
|
|
|
|
|
|
|
BuildRequires: maven-local mvn(com.google.guava:guava:14.0.1)
|
|
|
|
|
BuildRequires: mvn(io.takari.maven.plugins:takari-lifecycle-plugin) mvn(io.takari:takari:pom:)
|
|
|
|
|
BuildRequires: mvn(javax.inject:javax.inject) mvn(org.apache.commons:commons-compress)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
Takari Archiver is replacement for Maven Archiver for use with Takari
|
|
|
|
|
Lifecycle Plugin.
|
|
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
|
Summary: API documentation for %{name}
|
|
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
|
This package provides %{summary}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-11-15 17:27:14 +08:00
|
|
|
%setup -q -n provisio-archiver-%{name}-%{version}
|
|
|
|
|
cp %{SOURCE1} .
|
|
|
|
|
rm -rf src/test
|
2020-08-25 14:20:50 +08:00
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%mvn_build -f
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%mvn_install
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
|
%license epl-v10.html
|
|
|
|
|
|
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
|
%license epl-v10.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2022-11-15 17:27:14 +08:00
|
|
|
* Tue Nov 15 2022 Ge Wang <wangge20@h-partners.com> - 0.1.19-2
|
|
|
|
|
- bring source file into correspondence with described in spec file
|
|
|
|
|
|
2020-08-25 14:20:50 +08:00
|
|
|
* Mon Aug 17 2020 wangxiao <wangxiao65@huawei.com> - 0.1.19-1
|
|
|
|
|
- package init
|