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