commit 56929669e3dba6bd97246d15e40205af47de10cdaae3b12e37ef3bf5e8bc687e Author: Fridrich Strba Date: Fri Nov 8 09:48:53 2019 +0000 OBS-URL: https://build.opensuse.org/package/show/Java:packages/picocli?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/picocli.changes b/picocli.changes new file mode 100644 index 0000000..32521b9 --- /dev/null +++ b/picocli.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Fri Nov 8 09:48:24 UTC 2019 - Fridrich Strba + +- Initial packaging of picocli 4.0.4 diff --git a/picocli.spec b/picocli.spec new file mode 100644 index 0000000..2755cfb --- /dev/null +++ b/picocli.spec @@ -0,0 +1,70 @@ +# +# spec file for package picocli +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: picocli +Version: 4.0.4 +Release: 0 +Summary: Tiny Command Line Interface +License: Apache-2.0 +Group: Development/Libraries/Java +URL: https://picocli.info/ +Source0: https://github.com/remkop/%{name}/archive/v%{version}.tar.gz +BuildRequires: fdupes +BuildRequires: maven-local +BuildRequires: aqute-bnd +BuildArch: noarch + +%description +Java command line parser with both an annotations API and a programmatic API. +Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. +Easily included as source to avoid adding a dependency. + +%package javadoc +Summary: Javadoc for %{name} +Group: Documentation/HTML + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{name}-%{version} +%pom_xpath_set pom:project/pom:version %{version} + +%build +%mvn_build -f +# Convert to OSGi bundle +bnd wrap \ + --bsn %{name} \ + --version %{version} \ + --output target/%{name}-%{version}.bar \ + --properties bnd.bnd \ + target/%{name}-%{version}.jar +mv target/%{name}-%{version}.bar target/%{name}-%{version}.jar + +%install +%mvn_install +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles +%license LICENSE +%doc README.md + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog diff --git a/v4.0.4.tar.gz b/v4.0.4.tar.gz new file mode 100644 index 0000000..41830a5 --- /dev/null +++ b/v4.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6defe71d689a070759f3e9e86c3b6f2800bf77a61c99116727bffe032372eeeb +size 11937297