aboutsummaryrefslogtreecommitdiffstats
path: root/numlock.spec
diff options
context:
space:
mode:
Diffstat (limited to 'numlock.spec')
-rw-r--r--numlock.spec30
1 files changed, 16 insertions, 14 deletions
diff --git a/numlock.spec b/numlock.spec
index 2e11a3f..3ffda91 100644
--- a/numlock.spec
+++ b/numlock.spec
@@ -3,7 +3,7 @@
%define name numlock
%define version 2.0
-%define release %mkrel 15
+%define release %mkrel 16
Summary: Numlock key locker
Name: %{name}
@@ -13,7 +13,7 @@ License: GPL
Url: http://cvs.mandriva.com/cgi-bin/cvsweb.cgi/soft/numlock/
Group: System/Configuration/Boot and Init
Source0: %{name}-%{version}.tar.bz2
-BuildRequires: XFree86-devel
+BuildRequires: libx11-devel
BuildRoot: %{_tmppath}/%{name}-buildroot
# do not require X11 libs
autoReq: no
@@ -53,21 +53,23 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_initrddir}/%{name}
%config(noreplace) /etc/profile.d/%{name}.sh
%config(noreplace) /etc/X11/xinit.d/numlock
-/usr/X11R6/bin/*
-/usr/X11R6/man/man1/*
-/usr/X11R6/man/cs/man1/*
-/usr/X11R6/man/nl/man1/*
-%lang(cs) /usr/X11R6/man/cs/man1/*
-%lang(et) /usr/X11R6/man/et/man1/*
-%lang(eu) /usr/X11R6/man/eu/man1/*
-%lang(fi) /usr/X11R6/man/fi/man1/*
-%lang(fr) /usr/X11R6/man/fr/man1/*
-%lang(it) /usr/X11R6/man/it/man1/*
-%lang(ru) /usr/X11R6/man/ru/man1/*
-%lang(uk) /usr/X11R6/man/uk/man1/*
+/usr/bin/*
+%{_mandir}/man1/*
+%lang(cs) %{_mandir}/cs/man1/*
+%lang(et) %{_mandir}/et/man1/*
+%lang(eu) %{_mandir}/eu/man1/*
+%lang(fi) %{_mandir}/fi/man1/*
+%lang(fr) %{_mandir}/fr/man1/*
+%lang(it) %{_mandir}/it/man1/*
+%lang(nl) %{_mandir}/nl/man1/*
+%lang(ru) %{_mandir}/ru/man1/*
+%lang(uk) %{_mandir}/uk/man1/*
%changelog
+* Tue Aug 22 2006 Pixel <pixel@mandriva.com> 2.0-16mdv2007.0
+- move out of /usr/X11R6
+
* Wed Mar 8 2006 Olivier Blin <oblin@mandriva.com> 2.0-15mdk
- disable autoReq back (not to require X11 libs)