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:
commit
8e9d328c91
43
gnuhealth
Normal file
43
gnuhealth
Normal 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
|
@ -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
|
||||
|
||||
|
@ -35,6 +35,7 @@ Source2: gnuhealth-control
|
||||
Source3: gnuhealth.service
|
||||
Source4: gnuhealth-webdav@.service
|
||||
Source5: openSUSE-gnuhealth-setup
|
||||
Source6: gnuhealth
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -120,6 +121,7 @@ done
|
||||
mkdir -p -m 755 %{buildroot}%{_bindir}
|
||||
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:6} %{buildroot}%{_bindir}/gnuhealth
|
||||
|
||||
mkdir -p $RPM_BUILD_ROOT%{_unitdir}
|
||||
install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_unitdir}/%{name}.service
|
||||
|
@ -8,6 +8,8 @@
|
||||
# GNU Health Installer for openSUSE
|
||||
#
|
||||
# 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
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
Loading…
Reference in New Issue
Block a user