forked from pool/mygnuhealth
- 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) * Clean up __pycache__ from tarball OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=14
This commit is contained in:
parent
ab388a2b86
commit
79a133efbb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21611c1a9a00273572e52e731ea28348e60ed737fb9dd35cdf62c0ca927a1f16
|
||||
size 4706504
|
3
MyGNUHealth-1.0.1.tar.gz
Normal file
3
MyGNUHealth-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a77c087572a9c1e24d3b63d64ecca19f74b58aecc9ea2555c73d168e14be9b0
|
||||
size 4706576
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 8 06:40:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- 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)
|
||||
* Clean up __pycache__ from tarball
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 24 15:30:33 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define modname MyGNUHealth
|
||||
%define majorver 1
|
||||
|
||||
@ -23,7 +24,7 @@
|
||||
%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}.0.0
|
||||
Version: %{majorver}.0.1
|
||||
Release: 0
|
||||
Summary: The personal health record for the GNU Health system
|
||||
License: GPL-3.0-only
|
||||
@ -32,18 +33,18 @@ URL: http://health.gnu.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/M/%{modname}/%{modname}-%{version}.tar.gz
|
||||
Patch0: shebang.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-pyside2 >= 5.15
|
||||
BuildRequires: python3-matplotlib
|
||||
BuildRequires: python3-tinydb
|
||||
BuildRequires: python3-bcrypt
|
||||
BuildRequires: python3-matplotlib
|
||||
BuildRequires: python3-pyside2 >= 5.15
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-tinydb
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: kirigami2
|
||||
Requires: python3-pyside2 >= 5.15
|
||||
Requires: python3-bcrypt
|
||||
Requires: python3-matplotlib
|
||||
Requires: python3-pyside2 >= 5.15
|
||||
Requires: python3-requests
|
||||
Requires: python3-tinydb
|
||||
Requires: python3-bcrypt
|
||||
|
||||
%description
|
||||
The Personal Health Information Management System for Desktop and Mobile Devices
|
||||
@ -55,7 +56,7 @@ Group: Productivity/Office/Management
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n %{name}-doc
|
||||
This package includes the documentation for MyGNUHealth Personal Health
|
||||
This package includes the documentation for MyGNUHealth Personal Health
|
||||
Information Management System for Desktop and Mobile Devices
|
||||
|
||||
%prep
|
||||
|
Loading…
Reference in New Issue
Block a user