aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.spec
diff options
context:
space:
mode:
Diffstat (limited to 'numlock.spec')
-rw-r--r--numlock.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/numlock.spec b/numlock.spec
index 340fb4e..11b0d7c 100644
--- a/numlock.spec
+++ b/numlock.spec
@@ -1,6 +1,6 @@
%define name numlock
%define version 1.0
-%define release 6mdk
+%define release 7mdk
Summary: Numlock key locker.
@@ -12,6 +12,7 @@ Group: System/Configuration/Boot and Init
# get the source from our cvs repository (see
# http://www.linuxmandrake.com/en/cvs.php3)
Source0: %{name}-%{version}.tar.bz2
+Source1: numlock.xinit
BuildRoot: %{_tmppath}/%{name}-buildroot
Requires: fileutils console-tools
Obsoletes: NumLock
@@ -48,12 +49,16 @@ rm -rf $RPM_BUILD_ROOT
%defattr(755,root,root)
%config /etc/rc.d/init.d/%{name}
%config /etc/profile.d/%{name}.sh
+%config /etc/X11/xinit.d/numlock
/usr/X11R6/bin/*
/usr/X11R6/man/*/*
%changelog
+* Wed Apr 12 2000 Frederic Lepied <flepied@mandrakesoft.com> 1.0-7mdk
+- launch via /etc/X11/xinit.d
+
* Wed Apr 5 2000 Chmouel Boudjnah <chmouel@mandrakesoft.com> 1.0-6mdk
-- Remove the norach since now we have enable_X11_numlock.
+- Remove the noarch since now we have enable_X11_numlock.
- Cvs import.
- Add enable_X11_numlock program (thanks gégé).