commit
eec07d39c0
BIN
takari-archiver-0.1.19-clean.tar.xz
Normal file
BIN
takari-archiver-0.1.19-clean.tar.xz
Normal file
Binary file not shown.
57
takari-archiver.spec
Normal file
57
takari-archiver.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: takari-archiver
|
||||
Version: 0.1.19
|
||||
Release: 1
|
||||
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
|
||||
License: EPL and BSD
|
||||
URL: http://takari.io
|
||||
BuildArch: noarch
|
||||
|
||||
#wget https://github.com/takari/${NAME}/archive/${NAME}-${VERSION}.tar.gz
|
||||
#tar xf ${NAME}-${VERSION}.tar.gz
|
||||
#rm -f ${NAME}-${VERSION}.tar.gz
|
||||
#mv ${NAME}-${NAME}-${VERSION} ${NAME}-${VERSION}
|
||||
#rm -rf ${NAME}-${VERSION}/src/test/
|
||||
#wget -O ${NAME}-${VERSION}/epl-v10.html http://www.eclipse.org/legal/epl-v10.html
|
||||
#tar caf ${NAME}-${VERSION}-clean.tar.xz ${NAME}-${VERSION}
|
||||
Source0: %{name}-%{version}-clean.tar.xz
|
||||
|
||||
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
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
|
||||
%files -f .mfiles
|
||||
%license epl-v10.html
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license epl-v10.html
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2020 wangxiao <wangxiao65@huawei.com> - 0.1.19-1
|
||||
- package init
|
||||
5
takari-archiver.yaml
Normal file
5
takari-archiver.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/takari/takari-archiver
|
||||
version_control: github
|
||||
src_repo: takari/takari-archiver
|
||||
tag_prefix: "takari-archiver-"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user