diff options
author | Frederic Lepied <flepied@mandriva.com> | 2000-04-12 13:16:40 +0000 |
---|---|---|
committer | Frederic Lepied <flepied@mandriva.com> | 2000-04-12 13:16:40 +0000 |
commit | a64fb74d89599edd57cf2a7ecb483a057b3d3170 (patch) | |
tree | 4039a426bce98082c09803fa3418cb7784098e72 | |
parent | 97e2684b0bbde52c64a22253d6eff234a441fe43 (diff) | |
download | numlock-a64fb74d89599edd57cf2a7ecb483a057b3d3170.tar numlock-a64fb74d89599edd57cf2a7ecb483a057b3d3170.tar.gz numlock-a64fb74d89599edd57cf2a7ecb483a057b3d3170.tar.bz2 numlock-a64fb74d89599edd57cf2a7ecb483a057b3d3170.tar.xz numlock-a64fb74d89599edd57cf2a7ecb483a057b3d3170.zip |
* 1.0-7mdk
-rw-r--r-- | numlock.spec | 9 |
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é). |