commit fedf531a50a42eef715f761ad615092763d78dec7231e4ba8175c542f4f85d32 Author: Fridrich Strba Date: Tue Mar 1 15:19:59 2022 +0000 OBS-URL: https://build.opensuse.org/package/show/Java:packages/json-java?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/_service b/_service new file mode 100644 index 0000000..6499f85 --- /dev/null +++ b/_service @@ -0,0 +1,14 @@ + + + git + https://github.com/stleary/JSON-java.git + 20211205 + @PARENT_TAG@ + json-java + + + *.tar + xz + + + diff --git a/json-java-20211205.tar.xz b/json-java-20211205.tar.xz new file mode 100644 index 0000000..e301bae --- /dev/null +++ b/json-java-20211205.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74ccba1ecd0655937c367a0a0ef8e2395d874afba2a4f457d3af9974f0d2f79 +size 182600 diff --git a/json-java.changes b/json-java.changes new file mode 100644 index 0000000..7405d19 --- /dev/null +++ b/json-java.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Tue Mar 1 15:17:54 UTC 2022 - Fridrich Strba + +- Initial packaging of json-java 20211205 diff --git a/json-java.spec b/json-java.spec new file mode 100644 index 0000000..6c04858 --- /dev/null +++ b/json-java.spec @@ -0,0 +1,61 @@ +# +# spec file for package jmulticard +# +# Copyright (c) 2022 SUSE LLC +# +# 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: json-java +Version: 20211205 +Release: 0 +Summary: JSON in Java +License: JSON +URL: https://github.com/stleary/JSON-java +Source0: %{name}-%{version}.tar.xz +BuildRequires: fdupes +BuildRequires: maven-local +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) +BuildArch: noarch + +%description +Capa abstracta de acceso a tarjetas inteligentes 100% java + +%package javadoc +Summary: Javadoc for %{name} +Group: Documentation/HTML + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q +%pom_remove_plugin :nexus-staging-maven-plugin +%pom_remove_plugin :maven-source-plugin + +%build +%{mvn_build} -f -- -Dsource=7 + +%install +%mvn_install +%fdupes -s %{buildroot}%{_javadocdir} + +%files -f .mfiles +%license LICENSE +%doc README.md + +%files javadoc -f .mfiles-javadoc +%license LICENSE + +%changelog