SHA256
1
0
forked from pool/gnuhealth

Accepting request 615207 from Application:ERP:GNUHealth:Factory

boo#1096706

OBS-URL: https://build.opensuse.org/request/show/615207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=25
This commit is contained in:
Yuchen Lin 2018-06-20 13:22:28 +00:00 committed by Git OBS Bridge
parent 79c31a4ff7
commit 3791bc91c8
5 changed files with 15 additions and 21 deletions

View File

@ -1,4 +1,3 @@
<services>
<service name="download_files" mode="localonly" />
</services>
<service name="download_files" mode="localonly"/>
</services>

3
gnuhealth-3.2.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe3c4336ea2198279531d994b94c31e07c90f2db7ca9d690ec1272eae9863541
size 10209204

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77dfcc26b8f9b2a3b661b68c69cf68e8db94d393441151a7fe1afe1d815a465f
size 10207689

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 5 12:13:54 UTC 2018 - axel.braun@gmx.de
- Version 3.2.10
bug #54055: Caldav event does not update after changing the appointment
-------------------------------------------------------------------
Fri Jan 19 15:36:11 UTC 2018 - axel.braun@gmx.de

View File

@ -2,7 +2,7 @@
# spec file for package gnuhealth
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014-2017 Dr. Axel Braun
# Copyright (c) 2014-2018 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,14 +17,14 @@
#
%define majorver 3.2
%define majorver 3.2
Name: gnuhealth
# List of additional build dependencies
BuildRequires: fdupes
BuildRequires: python3-setuptools
Version: %{majorver}.9
Version: %{majorver}.10
Release: 0
Url: http://health.gnu.org
@ -73,7 +73,7 @@ Requires: trytond_stock_supply
# additional suggestion for a useable editor
Suggests: nano
# you may need a frontend to work with
Suggests: tryton
Suggests: gnuhealth-client
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -93,18 +93,11 @@ cp %{S:1} .
cp %{S:2} .
%build
#export LANG=en_US.UTF-8
#export LC_CTYPE=en_US.UTF-8
#export RC_LANG=en_US.UTF-8
for i in h*; do
cd $i
python3 setup.py build
cd ..
done
#pdq
# cd pdq
# python3 setup.py build
# cd ..
for i in try*; do
cd $i
python3 setup.py build
@ -117,10 +110,6 @@ for i in h*; do
python3 setup.py install --prefix=%_prefix --root=%buildroot
cd ..
done
#pdq
# cd pdq
# python3 setup.py install --prefix=%_prefix --root=%buildroot
# cd ..
for i in try*; do
cd $i
python3 setup.py install --prefix=%_prefix --root=%buildroot