diff --git a/xss-lock.spec b/xss-lock.spec index 175b857..84a6f48 100644 --- a/xss-lock.spec +++ b/xss-lock.spec @@ -16,7 +16,7 @@ Name: xss-lock Version: 0.3.0 -Release: 10.%{checkout}%{?dist} +Release: 11.%{checkout}%{?dist} Summary: Use external locker as X screen saver #Group: @@ -24,9 +24,12 @@ License: MIT Url: https://bitbucket.org/raymonad/xss-lock Source0: https://bitbucket.org/raymonad/%{name}/get/%{commit0}.tar.gz#/%{name}-%{shortcommit0}.tar.gz +BuildRequires: cmake BuildRequires: gcc -BuildRequires: xcb-util-devel libxcb-devel glib2-devel -BuildRequires: cmake python-docutils +BuildRequires: glib2-devel +BuildRequires: libxcb-devel +BuildRequires: python3-docutils +BuildRequires: xcb-util-devel Requires: xcb-util # Description is a verbatim copy of the manual formatted to Markdown. @@ -58,10 +61,10 @@ preconfigured delay. %build %cmake . -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install %files %{_bindir}/xss-lock @@ -76,6 +79,9 @@ make install DESTDIR=%{buildroot} %license LICENSE %changelog +* Fri Jul 05 2019 Filipe Rosset - 0.3.0-11.20140302git +- Fix FTBFS rhbz#1606760 and rhbz#1676252 + * Sun Feb 03 2019 Fedora Release Engineering - 0.3.0-10.20140302git - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild