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