]> git.pld-linux.org Git - packages/Xconfigurator.git/blame - Xconfigurator.spec
- converted to UTF-8
[packages/Xconfigurator.git] / Xconfigurator.spec
CommitLineData
2bafd456 1Summary: Red Hat X Window System Configuration tool
8d5b3037 2Summary(pl.UTF-8): Narzędzie do konfiguracji X Window System
2bafd456 3Name: Xconfigurator
70bf8898 4Version: 4.10.7
2bafd456 5Release: 1
59973d24 6License: distributable
94878603 7Group: X11/Applications
70bf8898 8Source0: %{name}-%{version}.tar.bz2
410ffd71 9# Source0-md5: 13b8af4364419e959396df2b1f50d87e
70bf8898 10#Patch0: %{name}-config.patch
11Patch1: %{name}-kudzu.patch
2bafd456 12#Requires: initscripts >= 3.60
70bf8898 13BuildRequires: gdk-pixbuf-devel
70bf8898 14BuildRequires: gnome-libs-devel
5e46a395
PG
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)
7073b4e2 22
2bafd456 23%define _prefix /usr/X11R6
5e46a395 24%define _mandir %{_prefix}/man
2bafd456 25
7073b4e2 26%description
0e8d411f 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
7073b4e2 29added to make it easier for the end user.
30
0e8d411f 31NOTE - use mouseconfig to change your mouse type, then re-run
32Xconfigurator to set X up for your new mouse type.
7073b4e2 33
8d5b3037
JR
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.
01bf27f2 38
7073b4e2 39%prep
40%setup -q
70bf8898 41#%patch0 -p1
42%patch1 -p1
7073b4e2 43
44%build
2334b752 45%{__make}
7073b4e2 46
47%install
48rm -rf $RPM_BUILD_ROOT
0e8d411f 49
5e46a395
PG
50%{__make} install \
51 PREFIX=$RPM_BUILD_ROOT
01bf27f2 52
8d31ba8f 53%find_lang %{name}
54
7073b4e2 55%clean
56rm -rf $RPM_BUILD_ROOT
57
8d31ba8f 58%files -f %{name}.lang
48ca351a 59%defattr(644,root,root,755)
5e46a395 60%doc README TODO
0e8d411f 61%attr(755,root,root) %{_bindir}/Xconfigurator
62%attr(755,root,root) %{_bindir}/Xtest
63%{_datadir}/Xconfigurator
59973d24 64%{_mandir}/man1/Xconfigurator.1x*
This page took 0.05818 seconds and 4 git commands to generate.