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
This commit is contained in:
Marcus Meissner 2019-10-02 11:29:13 +00:00 committed by Git OBS Bridge
commit caf6c73b26
7 changed files with 98 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -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

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
3.0.6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a2442192aad8fae3642b925d1ff04368eef3a390043e6164c8eb2fd2a438ceb
size 17055

5
_service Normal file
View File

@ -0,0 +1,5 @@
<services>
<service name="go_modules" mode="disabled">
<param name="archive">3.0.6.tar.gz</param>
</service>
</services>

View File

@ -0,0 +1,4 @@
-------------------------------------------------------------------
Mon Sep 30 14:35:37 UTC 2019 - Marcel Kuehlhorn <tux93@opensuse.org>
- Initial build for browserpass-native 3.0.6

59
browserpass-native.spec Normal file
View File

@ -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

3
vendor.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ef071d919284cba05b0f8dae654e27156748838834f4539fd8416da8b34f181
size 1178886