]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
- added using CVS keywords in %changelog (for automating them).
[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:     3.84
5 Release:     3
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:      /tmp/%{name}-%{version}-root
15
16 %description
17 This is the Red Hat X Configuration tool.  It is based on the sources
18 for xf86config, a utility from XFree86.  It has a nicer user interface
19 added to make it easier for the end user.
20
21 NOTE - use mouseconfig to change your mouse type, then re-run Xconfigurator
22 to set X up for your new mouse type.
23
24 %description -l pl
25 Narzêdzie do konfiguracji X Window System stworzone przez firmê Red Hat
26 Software. Jest oparte na xf86config - narzêdziu z XFree86. Ma
27 przyjemniejszy interfejs i jest ³atwiejszy w obs³udze.
28
29 %prep
30 %setup -q
31 %patch -p1
32
33 %build
34 make
35 strip Xconfigurator
36
37 %install
38 rm -rf $RPM_BUILD_ROOT
39 make PREFIX=$RPM_BUILD_ROOT install
40
41 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/Xconfigurator.1x
42 gzip -9nf README TODO
43
44 %find_lang %{name}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files -f %{name}.lang
50 %defattr(644,root,root,755)
51 %doc {README,TODO}.gz
52 %attr(755,root,root) /usr/X11R6/bin/Xconfigurator
53 /usr/X11R6/share/Xconfigurator
54 /usr/X11R6/man/man1/Xconfigurator.1x.gz
This page took 0.052048 seconds and 4 git commands to generate.