automatic version update by autodist [release 1.12-1mamba;Fri Jan 15 2021]

This commit is contained in:
Automatic Build System 2024-01-05 17:24:36 +01:00
parent 14d1bf149a
commit 7493d96a34

View File

@ -1,29 +1,26 @@
Name: redshift
Version: 1.9.1
Version: 1.12
Release: 1mamba
Summary: Adjusts the color temperature of your screen according to time of day
Group: System/Tools
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://jonls.dk/redshift/
Source: http://github.com/jonls/redshift/archive/v%{version}.tar.gz
Patch: redshift-1.7-geoclue_provider.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: GConf-devel
BuildRequires: glibc-devel
BuildRequires: libdbus-devel
BuildRequires: libdbus-glib-devel
BuildRequires: libgeoclue-devel
BuildRequires: libglib-devel
BuildRequires: libpython-devel
BuildRequires: libX11-devel
BuildRequires: libxcb-devel
BuildRequires: libxml2-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXext-devel
BuildRequires: libXxf86vm-devel
BuildRequires: libdrm-devel
BuildRequires: libglib-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Redshift adjusts the color temperature of your screen according to your surroundings.
@ -42,16 +39,19 @@ Provides: gtk-%{name}
Redshift adjusts the color temperature of your screen according to your surroundings.
This may help your eyes hurt less if you are working in front of the screen at night.
This program is inspired by f.lux.
This package provides the Redshift widget for GTK.
%debug_package
%prep
%setup -q
%patch -p1
#%patch -p1
autoreconf -if
%build
autoreconf -if
%configure
%configure \
PYTHON=%{__python3}
%make
%install
@ -77,10 +77,15 @@ autoreconf -if
%{_prefix}/lib/systemd/user/redshift-gtk.service
%{_prefix}/lib/systemd/user/redshift.service
%{_datadir}/icons/hicolor/scalable/apps/redshift*.svg
%{_datadir}/appdata/redshift-gtk.appdata.xml
%{_datadir}/applications/redshift.desktop
%{_datadir}/applications/redshift-gtk.desktop
%{python3_sitelib}/redshift_gtk
%changelog
* Fri Jan 15 2021 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
- automatic version update by autodist
* Sat Apr 26 2014 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist