]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
94c7f425fa5a40f132426954571d224b2c30771b
[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 # Source0-md5:  13b8af4364419e959396df2b1f50d87e
10 #Patch0:                %{name}-config.patch
11 Patch1:         %{name}-kudzu.patch
12 Requires:       XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
13 #Requires:      initscripts >= 3.60
14 ExcludeArch:    sparc
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16 BuildRequires:  gdk-pixbuf-devel
17 BuildRequires:  kudzu-devel
18 BuildRequires:  gnome-libs-devel
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 #%patch0 -p1
39 %patch1 -p1
40
41 %build
42 %{__make}
43
44 %install
45 rm -rf $RPM_BUILD_ROOT
46
47 %{__make} PREFIX=$RPM_BUILD_ROOT install
48
49 gzip -9nf README TODO
50
51 %find_lang %{name}
52
53 %clean
54 rm -rf $RPM_BUILD_ROOT
55
56 %files -f %{name}.lang
57 %defattr(644,root,root,755)
58 %doc {README,TODO}.gz
59 %attr(755,root,root) %{_bindir}/Xconfigurator
60 %attr(755,root,root) %{_bindir}/Xtest
61 %{_datadir}/Xconfigurator
62 %{_mandir}/man1/Xconfigurator.1x*
This page took 0.0533 seconds and 2 git commands to generate.