From 7493d96a34062815dbd866bf89d8400405162cd0 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 17:24:36 +0100 Subject: [PATCH] automatic version update by autodist [release 1.12-1mamba;Fri Jan 15 2021] --- redshift.spec | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/redshift.spec b/redshift.spec index 3cdace8..2d106cc 100644 --- a/redshift.spec +++ b/redshift.spec @@ -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 +Packager: Silvan Calarco 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 1.12-1mamba +- automatic version update by autodist + * Sat Apr 26 2014 Automatic Build System 1.9.1-1mamba - automatic version update by autodist