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