]> git.pld-linux.org Git - packages/fnfx.git/blob - fnfx.spec
- init
[packages/fnfx.git] / fnfx.spec
1 Name:           fnfx
2 Version:        0.2
3 Release:        0.1
4 Summary:        Toshiba laptop function key utility
5 License:        GPL
6 URL:            http://fnfx.sf.net
7 Group:          System/Configuration/Hardware
8 Source0:        http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9 Source1:        %{name}.init
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11 Requires(pre):  rpm-helper
12 Requires(post): rpm-helper
13
14 %description
15 FnFX enables owners of Toshiba laptops to change the LCD brightness,
16 control, the internal fan and use the special keys on their keyboard
17 (Fn-x combinations, hot-keys). The internal functions will give the
18 possibility to map the Fn-Keys to functions like volume up/down, mute,
19 suspend to disk, suspend to ram and switch LCD/CRT/TV-out. These
20 functions heavily depend on the system and/or kernel configuration.
21 You will need at least a kernel (v2.4.x, v2.5.x, v2.6.x) with ACPI and
22 Toshiba support (CONFIG_ACPI and CONFIG_ACPI_TOSHIBA).
23
24 %prep
25 %setup -q
26
27 %build
28 %configure
29 %{__make}
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_initrddir}}
34 install -d $RPM_BUILD_ROOT/etc/fnfx
35 install src/{fnfx,fnfxd} $RPM_BUILD_ROOT%{_sbindir}
36 install etc/{fnfxd.conf,keymap} $RPM_BUILD_ROOT/etc/fnfx
37 install %{SOURCE1} $RPM_BUILD_ROOT%{_initrddir}/fnfx
38
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %post
44 %_post_service %{name}
45
46 %preun
47 %_preun_service %{name}
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_sbindir}/%{name}
52 %attr(755,root,root) %{_sbindir}/*
53 %dir %{_sysconfdir}/%{name}
54 %config(noreplace) %{_sysconfdir}/%{name}/*
55 %config(noreplace) %{_initrddir}/%{name}
56
57 #%doc ChangeLog INSTALL AUTHORS README
This page took 0.060285 seconds and 3 git commands to generate.