- Adapt build recipe to python 3 parallel installation support
- Update to new upstream version 2.4.17: - Add support for Performance DC Bricklet and Servo Bricklet 2.0 OBS-URL: https://build.opensuse.org/package/show/electronics/brickv?expand=0&rev=15
This commit is contained in:
parent
7b7f3cd84d
commit
139061e9c3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 20 21:22:02 UTC 2021 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
||||
|
||||
- Adapt build recipe to python 3 parallel installation support
|
||||
- Update to new upstream version 2.4.17:
|
||||
- Add support for Performance DC Bricklet and Servo Bricklet 2.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 20:23:38 UTC 2020 - Frank Kunz <mailinglists@kunz-im-inter.net>
|
||||
|
||||
|
19
brickv.spec
19
brickv.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package brickv
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2019 Frank Kunz
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -17,25 +17,26 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: brickv
|
||||
Version: 2.4.16
|
||||
Version: 2.4.17
|
||||
Release: 0
|
||||
Summary: Tinkerforge Brick Viewer
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Tools/Debuggers
|
||||
URL: http://www.tinkerforge.com
|
||||
Source0: https://github.com/Tinkerforge/brickv/archive/v%{version}.tar.gz
|
||||
BuildRequires: %{python_module qt5}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: iso-codes
|
||||
BuildRequires: mobile-broadband-provider-info
|
||||
BuildRequires: python3-qt5
|
||||
BuildRequires: python3-rpm-macros
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: python3-pytz
|
||||
Requires: python3-qt5
|
||||
Requires: python3-serial
|
||||
Requires: python3-tzlocal
|
||||
Requires: python-pytz
|
||||
Requires: python-qt5
|
||||
Requires: python-serial
|
||||
Requires: python-tzlocal
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f2c7f6e41cb7b05b35e61c15d2f0768e62aeee59288d8dd36d698f0a385a96c8
|
||||
size 11332676
|
3
v2.4.17.tar.gz
Normal file
3
v2.4.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd1998cac4583ca859c4cdd839fa3b54cf1fdca2c0fe26da33da1ddece5816b4
|
||||
size 11366957
|
Loading…
Reference in New Issue
Block a user