commit caf6c73b260d05fb899937e80b5d8698daff08324cb79980d53097893afe8ccf Author: Marcus Meissner Date: Wed Oct 2 11:29:13 2019 +0000 Accepting request 734260 from home:tux93 This Package provides the browserpass host application to use the browserpass extensions for password-store OBS-URL: https://build.opensuse.org/request/show/734260 OBS-URL: https://build.opensuse.org/package/show/security:privacy/browserpass-native?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/3.0.6.tar.gz b/3.0.6.tar.gz new file mode 100644 index 0000000..84f0ad4 --- /dev/null +++ b/3.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2442192aad8fae3642b925d1ff04368eef3a390043e6164c8eb2fd2a438ceb +size 17055 diff --git a/_service b/_service new file mode 100644 index 0000000..1d68b4b --- /dev/null +++ b/_service @@ -0,0 +1,5 @@ + + + 3.0.6.tar.gz + + diff --git a/browserpass-native.changes b/browserpass-native.changes new file mode 100644 index 0000000..e23524f --- /dev/null +++ b/browserpass-native.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Mon Sep 30 14:35:37 UTC 2019 - Marcel Kuehlhorn + +- Initial build for browserpass-native 3.0.6 diff --git a/browserpass-native.spec b/browserpass-native.spec new file mode 100644 index 0000000..e7f25c7 --- /dev/null +++ b/browserpass-native.spec @@ -0,0 +1,59 @@ +# +# spec file for package browserpass-native +# +# 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 http://bugs.opensuse.org/ +# + +Name: browserpass-native +Version: 3.0.6 +Release: 0 +Summary: Native application for the browserpass browser extension +License: ISC +Url: https://github.com/browserpass/browserpass-native +Source: https://github.com/browserpass/%{name}/archive/%{version}.tar.gz +Source1: vendor.tar.gz +BuildRequires: go +Recommends: password-store + +%description +This is a host application for browserpass browser extension providing it +access to your password store. The communication is handled through Native +Messaging API. + +%prep +%setup -q +%setup -q -T -D -a 1 + +%build +export GOFLAGS="-mod=vendor" +%make_build browserpass + +%check +export GOFLAGS=-mod=vendor +make test + +%install +make configure +%make_install + +rm -rf %{buildroot}/usr/share/{doc,licenses} + +%files +%license LICENSE +%doc README.md +%{_bindir}/browserpass +%{_libexecdir}/browserpass + +%changelog + diff --git a/vendor.tar.gz b/vendor.tar.gz new file mode 100644 index 0000000..8853e9a --- /dev/null +++ b/vendor.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef071d919284cba05b0f8dae654e27156748838834f4539fd8416da8b34f181 +size 1178886