diff --git a/xlockmore.changes b/xlockmore.changes index c6ebfe3..c73089c 100644 --- a/xlockmore.changes +++ b/xlockmore.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Dec 21 10:31:55 UTC 2011 - coolo@suse.com + +- remove call to suse_update_config (very old work around) + +------------------------------------------------------------------- +Wed Nov 30 14:06:45 UTC 2011 - coolo@suse.com + +- add automake as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Tue Aug 30 12:49:59 UTC 2011 - pgajdos@suse.com diff --git a/xlockmore.spec b/xlockmore.spec index e42e4c2..401302b 100644 --- a/xlockmore.spec +++ b/xlockmore.spec @@ -15,19 +15,25 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: xlockmore -BuildRequires: bc esound-devel fdupes freeglut-devel freetype2-devel ftgl-devel gcc-c++ libdrm-devel pkg-config -License: GPLv2+ ; MIT License (or similar) -Group: System/X11/Utilities +BuildRequires: automake +BuildRequires: bc +BuildRequires: esound-devel +BuildRequires: fdupes +BuildRequires: freeglut-devel +BuildRequires: freetype2-devel +BuildRequires: ftgl-devel +BuildRequires: gcc-c++ +BuildRequires: libdrm-devel +BuildRequires: pkg-config Provides: xlock Obsoletes: xlock -AutoReqProv: on Version: 5.34 -Release: 1 +Release: 0 Summary: Screen Saver and Locker for the X Window System +License: GPL-2.0+ ; MIT +Group: System/X11/Utilities Url: http://www.tux.org/~bagleyd/xlockmore.html Source: %{name}-%{version}.tar.bz2 Source1: xlock.pamd @@ -67,7 +73,6 @@ chmod -x README docs/Revisions %patch8 -p1 %build -%{?suse_update_config:%{suse_update_config -f}} aclocal autoconf export CPPFLAGS="-I/usr/include/FTGL"