]> git.pld-linux.org Git - packages/Xconfigurator.git/blob - Xconfigurator.spec
- added -q %setup parameter,
[packages/Xconfigurator.git] / Xconfigurator.spec
1 Summary:     Red Hat X Window System Configuration tool.
2 Name:        Xconfigurator
3 Version:     3.84
4 Release:     2
5 Copyright:   distributable
6 Group:       X11/Utilities
7 Source:      %{name}-%{version}.tar.gz
8 Patch:       Xconfigurator-config.patch
9 Requires:    XFree86 >= 3.3.2,  kbdconfig, mouseconfig >= 2.8, kbd
10 Requires:    initscripts >= 3.60
11 ExcludeArch: sparc
12 BuildRoot:   /tmp/%{name}-%{version}-root
13
14 %description
15 This is the Red Hat X Configuration tool.  It is based on the sources
16 for xf86config, a utility from XFree86.  It has a nicer user interface
17 added to make it easier for the end user.
18
19 NOTE - use mouseconfig to change your mouse type, then re-run Xconfigurator
20 to set X up for your new mouse type.
21
22 %prep
23 %setup -q
24 %patch -p1
25
26 %build
27 make
28 strip Xconfigurator
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 make PREFIX=$RPM_BUILD_ROOT install
33
34 %clean
35 rm -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 * Thu Oct 29 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
64   [3.82-2]
65 - added -q %setup parameter,
66 - changed Buildroot to /tmp/%%{name}-%%{version}-root,
67 - added using %%{name} and %%{version} in Source,
68 - added full %attr description in %files,
69 - .mo files moved to /usr/X11R6/share/locale.
70
71 * Thu Oct 22 1998 Bill Nottingham <notting@redhat.com>
72 - build for Raw Hide (slang-1.2.2)
73
74 * Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
75 - translation updates
76
77 * Mon Oct 12 1998 Arnaldo Carvalho de Melo <acme@conectiva.com.br>
78 - updated pt_BR translations
79 - more i18n strings: ramdac_name, clockchip_name, monitortype_name
80
81 * Tue Oct 06 1998 Preston Brown <pbrown@redhat.com>
82 - updated pci probing to handle S3V GX2 and MX cards
83
84 * Mon Sep 28 1998 Preston Brown <pbrown@redhat.com>
85 - fixed autoprobing for S3V based cards, and for AGP Millennium II
86
87 * Fri Sep 25 1998 Preston Brown <pbrown@redhat.com>
88 - merged back in mouseconfig stuff, somehow lost!??
89 - merge back erik's changes, also lost!
90
91 * Fri Sep 25 1998 Cristian Gafton <gafton@redhat.com>
92 - turkish update
93
94 * Fri Sep 25 1998 Matthew Wilson <msw@redhat.com>
95 - More backbutton changes, state saving changes.  Much work left to do.
96
97 * Thu Sep 24 1998 Cristian Gafton <gafton@redhat.com>
98 - NeoMagic video list update
99
100 * Thu Sep 24 1998 Preston Brown <pbrown@redhat.com>
101 - tiny update for new mouseconfig
102
103 * Wed Sep 23 1998 Erik Troan <ewt@redhat.com>
104 - added support for new /etc/sysconfig/keyboard format
105
106 * Thu Sep 17 1998 Preston Brown <pbrown@redhat.com>
107 - fixed problem with path to keyboard map being wrong with new kbd package
108
109 * Tue Sep 15 1998 Preston Brown <pbrown@redhat.com>
110 - added support for new XMOUSETYPE from mouseconfig
111 - merged changes into cvs (whoops)
112
113 * Mon Aug 10 1998 Erik Troan <ewt@redhat.com>
114 - incorporated Back button mods from Matt Wilson
115
116 * Sun Aug 02 1998 Erik Troan <ewt@redhat.com>
117 - built against newt 0.30
118
119 * Wed Jun 10 1998 Erik Troan <ewt@redhat.com>
120 - was using wrong domain name for translations
121
122 * Thu May 14 1998 Cristian Gafton <gafton@redhat.com>
123 - fixed alpha version
124
125 * Thu May 07 1998 Erik Troan <ewt@redhat.com>
126 - use /sbin/setsysfont to restore the system font
127 - added tr, no, cz, de, no, fr translations (maybe a couple of others)
128
129 * Fri Apr 17 1998 Erik Troan <ewt@redhat.com>
130 - include translations in build
131
132 * Sun Apr 05 1998 Erik Troan <ewt@redhat.com>
133 - updated for new newt, i18n-ready
134 - removed tons of extraneous code
135 - doesn't use imake anymore
136 - buildrooted
137 - moved monitor database to /usr/X11R6/share
138 - requires X11R6 > 3.3.2 rather then xserver-wrapper
139
140 * Wed Jan 21 1998 Erik Troan <ewt@redhat.com>
141 - don't install /usr/X11R6/bin/X symlink, just require xserver-wrapper instead
142
143 * Sun Nov  9 1997 Michael Fulbright <msf@redhat.com>
144 - fixed --pick/--continue and --expert interaction
145
146 * Sat Nov 08 1997 Erik Troan <ewt@redhat.com>
147 - added checks for bad parameters
148
149 * Fri Nov  7 1997 Michael Fulbright <msf@redhat.com>
150 - added new video card entries from 2.0.31 kernel pci.c
151
152 * Mon Nov  3 1997 Michael Fulbright <msf@redhat.com>
153 - changed /etc/X11/X symlink to be relative, not absolute
154
155 * Thu Oct 30 1997 Michael Fulbright <msf@redhat.com>
156 - fixed VGA16 kickstart support
157 - fixed version string
158
159 * Mon Oct 27 1997 Michael Fulbright <msf@redhat.com>
160 - Fixed Mach64 autoprobing problems
161 - Added more user options when selecting from autoprobed video modes
162
163 * Tue Oct 14 1997 Michael Fulbright <msf@redhat.com>
164 - fixed handling of temp files to be more safe
165 - added option for interactive mode to autoprobe ram,color depth, etc.
166
167 * Mon Oct  6 1997 Michael Fulbright <msf@redhat.com>
168 - made 'Unlisted Card' work again
169 - added more monitors
170 - added a beta man page
171
172 * Thu Oct  2 1997 Michael Fulbright <msf@redhat.com>
173 - added generic monitor types
174
175 * Wed Oct  1 1997 Michael Fulbright <msf@redhat.com>
176 - made it run /etc/X11/X explicitely
177 - added --expert flag
178 - fixed memory allocation problem in SplitString()
179
180 * Tue Sep 30 1997 Michael Fulbright <msf@redhat.com>
181 - added kickstart support
182 - added PCI probing for PCI video card autodetection
183 - added use of --probeonly to get video card information
This page took 0.052686 seconds and 4 git commands to generate.