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