rebuilt with python3 (3.11) [release 2.1.6-2mamba;Thu Jan 11 2024]
This commit is contained in:
parent
02a83144b2
commit
75e6329916
@ -1,6 +1,6 @@
|
|||||||
Name: dnfdragora
|
Name: dnfdragora
|
||||||
Version: 2.1.6
|
Version: 2.1.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A dnf frontend based on libyui abstraction
|
Summary: A dnf frontend based on libyui abstraction
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -10,13 +10,13 @@ URL: https://github.com/manatools/dnfdragora
|
|||||||
Source: https://github.com/manatools/dnfdragora.git/%{version}/dnfdragora-%{version}.tar.bz2
|
Source: https://github.com/manatools/dnfdragora.git/%{version}/dnfdragora-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython311-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: python-yui
|
BuildRequires: python-yui
|
||||||
BuildRequires: python-manatools-py310
|
BuildRequires: python-manatools-py3
|
||||||
Requires: dnfdaemon >= 0.3.22-3mamba
|
Requires: dnfdaemon >= 0.3.22-3mamba
|
||||||
Requires: python-yui
|
Requires: python-yui
|
||||||
Requires: python-manatools-py310
|
Requires: python-manatools-py3
|
||||||
Requires: libyui-mga-ncurses
|
Requires: libyui-mga-ncurses
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
@ -37,10 +37,10 @@ This package contains the GUI components for %{name}.
|
|||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
Summary: Update notifier applet for %{name}
|
Summary: Update notifier applet for %{name}
|
||||||
Requires: %{name}-gui = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: %{name}-gui = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
Requires: python-CairoSVG-py310
|
Requires: python-CairoSVG-py3
|
||||||
Requires: python-pyxdg-py310
|
Requires: python-pyxdg-py3
|
||||||
Requires: python-Pillow-py310
|
Requires: python-Pillow-py3
|
||||||
Requires: python-pystray-py310
|
Requires: python-pystray-py3
|
||||||
|
|
||||||
%description updater
|
%description updater
|
||||||
Update notifier applet for %{name}.
|
Update notifier applet for %{name}.
|
||||||
@ -49,11 +49,11 @@ Update notifier applet for %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i "s|python3[[:space:]]*$|python3.10|" bin/dnfdragora{,-updater} man/conf.py.in tools/*.py
|
#sed -i "s|python3[[:space:]]*$|python3.10|" bin/dnfdragora{,-updater} man/conf.py.in tools/*.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake -d build \
|
%cmake -d build \
|
||||||
-DPYTHON_EXECUTABLE=%{__python310}
|
-DPYTHON_EXECUTABLE=%{__python3}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
@ -70,8 +70,8 @@ sed -i "s|python3[[:space:]]*$|python3.10|" bin/dnfdragora{,-updater} man/conf.p
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/dnfdragora/dnfdragora.yaml
|
%{_sysconfdir}/dnfdragora/dnfdragora.yaml
|
||||||
%{_bindir}/dnfdragora
|
%{_bindir}/dnfdragora
|
||||||
%dir %{python310_sitelib}/dnfdragora
|
%dir %{python3_sitelib}/dnfdragora
|
||||||
%{python310_sitelib}/dnfdragora/*
|
%{python3_sitelib}/dnfdragora/*
|
||||||
%dir %{_datadir}/dnfdragora
|
%dir %{_datadir}/dnfdragora
|
||||||
%dir %{_datadir}/dnfdragora/images
|
%dir %{_datadir}/dnfdragora/images
|
||||||
%{_datadir}/dnfdragora/images/*.png
|
%{_datadir}/dnfdragora/images/*.png
|
||||||
@ -95,6 +95,9 @@ sed -i "s|python3[[:space:]]*$|python3.10|" bin/dnfdragora{,-updater} man/conf.p
|
|||||||
%{_datadir}/applications/org.mageia.dnfdragora-updater.desktop
|
%{_datadir}/applications/org.mageia.dnfdragora-updater.desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 11 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.6-2mamba
|
||||||
|
- rebuilt with python3 (3.11)
|
||||||
|
|
||||||
* Wed Jan 10 2024 Automatic Build System <autodist@openmamba.org> 2.1.6-1mamba
|
* Wed Jan 10 2024 Automatic Build System <autodist@openmamba.org> 2.1.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user