]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
0c9445b46b35549f41aaceb06f7753f2aeaffd93
[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/Applications
8 Group(de):      X11/Applikationen
9 Group(pl):      X11/Aplikacje
10 Source0:        %{name}-%{version}.tar.gz
11 Patch0:         %{name}-config.patch
12 Requires:       XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
13 #Requires:      initscripts >= 3.60
14 ExcludeArch:    sparc
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         _prefix /usr/X11R6
18 %define         _mandir /usr/X11R6/man
19
20 %description
21 This is the Red Hat X Configuration tool. It is based on the sources
22 for xf86config, a utility from XFree86. It has a nicer user interface
23 added to make it easier for the end user.
24
25 NOTE - use mouseconfig to change your mouse type, then re-run
26 Xconfigurator to set X up for your new mouse type.
27
28 %description -l pl
29 Narzêdzie do konfiguracji X Window System stworzone przez firmê Red
30 Hat Software. Jest oparte na xf86config - narzêdziu z XFree86. Ma
31 przyjemniejszy interfejs i jest ³atwiejszy w obs³udze.
32
33 %prep
34 %setup -q
35 %patch -p1
36
37 %build
38 %{__make}
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42
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.053819 seconds and 2 git commands to generate.