33 lines
535 B
Plaintext
33 lines
535 B
Plaintext
Name: xsct
|
|
Version: 2.3
|
|
Release: 1%{?dist}
|
|
Summary: set color temperature of screen
|
|
License: Public Domain
|
|
URL: https://github.com/faf0/sct
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
|
%description
|
|
Xsct (X11 set color temperature) is a UNIX tool which allows you to set the color temperature of your screen.
|
|
|
|
|
|
%prep
|
|
%setup -q -n sct-%{version}
|
|
|
|
|
|
%build
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
|
|
%files
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
%changelog
|