]> git.pld-linux.org Git - packages/Xconfigurator.git/blame - Xconfigurator.spec
- added -q %setup parameter,
[packages/Xconfigurator.git] / Xconfigurator.spec
CommitLineData
7073b4e2 1Summary: Red Hat X Window System Configuration tool.
2Name: Xconfigurator
3Version: 3.84
4Release: 2
5Copyright: distributable
6Group: X11/Utilities
7Source: %{name}-%{version}.tar.gz
8Patch: Xconfigurator-config.patch
9Requires: XFree86 >= 3.3.2, kbdconfig, mouseconfig >= 2.8, kbd
10Requires: initscripts >= 3.60
11ExcludeArch: sparc
12BuildRoot: /tmp/%{name}-%{version}-root
13
14%description
15This is the Red Hat X Configuration tool. It is based on the sources
16for xf86config, a utility from XFree86. It has a nicer user interface
17added to make it easier for the end user.
18
19NOTE - use mouseconfig to change your mouse type, then re-run Xconfigurator
20to set X up for your new mouse type.
21
22%prep
23%setup -q
24%patch -p1
25
26%build
27make
28strip Xconfigurator
29
30%install
31rm -rf $RPM_BUILD_ROOT
32make PREFIX=$RPM_BUILD_ROOT install
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644, root, root, 755)
39%doc README TODO
40%attr(755, root, root) /usr/X11R6/bin/Xconfigurator
41/usr/X11R6/share/Xconfigurator
42%attr(644, root, man) /usr/X11R6/man/man1/Xconfigurator.1x
43%lang(cs) /usr/X11R6/share/locale/cs/LC_MESSAGES/Xconfigurator.mo
44%lang(da) /usr/X11R6/share/locale/da/LC_MESSAGES/Xconfigurator.mo
45%lang(de) /usr/X11R6/share/locale/de/LC_MESSAGES/Xconfigurator.mo
46%lang(en) /usr/X11R6/share/locale/en*/LC_MESSAGES/Xconfigurator.mo
47%lang(fi) /usr/X11R6/share/locale/fi/LC_MESSAGES/Xconfigurator.mo
48%lang(fr) /usr/X11R6/share/locale/fr/LC_MESSAGES/Xconfigurator.mo
49%lang(no) /usr/X11R6/share/locale/no/LC_MESSAGES/Xconfigurator.mo
50%lang(pt) /usr/X11R6/share/locale/pt*/LC_MESSAGES/Xconfigurator.mo
51%lang(ro) /usr/X11R6/share/locale/ro/LC_MESSAGES/Xconfigurator.mo
52%lang(sk) /usr/X11R6/share/locale/sk/LC_MESSAGES/Xconfigurator.mo
53%lang(tr) /usr/X11R6/share/locale/tr/LC_MESSAGES/Xconfigurator.mo
54
55%changelog
56* Fri Nov 13 1998 Preston Brown <pbrown@redhat.com>
57- adjusted FontPath entries
58
59* Thu Nov 12 1998 Matt Wilson <msw@redhat.com>
60- Added pci probing for Riva 128 cards, made VideoRam exception
61 (the server can't figure out how much video ram Rive 128 cards have.)
62
63