forked from pool/mygnuhealth
Accepting request 1114031 from home:DocB:branches:Application:ERP:GNUHealth:Factory
- Version 2.0.0 * complete rewrite based on Kivy (instead Kirigami) * For Details see CHANGELOG - License string corrected - version 1.0.5 * switched source download to gnu.org, added signature * added documentation in DE, ES, FR * Minor adjustmends - version 1.0.4 * fixes plotting issues when matplotlib uses unsorted records or dup batch inputs. - version 1.0.3 * update of Uniprot-database * some minor changes / updates in the documentation and credits - Version 1.0.2 * MyGNUHealth does not display global menu on MATE * Update link from GNU Savannah - Version 1.0.1 * Fix the download path within GNU.org. Now it points to https://ftp.gnu.org/gnu/health/mygnuhealth/ * Include Changelog file * Include local / offline documentation (resides on /usr/share/doc/packages/mygnuhealth) * doc_path.diff added * Clean up __pycache__ from tarball - Version 1.0.0 - Version 0.7a6 initial OBS build OBS-URL: https://build.opensuse.org/request/show/1114031 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=29
This commit is contained in:
parent
1c287a3d27
commit
e6e983e341
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:68978b69d15e40a3e6a5cfcb68fff3a8720016f6b445d0b885aba442f38e0d73
|
||||
size 13839341
|
3
mygnuhealth-2.0.0.tar.gz
Normal file
3
mygnuhealth-2.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7351756241e464720fec0069b4423e770ef494df02cac98e3f2c48aad5892d36
|
||||
size 13701249
|
BIN
mygnuhealth-2.0.0.tar.gz.sig
Normal file
BIN
mygnuhealth-2.0.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 21 15:24:00 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
Wed Sep 27 15:26:22 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- MyGNUHealth 1.9a5
|
||||
- Version 2.0.0
|
||||
* complete rewrite based on Kivy (instead Kirigami)
|
||||
* For Details see CHANGELOG
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file for package mygnuhealth
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2020-2021 Dr. Axel Braun
|
||||
# Copyright (c) 2020-2023 Dr. Axel Braun
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,22 +18,21 @@
|
||||
|
||||
|
||||
%define modname MyGNUHealth
|
||||
%define majorver 1
|
||||
%define majorver 2
|
||||
|
||||
#boo#1181905
|
||||
%global __requires_exclude qmlimport\\((BloodPressure|FedLogin|GHBio|GHBol|GHPsycho|Glucose|LocalAccountManager|MoodEnergy|NetworkSettings|Osat|ProfileSettings|Weight|PoL|GHLifestyle|GHPhysicalActivity|GHNutrition|GHSleep|GHAbout)
|
||||
|
||||
Name: mygnuhealth
|
||||
Version: %{majorver}.9a5
|
||||
Version: %{majorver}.0.0
|
||||
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://ftp.gnu.org/gnu/health/mygnuhealth/%{name}-%{version}.tar.gz
|
||||
Source: %{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
|
||||
Source: 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
|
||||
## Patch0: shebang.diff
|
||||
## Patch1: doc_path.diff
|
||||
BuildRequires: fdupes
|
||||
@ -50,6 +49,7 @@ BuildRequires: update-desktop-files
|
||||
Requires: python3-Kivy
|
||||
Requires: python3-bcrypt
|
||||
## Requires: python3-matplotlib
|
||||
Requires: python3-pygal
|
||||
Requires: python3-requests
|
||||
Requires: python3-tinydb
|
||||
|
||||
@ -67,7 +67,7 @@ This package includes the documentation for MyGNUHealth Personal Health
|
||||
Information Management System for Desktop and Mobile Devices
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}
|
||||
## %autopatch -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user