forked from pool/gnuhealth-client
Accepting request 1140813 from Application:ERP:GNUHealth:4.4
python 311 OBS-URL: https://build.opensuse.org/request/show/1140813 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth-client?expand=0&rev=78
This commit is contained in:
parent
2020dabb2d
commit
db791da4f4
@ -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>
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# spec file for package gnuhealth-client
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
%define pythons python3
|
||||
@ -30,7 +30,7 @@
|
||||
%endif
|
||||
|
||||
Name: gnuhealth-client
|
||||
Version: %{majorver}.1
|
||||
Version: %{majorver}.0
|
||||
Release: 0
|
||||
Summary: The client of the GNU Health Hospital system
|
||||
License: GPL-3.0-only
|
||||
@ -58,11 +58,11 @@ BuildRequires: %{mypython}-wheel
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: update-desktop-files
|
||||
|
||||
Requires: %{mypython}-GooCalendar >= 0.5
|
||||
Requires: python-GooCalendar >= 0.5
|
||||
Requires: %{mypython}-cairo
|
||||
Requires: %{mypython}-chardet
|
||||
Requires: %{mypython}-dateutil
|
||||
Requires: %{mypython}-gnupg
|
||||
Requires: %{mypython}-python-gnupg
|
||||
Requires: %{mypython}-gobject
|
||||
Requires: %{mypython}-gobject-Gdk
|
||||
Requires: %{mypython}-gobject-cairo
|
||||
@ -100,6 +100,9 @@ mv gnuhealth_camera* camera
|
||||
# Remove pycache
|
||||
rm -rf */__pycache__
|
||||
|
||||
#shebag ersetzen
|
||||
find . -iname "bin/gnuhealth-client" -exec sed -i "s/env python/%{mypython}/" '{}' \;
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user