forked from pool/gnuhealth-client
Accepting request 1141028 from Application:ERP:GNUHealth:Factory
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1141028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth-client?expand=0&rev=30
This commit is contained in:
commit
9127012aa6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:025f6bdfa07d5ac78454653d2dfe9dbe8c87c55168cf26bf1c87d30e7b5b06f5
|
|
||||||
size 726671
|
|
Binary file not shown.
3
gnuhealth-client-4.4.0.tar.gz
Normal file
3
gnuhealth-client-4.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e2115c57909c3375e6ceb353776b926037bdff77be8f9d87d3cccab7af61b378
|
||||||
|
size 717913
|
BIN
gnuhealth-client-4.4.0.tar.gz.sig
Normal file
BIN
gnuhealth-client-4.4.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 6 12:27:24 UTC 2024 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 4.4.0
|
||||||
|
For details see Changelog
|
||||||
|
switch to wheel build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 6 10:31:32 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Sat Jan 6 10:31:32 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# spec file for package gnuhealth-client
|
# spec file for package gnuhealth-client
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2015-2023 Dr. Axel Braun
|
# Copyright (c) 2015-2024 Dr. Axel Braun
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define majorver 4.2
|
%define majorver 4.4
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%define pythons python3
|
%define pythons python3
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: gnuhealth-client
|
Name: gnuhealth-client
|
||||||
Version: %{majorver}.1
|
Version: %{majorver}.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The client of the GNU Health Hospital system
|
Summary: The client of the GNU Health Hospital system
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
@ -62,7 +62,7 @@ Requires: %{mypython}-GooCalendar >= 0.5
|
|||||||
Requires: %{mypython}-cairo
|
Requires: %{mypython}-cairo
|
||||||
Requires: %{mypython}-chardet
|
Requires: %{mypython}-chardet
|
||||||
Requires: %{mypython}-dateutil
|
Requires: %{mypython}-dateutil
|
||||||
Requires: %{mypython}-gnupg
|
Requires: %{mypython}-python-gnupg
|
||||||
Requires: %{mypython}-gobject
|
Requires: %{mypython}-gobject
|
||||||
Requires: %{mypython}-gobject-Gdk
|
Requires: %{mypython}-gobject-Gdk
|
||||||
Requires: %{mypython}-gobject-cairo
|
Requires: %{mypython}-gobject-cairo
|
||||||
@ -100,6 +100,9 @@ mv gnuhealth_camera* camera
|
|||||||
# Remove pycache
|
# Remove pycache
|
||||||
rm -rf */__pycache__
|
rm -rf */__pycache__
|
||||||
|
|
||||||
|
#shebag ersetzen
|
||||||
|
find . -iname "bin/gnuhealth-client" -exec sed -i "s/env python/%{mypython}/" '{}' \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user