]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
b1a867cc86aef48680f97ca6fc2d607011e5d2c5
[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.10.7
5 Release:        1
6 License:        distributable
7 Group:          X11/Applications
8 Source0:        %{name}-%{version}.tar.bz2
9 #Patch0:                %{name}-config.patch
10 Patch1:         %{name}-kudzu.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 BuildRequires:  gdk-pixbuf-devel
16 BuildRequires:  kudzu-devel
17 BuildRequires:  gnome-libs-devel
18
19 %define         _prefix /usr/X11R6
20 %define         _mandir /usr/X11R6/man
21
22 %description
23 This is the Red Hat X Configuration tool. It is based on the sources
24 for xf86config, a utility from XFree86. It has a nicer user interface
25 added to make it easier for the end user.
26
27 NOTE - use mouseconfig to change your mouse type, then re-run
28 Xconfigurator to set X up for your new mouse type.
29
30 %description -l pl
31 Narzêdzie do konfiguracji X Window System stworzone przez firmê Red
32 Hat Software. Jest oparte na xf86config - narzêdziu z XFree86. Ma
33 przyjemniejszy interfejs i jest ³atwiejszy w obs³udze.
34
35 %prep
36 %setup -q
37 #%patch0 -p1
38 %patch1 -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.082408 seconds and 2 git commands to generate.