]> git.pld-linux.org Git - packages/Xconfigurator.git/blame_incremental - Xconfigurator.spec
- converted to UTF-8
[packages/Xconfigurator.git] / Xconfigurator.spec
... / ...
CommitLineData
1Summary: Red Hat X Window System Configuration tool
2Summary(pl.UTF-8): Narzędzie do konfiguracji X Window System
3Name: Xconfigurator
4Version: 4.10.7
5Release: 1
6License: distributable
7Group: X11/Applications
8Source0: %{name}-%{version}.tar.bz2
9# Source0-md5: 13b8af4364419e959396df2b1f50d87e
10#Patch0: %{name}-config.patch
11Patch1: %{name}-kudzu.patch
12#Requires: initscripts >= 3.60
13BuildRequires: gdk-pixbuf-devel
14BuildRequires: gnome-libs-devel
15BuildRequires: kudzu-devel
16Requires: XFree86 >= 3.3.2
17Requires: kbd
18Requires: kbdconfig
19Requires: mouseconfig >= 2.8
20ExcludeArch: sparc
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%define _prefix /usr/X11R6
24%define _mandir %{_prefix}/man
25
26%description
27This is the Red Hat X Configuration tool. It is based on the sources
28for xf86config, a utility from XFree86. It has a nicer user interface
29added to make it easier for the end user.
30
31NOTE - use mouseconfig to change your mouse type, then re-run
32Xconfigurator to set X up for your new mouse type.
33
34%description -l pl.UTF-8
35Narzędzie do konfiguracji X Window System stworzone przez firmę Red
36Hat Software. Jest oparte na xf86config - narzędziu z XFree86. Ma
37przyjemniejszy 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
48rm -rf $RPM_BUILD_ROOT
49
50%{__make} install \
51 PREFIX=$RPM_BUILD_ROOT
52
53%find_lang %{name}
54
55%clean
56rm -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.037772 seconds and 4 git commands to generate.