forked from pool/mygnuhealth
/usr/share/doc/packages/mygnuhealth)
* doc_path.diff added OBS-URL: https://build.opensuse.org/package/show/Application:ERP:GNUHealth:Factory/mygnuhealth?expand=0&rev=16
This commit is contained in:
parent
e270b71237
commit
8ad6c5368a
14
doc_path.diff
Normal file
14
doc_path.diff
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
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']),
|
@ -7,6 +7,7 @@ Thu Jul 8 06:40:10 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
|||||||
* Include Changelog file
|
* Include Changelog file
|
||||||
* Include local / offline documentation (resides on
|
* Include local / offline documentation (resides on
|
||||||
/usr/share/doc/packages/mygnuhealth)
|
/usr/share/doc/packages/mygnuhealth)
|
||||||
|
* doc_path.diff added
|
||||||
* Clean up __pycache__ from tarball
|
* Clean up __pycache__ from tarball
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -32,6 +32,7 @@ Group: Productivity/Office/Management
|
|||||||
URL: http://health.gnu.org/
|
URL: http://health.gnu.org/
|
||||||
Source: https://files.pythonhosted.org/packages/source/M/%{modname}/%{modname}-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/M/%{modname}/%{modname}-%{version}.tar.gz
|
||||||
Patch0: shebang.diff
|
Patch0: shebang.diff
|
||||||
|
Patch1: doc_path.diff
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3-bcrypt
|
BuildRequires: python3-bcrypt
|
||||||
BuildRequires: python3-matplotlib
|
BuildRequires: python3-matplotlib
|
||||||
@ -61,7 +62,7 @@ Information Management System for Desktop and Mobile Devices
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{modname}-%{version}
|
%setup -q -n %{modname}-%{version}
|
||||||
%patch0 -p1
|
%autopatch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python3_build
|
%python3_build
|
||||||
|
Loading…
Reference in New Issue
Block a user