diff --git a/azote.changes b/azote.changes index 51f8333..474923e 100644 --- a/azote.changes +++ b/azote.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 29 05:07:04 UTC 2024 - Michael Vetter + +- Update to 1.12.9: + * Fix broken images path + ------------------------------------------------------------------- Mon May 27 07:07:42 UTC 2024 - Michael Vetter diff --git a/azote.spec b/azote.spec index ccfe9c5..0495eee 100644 --- a/azote.spec +++ b/azote.spec @@ -18,29 +18,30 @@ %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} Name: azote -Version: 1.12.8 +Version: 1.12.9 Release: 0 Summary: Wallpaper manager for Sway, i3 and some other WMs License: GPL-3.0-only Group: Productivity/Graphics/Viewers URL: https://github.com/nwg-piotr/azote Source: %{url}/archive/refs/tags/v%{version}.tar.gz +BuildRequires: fdupes BuildRequires: gobject-introspection BuildRequires: python3-Pillow BuildRequires: python3-gobject BuildRequires: python3-setuptools +# for screen color picker on both Sway and X11 +Requires: ImageMagick Requires: feh Requires: python3-Pillow +# for alacritty.yml toolbox +Requires: python3-PyYAML Requires: python3-Send2Trash Requires: python3-gobject Requires: python3-gobject-Gdk Requires: wget Requires: wmctrl Requires: xrandr -# for screen color picker on both Sway and X11 -Requires: ImageMagick -# for alacritty.yml toolbox -Requires: python3-PyYAML BuildArch: noarch %description @@ -54,9 +55,9 @@ Azote is a GTK+ 3-based picture browser and a wallpaper setter, as the frontend %install %python3_install -install -D -m 0755 dist/azote %{buildroot}%{_bindir}/azote install -D -m 0644 dist/azote.svg %{buildroot}%{_datadir}/azote/azote.svg install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote.desktop +%fdupes %{buildroot}/ %files %license LICENSE @@ -64,6 +65,7 @@ install -D -m 0644 dist/azote.desktop %{buildroot}%{_datadir}/applications/azote %{_bindir}/azote %{_datadir}/applications/azote.desktop %{_datadir}/azote/ -%{python_sitelib}/* +%{python_sitelib}/%{name} +%{python_sitelib}/%{name}-%{version}*-info %changelog diff --git a/v1.12.8.tar.gz b/v1.12.8.tar.gz deleted file mode 100644 index d8843fa..0000000 --- a/v1.12.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:692dcefab16550b8967142f5f5f6e7ea972b87ad2d6b52101020f9c6dd84e154 -size 7972985 diff --git a/v1.12.9.tar.gz b/v1.12.9.tar.gz new file mode 100644 index 0000000..342b19f --- /dev/null +++ b/v1.12.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8274ee99ac9d23656c228346321480660d17d21bb44ccc1a272f0368a82a81 +size 7972961