diff --git a/mygnuhealth-2.0.0.tar.gz b/mygnuhealth-2.0.0.tar.gz deleted file mode 100644 index a48cec6..0000000 --- a/mygnuhealth-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7351756241e464720fec0069b4423e770ef494df02cac98e3f2c48aad5892d36 -size 13701249 diff --git a/mygnuhealth-2.0.0.tar.gz.sig b/mygnuhealth-2.0.0.tar.gz.sig deleted file mode 100644 index ba51e6a..0000000 Binary files a/mygnuhealth-2.0.0.tar.gz.sig and /dev/null differ diff --git a/mygnuhealth-2.0.1.tar.gz b/mygnuhealth-2.0.1.tar.gz new file mode 100644 index 0000000..976f602 --- /dev/null +++ b/mygnuhealth-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d2e826d48efcb18be900b56b6b6c27a56efe3d6ab0f9f868c39fc66f5004db +size 2567326 diff --git a/mygnuhealth-2.0.1.tar.gz.sig b/mygnuhealth-2.0.1.tar.gz.sig new file mode 100644 index 0000000..3cceb58 Binary files /dev/null and b/mygnuhealth-2.0.1.tar.gz.sig differ diff --git a/mygnuhealth.changes b/mygnuhealth.changes index 45d0927..387127f 100644 --- a/mygnuhealth.changes +++ b/mygnuhealth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Feb 7 09:39:23 UTC 2024 - Axel Braun + +- version 2.0.1 + See Changelog for details + ------------------------------------------------------------------- Fri Sep 29 18:39:29 UTC 2023 - Ben Greiner diff --git a/mygnuhealth.spec b/mygnuhealth.spec index 6c96ad9..6fec85b 100644 --- a/mygnuhealth.spec +++ b/mygnuhealth.spec @@ -20,9 +20,6 @@ %define modname MyGNUHealth %define majorver 2 -#boo#1181905 -%global __requires_exclude qmlimport\\((BloodPressure|FedLogin|GHBio|GHBol|GHPsycho|Glucose|LocalAccountManager|MoodEnergy|NetworkSettings|Osat|ProfileSettings|Weight|PoL|GHLifestyle|GHPhysicalActivity|GHNutrition|GHSleep|GHAbout) - %if %{?suse_version} > 1500 # only the primary one for TW %define pythons python3 @@ -37,7 +34,7 @@ %endif Name: mygnuhealth -Version: %{majorver}.0.0 +Version: %{majorver}.0.1 Release: 0 Summary: The personal health record for the GNU Health system License: GPL-3.0-or-later @@ -70,7 +67,7 @@ Requires: %{mypython}-tinydb Requires: %{mypython}-requests Requires: %{mypython}-CairoSVG # /SECTION -BuildArch: noarch +## BuildArch: noarch # singlespec rewriter for exactly one python (see above) @@ -78,16 +75,8 @@ BuildArch: noarch The Personal Health Information Management System for Desktop and Mobile Devices for the GNU Health ecosystem -%package -n %{name}-doc -Summary: Documentation files for MyGNUHealth -Group: Productivity/Office/Management - -%description -n %{name}-doc -This package includes the documentation for MyGNUHealth Personal Health -Information Management System for Desktop and Mobile Devices - %prep -%autosetup -p1 -n %{name} +%autosetup -p1 -n %{name}-%{version} %build %pyproject_wheel @@ -104,11 +93,6 @@ desktop-file-install --dir %{buildroot}%{_datadir}/applications org.gnuhealth.my %python_expand %fdupes %{buildroot}%{python_sitelib} -# install and deduplicate doc -mkdir -p %{buildroot}%{_docdir}/%{name}-doc/ -cp -r doc/* %{buildroot}%{_docdir}/%{name}-doc/ -%fdupes %{buildroot}%{_docdir} - %post #clean qml cache to avoid issues rm -rf /home/*/.cache/mygnuhealth @@ -124,9 +108,4 @@ rm -rf /home/*/.cache/mygnuhealth %{mypython_sitelib}/mygnuhealth %{mypython_sitelib}/mygnuhealth-%{version}.dist-info - -%files -n %{name}-doc -%doc README.rst -%{_docdir}/* - %changelog