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