SHA256
1
0
forked from pool/mygnuhealth

- version 2.2b1

* beta version for testing only!

OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=39
This commit is contained in:
Axel Braun 2024-06-14 09:52:26 +00:00 committed by Git OBS Bridge
parent 46d610ae41
commit a6b43b6024
4 changed files with 15 additions and 6 deletions

View File

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

3
mygnuhealth-2.2b1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 14 09:50:43 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- version 2.2b1
* beta version for testing only!
-------------------------------------------------------------------
Sun Apr 7 11:12:02 UTC 2024 - Axel Braun <axel.braun@gmx.de>

View File

@ -34,16 +34,17 @@
%endif
Name: mygnuhealth
Version: %{majorver}.0.3
Version: %{majorver}.2b1
Release: 0
Summary: The personal health record for the GNU Health system
License: GPL-3.0-or-later
Group: Productivity/Office/Management
URL: http://health.gnu.org/
Source: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
Source: mygnuhealth-2.2b1.tar.gz
### Source: https://files.pythonhosted.org/packages/source/m/%{name}/%{name}-%{version}.tar.gz
## https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz
## Source1: https://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz.sig
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring
## Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=health&download=1#/%{name}.keyring
Patch0: remove-obsolete-deps.patch
# SECTION build
BuildRequires: fdupes
@ -56,11 +57,13 @@ BuildRequires: python-rpm-macros
# SECTION test requirements
# there are no tests, but at least check that all the runtime requirements are available on build time
BuildRequires: %{python_module bcrypt}
BuildRequires: %{python_module dateutil}
BuildRequires: %{python_module Kivy}
BuildRequires: %{python_module pygal}
BuildRequires: %{python_module tinydb}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module CairoSVG}
Requires: %{mypython}-dateutil
Requires: %{mypython}-bcrypt
Requires: %{mypython}-Kivy
Requires: %{mypython}-pygal