]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
- spec adapterized.
[packages/Xconfigurator.git] / Xconfigurator.spec
1 Summary:        Red Hat X Window System Configuration tool
2 Summary(pl):    Narzêdzie do konfiguracji X Window System
3 Name:           Xconfigurator
4 Version:        4.2.3
5 Release:        1
6 Copyright:      distributable
7 Group:          X11/Utilities
8 Group(pl):      X11/Narzêdzia
9 Source0:        %{name}-%{version}.tar.gz
10 Patch0:         Xconfigurator-config.patch
11 Requires:       XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
12 #Requires:      initscripts >= 3.60
13 ExcludeArch:    sparc
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %define         _prefix /usr/X11R6
17 %define         _mandir /usr/X11R6/man
18
19 %description
20 This is the Red Hat X Configuration tool. It is based on the sources
21 for xf86config, a utility from XFree86. It has a nicer user interface
22 added to make it easier for the end user.
23
24 NOTE - use mouseconfig to change your mouse type, then re-run
25 Xconfigurator to set X up for your new mouse type.
26
27 %description -l pl
28 Narzêdzie do konfiguracji X Window System stworzone przez firmê Red
29 Hat Software. Jest oparte na xf86config - narzêdziu z XFree86. Ma
30 przyjemniejszy interfejs i jest ³atwiejszy w obs³udze.
31
32 %prep
33 %setup -q
34 %patch -p1
35
36 %build
37 make
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41
42 strip Xconfigurator
43 make PREFIX=$RPM_BUILD_ROOT install
44
45 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* \
46         README TODO
47
48 %find_lang %{name}
49
50 %clean
51 rm -rf $RPM_BUILD_ROOT
52
53 %files -f %{name}.lang
54 %defattr(644,root,root,755)
55 %doc {README,TODO}.gz
56 %attr(755,root,root) %{_bindir}/Xconfigurator
57 %attr(755,root,root) %{_bindir}/Xtest
58 %{_datadir}/Xconfigurator
59 %{_mandir}/man1/Xconfigurator.1x.gz
This page took 0.088202 seconds and 4 git commands to generate.