OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=2
This commit is contained in:
parent
3fbdc807b6
commit
3b17add70a
@ -31,7 +31,7 @@ Group: Productivity/Office/Management
|
||||
URL: http://health.gnu.org/
|
||||
Source: https://files.pythonhosted.org/packages/source/M/%{modname}/%{modname}-%{version}.tar.gz
|
||||
##%Source: %{name}-%{version}.tar.gz
|
||||
##%Patch0: shebang.diff
|
||||
Patch0: shebang.diff
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python3-pyside2 >= 5.15
|
||||
BuildRequires: python3-matplotlib
|
||||
@ -61,7 +61,7 @@ Information Management System for Desktop and Mobile Devices
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
##%%patch0 -p1
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%python3_build
|
||||
|
49
shebang.diff
49
shebang.diff
@ -1,36 +1,45 @@
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/about.py b//mygnuhealthmygnuhealth/about.py
|
||||
--- a/mygnuhealth/mygnuhealth/about.py 2021-01-16 09:24:50.543316638 +0100
|
||||
+++ b/mygnuhealth/mygnuhealth/about.py 2021-01-16 12:15:37.602160209 +0100
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/about.py b/mygnuhealth/about.py
|
||||
--- a/mygnuhealth/about.py 2021-04-27 01:05:15.000000000 +0200
|
||||
+++ b/mygnuhealth/about.py 2021-04-29 16:37:17.525630184 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
####################################################################
|
||||
# Copyright (C) 2020-2021 Luis Falcon <falcon@gnuhealth.org>
|
||||
# Copyright (C) 2020-2021 GNU Solidario <health@gnusolidario.org>
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/core.py b/mygnuhealth/core.py
|
||||
--- a/mygnuhealth/core.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/core.py 2021-04-29 16:37:17.533630154 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
##############################################################################
|
||||
#
|
||||
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/core.py b/mygnuhealth/mygnuhealth/core.py
|
||||
--- a/mygnuhealth/mygnuhealth/core.py 2021-01-16 09:24:50.543316638 +0100
|
||||
+++ b/mygnuhealth/mygnuhealth/core.py 2021-01-16 12:16:01.075227440 +0100
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/credits.py b/mygnuhealth/credits.py
|
||||
--- a/mygnuhealth/credits.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/credits.py 2021-04-29 16:37:17.533630154 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
####################################################################
|
||||
# Copyright (C) 2020-2021 Luis Falcon <falcon@gnuhealth.org>
|
||||
# Copyright (C) 2020-2021 GNU Solidario <health@gnusolidario.org>
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygh.py b/mygnuhealth/mygh.py
|
||||
--- a/mygnuhealth/mygh.py 2021-04-19 21:56:29.000000000 +0200
|
||||
+++ b/mygnuhealth/mygh.py 2021-04-29 16:37:17.537630140 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
##############################################################################
|
||||
#
|
||||
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/myghconf.py b/mygnuhealth/mygnuhealth/myghconf.py
|
||||
--- a/mygnuhealth/mygnuhealth/myghconf.py 2021-01-16 09:24:50.551316620 +0100
|
||||
+++ b/mygnuhealth/mygnuhealth/myghconf.py 2021-01-16 12:16:33.784830997 +0100
|
||||
diff -U 3 -dHrN -- a/setup.py b/setup.py
|
||||
--- a/setup.py 2021-04-18 23:56:30.000000000 +0200
|
||||
+++ b/setup.py 2021-04-29 16:37:17.549630096 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
# This file if part of the MyGNUHealth, the GNU Health PHR
|
||||
# www.gnuhealth.org
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
diff -U 3 -dHrN -- a/mygnuhealth/mygnuhealth/mygh.py b/mygnuhealth/mygnuhealth/mygh.py
|
||||
--- a/mygnuhealth/mygnuhealth/mygh.py 2021-01-16 09:24:50.551316620 +0100
|
||||
+++ b/mygnuhealth/mygnuhealth/mygh.py 2021-01-16 12:16:20.812869254 +0100
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!/usr/bin/env python3
|
||||
+#!/usr/bin/python3
|
||||
##############################################################################
|
||||
#
|
||||
# MyGNUHealth : Mobile and Desktop PHR node for GNU Health
|
||||
|
Loading…
Reference in New Issue
Block a user