Accepting request 632878 from Application:ERP:GNUHealth:Factory

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/632878
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnuhealth?expand=0&rev=27
This commit is contained in:
Dominique Leuenberger 2018-09-04 20:57:16 +00:00 committed by Git OBS Bridge
commit 8e9d328c91
4 changed files with 52 additions and 0 deletions

43
gnuhealth Normal file
View File

@ -0,0 +1,43 @@
#!/bin/bash
# GNU Health dummy program - for thos who dont read manuals
##############################################################################
#
# GNU Health dummy
#
# Copyright (C) 2018 Axel Braun <abraun@gnusolidario.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
cat << EOF
You have installed GNU Health and no idea how it should work.
(Otherwise you would not see this message)
How about reading a fine manual? You find it at
/usr/share/doc/packages/gnuhealth/GNUHealth.README.SUSE
Or see the full documentation at
https://en.wikibooks.org/wiki/GNU_Health
Want to start immediately with some configuration?
Run openSUSE-gnuhealth-setup
Whatever you do...have fun!
EOF
exit 0

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 27 14:07:12 UTC 2018 - axel.braun@gmx.de
- Adding a dummy executable called 'gnuhealth' with some help text
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jul 17 07:19:15 UTC 2018 - axel.braun@gmx.de Tue Jul 17 07:19:15 UTC 2018 - axel.braun@gmx.de

View File

@ -35,6 +35,7 @@ Source2: gnuhealth-control
Source3: gnuhealth.service Source3: gnuhealth.service
Source4: gnuhealth-webdav@.service Source4: gnuhealth-webdav@.service
Source5: openSUSE-gnuhealth-setup Source5: openSUSE-gnuhealth-setup
Source6: gnuhealth
BuildArch: noarch BuildArch: noarch
@ -120,6 +121,7 @@ done
mkdir -p -m 755 %{buildroot}%{_bindir} mkdir -p -m 755 %{buildroot}%{_bindir}
install -p -m 755 gnuhealth-control %{buildroot}%{_bindir}/gnuhealth-control install -p -m 755 gnuhealth-control %{buildroot}%{_bindir}/gnuhealth-control
install -p -m 755 %{S:5} %{buildroot}%{_bindir}/openSUSE-gnuhealth-setup install -p -m 755 %{S:5} %{buildroot}%{_bindir}/openSUSE-gnuhealth-setup
install -p -m 755 %{S:6} %{buildroot}%{_bindir}/gnuhealth
mkdir -p $RPM_BUILD_ROOT%{_unitdir} mkdir -p $RPM_BUILD_ROOT%{_unitdir}
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service

View File

@ -8,6 +8,8 @@
# GNU Health Installer for openSUSE # GNU Health Installer for openSUSE
# #
# Copyright (C) 2018 Axel Braun <abraun@gnusolidario.org> # Copyright (C) 2018 Axel Braun <abraun@gnusolidario.org>
# inspired by gnuhealth-control (C) 2018 Luis Falcon <falcon@gnu.org>
# #
# This program is free software: you can redistribute it and/or modify # This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by