forked from pool/mygnuhealth
Accepting request 1114041 from home:DocB:branches:Application:ERP:GNUHealth:Factory
- Version 2.0.0 * complete rewrite based on Kivy (instead Kirigami) * For Details see CHANGELOG * doc_path.diff removed - License string corrected - version 1.0.5 * switched source download to gnu.org, added signature * added documentation in DE, ES, FR * Minor adjustmends - version 1.0.4 * fixes plotting issues when matplotlib uses unsorted records or dup batch inputs. - version 1.0.3 * update of Uniprot-database * some minor changes / updates in the documentation and credits - Version 1.0.2 * MyGNUHealth does not display global menu on MATE * Update link from GNU Savannah - Version 1.0.1 * Fix the download path within GNU.org. Now it points to https://ftp.gnu.org/gnu/health/mygnuhealth/ * Include Changelog file * Include local / offline documentation (resides on /usr/share/doc/packages/mygnuhealth) * doc_path.diff added * Clean up __pycache__ from tarball - Version 1.0.0 - Version 0.7a6 initial OBS build OBS-URL: https://build.opensuse.org/request/show/1114041 OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=30
This commit is contained in:
parent
e6e983e341
commit
70f39aafb5
@ -1,14 +0,0 @@
|
||||
diff -U 3 -dHrN -- a/setup.py b/setup.py
|
||||
--- a/setup.py 2021-07-08 00:55:24.000000000 +0200
|
||||
+++ b/setup.py 2021-07-08 09:44:15.828710409 +0200
|
||||
@@ -53,8 +53,8 @@
|
||||
zip_safe=False,
|
||||
data_files=[
|
||||
('share/applications', ['org.kde.mygnuhealth.desktop']),
|
||||
- ('share/doc/mygnuhealth', ['doc/mygnuhealth.rst']),
|
||||
- ('share/doc/mygnuhealth/images', glob('doc/images/*', recursive=True)),
|
||||
+ ('share/doc/packages/mygnuhealth', ['doc/mygnuhealth.rst']),
|
||||
+ ('share/doc/packages/mygnuhealth/images', glob('doc/images/*', recursive=True)),
|
||||
('share/metainfo', ['org.kde.mygnuhealth.metainfo.xml']),
|
||||
('share/icons/hicolor/scalable/apps/',
|
||||
['mygnuhealth/images/mygnuhealth.svg']),
|
@ -4,6 +4,7 @@ Wed Sep 27 15:26:22 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||
- Version 2.0.0
|
||||
* complete rewrite based on Kivy (instead Kirigami)
|
||||
* For Details see CHANGELOG
|
||||
* doc_path.diff removed
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 11:44:11 UTC 2022 - Axel Braun <axel.braun@gmx.de>
|
||||
|
@ -84,6 +84,12 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications org.gnuhealth.my
|
||||
#documentation in the MyGNUHealth-doc package is sufficient
|
||||
rm -rf %{buildroot}%{_docdir}/*
|
||||
|
||||
# Leap need special treatment
|
||||
%if 0%{?suse_version} < 1600
|
||||
mkdir %{buildroot}%{_bindir}
|
||||
cp bin/%{name} %{buildroot}%{_bindir}/.
|
||||
%endif
|
||||
|
||||
%python_expand %fdupes %{buildroot}%{python3_sitelib}
|
||||
|
||||
%post
|
||||
@ -97,8 +103,6 @@ rm -rf /home/*/.cache/mygnuhealth
|
||||
%files
|
||||
%attr(755,root,root) %{_bindir}/%{name}
|
||||
%{_datadir}/applications/org.gnuhealth.mygnuhealth.desktop
|
||||
## %{_datadir}/icons/*
|
||||
## %{_datadir}/metainfo/*
|
||||
%license COPYRIGHT LICENSE
|
||||
%{python3_sitelib}/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user