- More Buildreqires fixes to satisfy configure
This commit is contained in:
parent
595088d33c
commit
668ea7319e
1 changed files with 5 additions and 2 deletions
|
|
@ -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 <jpmahowald@gmail.com> 1.0-7
|
||||
- More Buildreqires fixes to satisfy configure
|
||||
|
||||
* Tue Nov 29 2005 John Mahowald <jpmahowald@gmail.com> 1.0-6
|
||||
- Buildrequires fixes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue