diff --git a/numlockx.spec b/numlockx.spec index 12a7620..ff42ac2 100644 --- a/numlockx.spec +++ b/numlockx.spec @@ -1,6 +1,6 @@ Name: numlockx Version: 1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: NumLockX turns on NumLock after starting X Group: Applications/System @@ -10,7 +10,7 @@ Source0: http://ktown.kde.org/~seli/numlockx/numlockx-%{version}.tar.gz Source1: numlockx.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libX11-devel libXtst-devel libXext-devel +BuildRequires: libX11-devel libXtst-devel libXext-devel libXt-devel imake Requires: xorg-x11-xinit %description @@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %doc AUTHORS README LICENSE %changelog +* Tue Nov 29 2005 John Mahowald 1.0-7 +- More Buildreqires fixes to satisfy configure + * Tue Nov 29 2005 John Mahowald 1.0-6 - Buildrequires fixes