OBS User unknown
2009-06-12 17:24:31 +00:00
committed by Git OBS Bridge
parent ffa2e0a67d
commit 903c4951a0
6 changed files with 66 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package xlockmore (Version 5.26.1)
# spec file for package xlockmore (Version 5.28)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,14 @@
Name: xlockmore
BuildRequires: bc esound-devel fdupes freeglut-devel freetype2-devel gcc-c++ gltt-devel libdrm-devel pkg-config
BuildRequires: bc esound-devel fdupes freeglut-devel freetype2-devel ftgl-devel gcc-c++ gltt-devel libdrm-devel pkg-config
License: GPL v2 or later; X11/MIT
Group: System/X11/Utilities
Provides: xlock
Obsoletes: xlock
AutoReqProv: on
Version: 5.26.1
Release: 9
Version: 5.28
Release: 1
Summary: Screen Saver and Locker for the X Window System
Url: http://www.tux.org/~bagleyd/xlockmore.html
Source: %{name}-%{version}.tar.bz2
@@ -44,6 +44,8 @@ Patch5: xlockmore-gltt-libttf.patch
Patch6: xlockmore-gltt+ftgl.patch
Patch7: xlockmore-strict-aliasing.patch
Patch8: xlockmore-null-fontset.patch
Patch9: xlockmore-void-return.patch
Patch10: xlockmore-undefined-code.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -54,7 +56,7 @@ saver until a password is entered.
Authors:
--------
David Albert Bagley <bagleyd@bigfoot.com>
David Albert Bagley <bagleyd@tux.org>
Patrick J. Naughton <naughton@eng.sun.com>
%if "%(pkg-config --variable prefix x11 || echo /usr/X11R6)" == "/usr"
@@ -98,6 +100,8 @@ chmod -x README docs/Revisions
%patch6
%patch7
%patch8
%patch9
%patch10
%build
%{?suse_update_config:%{suse_update_config -f}}
@@ -149,6 +153,12 @@ rm -rf $RPM_BUILD_ROOT
/usr/%{_xorg7libs32}/xlock
%changelog
* Thu Jun 11 2009 sbrabec@suse.cz
- Updated to version 5.28:
* Inrovements in modes: ant3d, life3d, life,
* FTGL library support.
* PAM_putText() fix.
* configure checks for libXdpms
* Fri Nov 28 2008 sbrabec@suse.cz
- Do not install compile time pixmaps (bnc#450061).
* Wed Sep 03 2008 sbrabec@suse.cz