]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
- changed all BuildRoot definitons
[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 Source:         %{name}-%{version}.tar.gz
10 Patch:          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 Xconfigurator
25 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 Hat
29 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 strip Xconfigurator
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 make PREFIX=$RPM_BUILD_ROOT install
43
44 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/Xconfigurator.1x
45 gzip -9nf README TODO
46
47 %find_lang %{name}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files -f %{name}.lang
53 %defattr(644,root,root,755)
54 %doc {README,TODO}.gz
55 %attr(755,root,root) /usr/X11R6/bin/Xconfigurator
56 %attr(755,root,root) /usr/X11R6/bin/Xtest
57 /usr/X11R6/share/Xconfigurator
58 /usr/X11R6/man/man1/Xconfigurator.1x.gz
This page took 0.091542 seconds and 4 git commands to generate.