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