forked from pool/gnuhealth
Accepting request 881338 from Application:ERP:GNUHealth:3.8
- Variable for EDITOR set OBS-URL: https://build.opensuse.org/request/show/881338 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/gnuhealth?expand=0&rev=83
This commit is contained in:
parent
5dc0716845
commit
78706f7ffd
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 24 17:21:38 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- Variable for EDITOR set
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 27 08:14:29 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
Sat Feb 27 08:14:29 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Member GPG keyring of health group.
|
||||||
|
|
||||||
|
Note that this keyring is not intended for checking releases of that group.
|
||||||
|
Use Group Release Keyring instead.
|
||||||
|
|
||||||
GPG keys of Luis Falcon <meanmicio>
|
GPG keys of Luis Falcon <meanmicio>
|
||||||
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
@ -92,8 +92,8 @@ GNU Health is the Hospital Information System adopted by the United
|
|||||||
Nations University, International Institute for Global Health, for
|
Nations University, International Institute for Global Health, for
|
||||||
the implementations and trainings.
|
the implementations and trainings.
|
||||||
|
|
||||||
This is the server component of GNU Health.
|
This is the server component of GNU Health.
|
||||||
You would need the GNU Health Client as well, on the same or a different machine.
|
You would need the GNU Health Client as well, on the same or a different machine.
|
||||||
You may use the Tryton Client either
|
You may use the Tryton Client either
|
||||||
See https://en.opensuse.org/GNUHealth_on_openSUSE for instructions
|
See https://en.opensuse.org/GNUHealth_on_openSUSE for instructions
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ done
|
|||||||
%install
|
%install
|
||||||
for i in h*; do
|
for i in h*; do
|
||||||
cd $i
|
cd $i
|
||||||
%python3_install --prefix=%_prefix --root=%buildroot
|
%python3_install --prefix=%_prefix --root=%buildroot
|
||||||
cd ..
|
cd ..
|
||||||
done
|
done
|
||||||
|
|
||||||
@ -161,9 +161,10 @@ alias cdconf='cd /etc/tryton'
|
|||||||
alias cdmods='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond/modules'
|
alias cdmods='cd $(ls -d /usr/lib/python3.* )/site-packages/trytond/modules'
|
||||||
alias editconf='${EDITOR} /etc/tryton/trytond.conf'
|
alias editconf='${EDITOR} /etc/tryton/trytond.conf'
|
||||||
alias cdutil='cd /usr/bin'
|
alias cdutil='cd /usr/bin'
|
||||||
|
export EDITOR=nano
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#Write GH Variable /etc/tryton/gnuhealthrc
|
#Write GH Variable /etc/tryton/gnuhealthrc
|
||||||
cat > /etc/tryton/gnuhealthrc << "EOF"
|
cat > /etc/tryton/gnuhealthrc << "EOF"
|
||||||
GNUHEALTH_VERSION=%{version}
|
GNUHEALTH_VERSION=%{version}
|
||||||
TRYTON_VERSION=%{t_version}
|
TRYTON_VERSION=%{t_version}
|
||||||
@ -188,7 +189,7 @@ EOF
|
|||||||
%{python3_sitelib}/%{name}_orthanc*
|
%{python3_sitelib}/%{name}_orthanc*
|
||||||
%{python3_sitelib}/trytond/modules/health_orthanc*
|
%{python3_sitelib}/trytond/modules/health_orthanc*
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/gnuhealth
|
%{_bindir}/gnuhealth
|
||||||
%{_bindir}/gnuhealth-control
|
%{_bindir}/gnuhealth-control
|
||||||
@ -198,7 +199,7 @@ EOF
|
|||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
%{_unitdir}/%{name}-webdav@.service
|
%{_unitdir}/%{name}-webdav@.service
|
||||||
%doc README Changelog gnuhealth-setup version gnuhealthrc GNUHealth.README.openSUSE scripts/* config/* doc/*
|
%doc README Changelog gnuhealth-setup version gnuhealthrc GNUHealth.README.openSUSE scripts/* config/* doc/*
|
||||||
%{_docdir}/%{name}/examples*
|
%{_docdir}/%{name}/examples*
|
||||||
%dir %{_sysconfdir}/tryton
|
%dir %{_sysconfdir}/tryton
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%exclude %{python3_sitelib}/%{name}_orthanc*
|
%exclude %{python3_sitelib}/%{name}_orthanc*
|
||||||
|
Loading…
Reference in New Issue
Block a user