rebuilt with python 3.7 [release 1.2.0-2mamba;Sat Feb 19 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 22:28:31 +01:00
parent 365d3ec1b0
commit 87825acae2

View File

@ -1,51 +1,51 @@
Name: fluxgui Name: fluxgui
Version: 1.2.0 Version: 1.2.0
Release: 1mamba Release: 2mamba
Summary: Better lighting for Linux Summary: Better lighting for Linux
Group: Graphical Desktop/Applications/Utilities Group: Graphical Desktop/Applications/Utilities
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/xflux-gui/fluxgui.git URL: https://github.com/xflux-gui/fluxgui
## GITSOURCE https://github.com/xflux-gui/fluxgui.git v1.2.0
Source: https://github.com/xflux-gui/fluxgui.git/v%{version}/fluxgui-%{version}.tar.bz2 Source: https://github.com/xflux-gui/fluxgui.git/v%{version}/fluxgui-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXext-devel BuildRequires: libXext-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libXxf86vm-devel BuildRequires: libXxf86vm-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libpython3-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: python-pexpect-py36 Requires: python-pexpect-py3
Requires: python-ptyprocess-py36 Requires: python-ptyprocess-py3
Requires: libappindicator3 Requires: libappindicator3
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
The f.lux indicator applet fluxgui is an indicator applet to control xflux, an application that makes the color of your computer's display adapt to the time of day: warm at night, and like sunlight during the day. Reducing blue light exposure in the evening can help you fall asleep at night. See https://justgetflux.com/research.html for more details. The f.lux indicator applet fluxgui is an indicator applet to control xflux, an application that makes the color of your computer's display adapt to the time of day: warm at night, and like sunlight during the day. Reducing blue light exposure in the evening can help you fall asleep at night. See https://justgetflux.com/research.html for more details.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
CFLAGS="%{optflags}" %{__python36} setup.py build CFLAGS="%{optflags}" %{__python3} setup.py build
./download-xflux.py ./download-xflux.py
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python36} setup.py install \ %{__python3} setup.py install \
-O1 --skip-build \ -O1 --skip-build \
--root="%{buildroot}" \ --root="%{buildroot}" \
--install-headers=%{python36_inc} \ --install-headers=%{python3_inc} \
--install-lib=%{python36_sitearch} \ --install-lib=%{python3_sitearch} \
--record=%{name}.filelist --record=%{name}.filelist
sed -i "s,.*/man/.*,&.gz," %{name}.filelist sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
install xflux %{buildroot}%{_bindir}/xflux install xflux %{buildroot}%{_bindir}/xflux
@ -56,9 +56,9 @@ install xflux %{buildroot}%{_bindir}/xflux
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/xflux %{_bindir}/xflux
%{_bindir}/fluxgui %{_bindir}/fluxgui
%{python36_sitearch}/f.lux_indicator_applet-1.2.0-py3.6.egg-info %{python3_sitearch}/f.lux_indicator_applet-%{version}-py*.egg-info
%dir %{python36_sitearch}/fluxgui %dir %{python3_sitearch}/fluxgui
%{python36_sitearch}/fluxgui/* %{python3_sitearch}/fluxgui/*
%{_datadir}/applications/fluxgui.desktop %{_datadir}/applications/fluxgui.desktop
%{_datadir}/glib-2.0/schemas/apps.fluxgui.gschema.xml %{_datadir}/glib-2.0/schemas/apps.fluxgui.gschema.xml
%{_datadir}/glib-2.0/schemas/gschemas.compiled %{_datadir}/glib-2.0/schemas/gschemas.compiled
@ -74,5 +74,8 @@ install xflux %{buildroot}%{_bindir}/xflux
%doc LICENSE %doc LICENSE
%changelog %changelog
* Sat Feb 19 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-2mamba
- rebuilt with python 3.7
* Sat Jul 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba * Sat Jul 20 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2.0-1mamba
- package created using the webbuild interface - package created using the webbuild interface