18
1

Accepting request 1091334 from home:luigifab:branches:devel:languages:python:numeric

- New upstream version (1.2.2)
  * fix detection of RADEX ONE v1 (ABBA/A011)
  * fix measure value (hexa:8 useless)

I hope all is good.
Not sure how to do with man pages (so disabled).

OBS-URL: https://build.opensuse.org/request/show/1091334
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-radexreader?expand=0&rev=7
This commit is contained in:
2023-06-07 19:13:58 +00:00
committed by Git OBS Bridge
parent 8ec7eb0ee8
commit 2d0f925919
4 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-radexreader
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2021-2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-radexreader
Version: 1.2.1
Version: 1.2.2
Release: 0
Summary: Reader for the RADEX RD1212 and ONE Geiger counters
License: GPL-2.0-or-later
@@ -59,11 +59,16 @@ cd src
%python_expand %fdupes %{buildroot}%{$python_sitelib}
mkdir -p %{buildroot}%{_bindir}/
mkdir -p %{buildroot}%{_udevrulesdir}/
#mkdir -p %{buildroot}%{_mandir}/man1/ %{buildroot}%{_mandir}/fr/man1/
%python_expand install -p -m 644 ../debian/udev %{buildroot}%{_udevrulesdir}/60-python%{$python_bin_suffix}-radexreader.rules
#install -p -m 644 ../debian/radexreader.1 %{buildroot}%{_mandir}/man1/radexreader.1
#install -p -m 644 ../debian/radexreader.fr.1 %{buildroot}%{_mandir}/fr/man1/radexreader.1
install -p -m 755 ../src/radexreader.py %{buildroot}%{_bindir}/radexreader
%python_clone -a %{buildroot}%{_bindir}/radexreader
%files %{python_files}
#%{_mandir}/man1/radexreader.1*
#%{_mandir}/*/man1/radexreader.1*
%license LICENSE
%doc README.md
%python_alternative %{_bindir}/radexreader