This commit is contained in:
parent
248eb629f5
commit
1606de90db
2
_service
2
_service
@ -1,4 +1,4 @@
|
|||||||
<services>
|
<services>
|
||||||
|
|
||||||
<service name="download_files" mode="localonly" />
|
<service name="download_files" mode="disabled" />
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7969b60d87013952833bbbc663eeac63c01143100b7ba089ab3f94f930790402
|
|
||||||
size 665124
|
|
@ -1,16 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Dec 11 17:34:32 UTC 2018 - Axel Braun <axel.braun@gmx.de>
|
|
||||||
|
|
||||||
- New client for the GNU Health 3.4 series based on Tryton 4.6 series
|
|
||||||
* Enhanced support for Calendar and WebDAV system
|
|
||||||
* Native client has a command line interface
|
|
||||||
* Over 30 new commands for the main daily tasks
|
|
||||||
* Enhanced GNU Health camera plugin, including zoom
|
|
||||||
* gnuhealth_crypto.patch replaced by plugin
|
|
||||||
* Activity Log window on the client
|
|
||||||
* SYSINFO command to retrieve the information about client and server
|
|
||||||
* Customize the banner on the client
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 16 06:52:23 UTC 2018 - axel.braun@gmx.de
|
Fri Mar 16 06:52:23 UTC 2018 - axel.braun@gmx.de
|
||||||
|
|
||||||
|
@ -13,23 +13,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define majorver 3.4
|
%define majorver 3.2
|
||||||
Name: gnuhealth-client
|
Name: gnuhealth-client
|
||||||
Version: %{majorver}.1
|
Version: %{majorver}.6
|
||||||
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
|
||||||
Group: Productivity/Office/Management
|
Group: Productivity/Office/Management
|
||||||
Url: http://health.gnu.org/
|
Url: http://health.gnu.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/g/%{name}/%{name}-%{version}.tar.gz
|
Source: https://ftp.gnu.org/gnu/health/%{name}-%{version}.tar.gz
|
||||||
Source1: ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_camera-latest.tar.gz
|
Source1: ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth-camera-plugin-latest.tar.gz
|
||||||
Source2: ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_crypto-latest.tar.gz
|
Source2: %{name}.desktop
|
||||||
Source3: ftp://ftp.gnu.org/gnu/health/plugins/gnuhealth_plugin_frl-latest.tar.gz
|
Patch0: gnuhealth_crypto.patch
|
||||||
Source4: %{name}.desktop
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-Babel
|
BuildRequires: python-Babel
|
||||||
BuildRequires: python-Sphinx
|
BuildRequires: python-Sphinx
|
||||||
@ -40,7 +39,7 @@ BuildRequires: python-python-dateutil
|
|||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRequires: python-simplejson
|
BuildRequires: python-simplejson
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
#Requires: librsvg
|
Requires: librsvg
|
||||||
#for the plugins:
|
#for the plugins:
|
||||||
Requires: opencv
|
Requires: opencv
|
||||||
Requires: python-GooCalendar
|
Requires: python-GooCalendar
|
||||||
@ -63,17 +62,12 @@ The client of the GNU Health Hospital application
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp %{SOURCE4} .
|
%patch0 -p1
|
||||||
|
cp %{SOURCE2} .
|
||||||
|
|
||||||
pwd
|
pwd
|
||||||
cd tryton/plugins/
|
cd %{name}/plugins/
|
||||||
#tar --strip-components 1 -xzvf %{SOURCE1}
|
tar --strip-components 1 -xzvf %{SOURCE1}
|
||||||
#tar --strip-components 1 -xzvf %{SOURCE2}
|
|
||||||
#tar --strip-components 1 -xzvf %{SOURCE3}
|
|
||||||
|
|
||||||
tar -xzvf %{SOURCE1}
|
|
||||||
tar -xzvf %{SOURCE2}
|
|
||||||
tar -xzvf %{SOURCE3}
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
:
|
:
|
||||||
@ -88,8 +82,8 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications %{name}.desktop
|
|||||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||||
cp %{buildroot}%{python_sitelib}/tryton/data/pixmaps/tryton/gnuhealth-icon.png %{buildroot}%{_datadir}/pixmaps/gnuhealth.png
|
cp %{buildroot}%{python_sitelib}/tryton/data/pixmaps/tryton/gnuhealth-icon.png %{buildroot}%{_datadir}/pixmaps/gnuhealth.png
|
||||||
|
|
||||||
##%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
##%fdupes %{buildroot}%{_prefix}/lib
|
%fdupes %{buildroot}%{_prefix}/lib
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
@ -102,8 +96,7 @@ cp %{buildroot}%{python_sitelib}/tryton/data/pixmaps/tryton/gnuhealth-icon.png %
|
|||||||
%files
|
%files
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/%{name}.desktop
|
%{_datadir}/applications/%{name}.desktop
|
||||||
%doc Changelog
|
%doc COPYRIGHT COPYING COPYRIGHT Changelog
|
||||||
%license COPYRIGHT COPYING
|
|
||||||
%{_datadir}/pixmaps/*
|
%{_datadir}/pixmaps/*
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4012eed15bc9da865c553a2122cf2547a5e5e741f22c43f2044ef8a2f920b998
|
|
||||||
size 14516
|
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a5c10e183c07e7352fc8947772b0ae51752dad8da92d8306628646d870ca692f
|
oid sha256:3de543edfaa8aa9060cc2f82fb8bfc408689859926e2104758897390caa01fb2
|
||||||
size 2772
|
size 2814
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9d6cfff08175ca88b901f38e957e2083407675c897c1d31f5a856538f1a9425c
|
|
||||||
size 11042
|
|
Loading…
Reference in New Issue
Block a user