Name: i3lock Version: 2.10 Release: 1%{?dist} Summary: Simple X display locker like slock License: MIT URL: http://i3wm.org/i3lock/ Source0: http://i3wm.org/%{name}/%{name}-%{version}.tar.bz2 # TODO: Replace these below with pkgconfig\(\) in the future in rapt # with guidelines. BuildRequires: gcc BuildRequires: cairo-devel BuildRequires: pam-devel BuildRequires: libev-devel BuildRequires: libxcb-devel BuildRequires: libXext-devel BuildRequires: libxkbcommon-devel BuildRequires: libxkbcommon-x11-devel BuildRequires: libxkbfile-devel BuildRequires: libXpm-devel BuildRequires: xcb-util-keysyms-devel BuildRequires: xcb-util-image-devel BuildRequires: xcb-util-devel %description i3lock improves slock by making it fork() and therefore combinable with commands to suspend your computer. Additionally, instead of turning off your screen via DPMS and/or displaying a black screen, i3lock displays a white screen so you can see if your computer failed to resume from suspend or if your screen is just locked. Also, when entering a wrong password, i3lock does not call XBell(). This is important because i3lock/slock think you’ve entered a password when resuming from suspend, at least sometimes. %prep %setup -q # Relocatable. sed \ -e 's|PREFIX=/usr|PREFIX=%{_prefix}|g' \ -e 's|SYSCONFDIR=/etc|SYSCONFDIR=%{_sysconfdir}|g' \ -e 's|-Wall|%{optflags}|g' \ -i Makefile %build LDFLAGS="%{?__global_ldflags}" %make_build %install %make_install INSTALL="install -p" install -Dpm0644 i3lock.1 %{buildroot}%{_mandir}/man1/i3lock.1 %files %doc CHANGELOG README* %license LICENSE %{_bindir}/%{name} %{_sysconfdir}/pam.d/%{name} %{_mandir}/man1/i3lock.1* %changelog * Sat Jul 14 2018 Christian Dersch - 2.10-1 - new version * Sat Jul 14 2018 Christian Dersch - 2.9.1-4 - BuildRequires: gcc * Fri Jul 13 2018 Fedora Release Engineering - 2.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 2.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Sep 05 2017 Christian Dersch - 2.9.1-1 - new version * Wed Aug 02 2017 Fedora Release Engineering - 2.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 2.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 2.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jun 07 2016 Christian Dersch - 2.8-1 - new version * Thu Feb 04 2016 Fedora Release Engineering - 2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sun Sep 13 2015 Christopher Meng - 2.7-1 - Update to 2.7 * Wed Jun 17 2015 Fedora Release Engineering - 2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Aug 16 2014 Fedora Release Engineering - 2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Tue Jul 29 2014 Christopher Meng - 2.6-1 - Update to 2.6 * Sat Jun 07 2014 Fedora Release Engineering - 2.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Jun 14 2013 Felix Wiedemann - 2.5-1 - New upstream release - Removed custom i3lock.pam file - Added new BuildRequires * Thu Feb 14 2013 Fedora Release Engineering - 2.4.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jul 19 2012 Fedora Release Engineering - 2.4.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jul 13 2012 Martin Preisler - 2.4.1-6 - Bumped release for clear upgrade path * Fri Jul 13 2012 Martin Preisler - 2.4.1-4 - Make sure we install README, LICENSE, CHANGELOG and the manpage * Fri Jun 15 2012 Martin Preisler - 2.4.1-3 - rebuilt with a bumped release number to make sure the package updates from f17 * Wed Jun 06 2012 Martin Preisler - 1.0-6.20100320git - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Feb 09 2011 Fedora Release Engineering - 1.0-5.20100320git - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Mar 20 2010 Simon Wesp - 1.0-4.20100320git - Update to current git * Sat Feb 06 2010 Simon Wesp - 1.0-3 - Some bugfixes (sync with upstream) * Sat Jan 09 2010 Simon Wesp - 1.0-2 - Add a PAM configfile as SOURCE1 * Wed Dec 02 2009 Simon Wesp - 1.0-1 - Package build for Fedora