source: projects/specs/trunk/s/system-config-keyboard/system-config-keyboard-vl.spec @ 719

Revision 719, 10.0 KB checked in by daisuke, 14 years ago (diff)

remove xorg.conf keyboard section

Line 
1Summary: A graphical interface for modifying the keyboard
2Summary(ja): キーボードを変更するためのグラフィカルインタフェース
3Name: system-config-keyboard
4Epoch: 1
5Version: 1.3.1
6Release: 2%{?_dist_release}
7URL: https://fedorahosted.org/system-config-keyboard/
8License: GPLv2+
9
10Source0: https://fedorahosted.org/releases/s/y/system-config-keyboard/%{name}-%{version}.tar.gz
11
12Patch1: system-config-keyboard-1.3.1-donot-modify-xorgconf.patch
13
14BuildRoot: %{_tmppath}/%{name}-%{version}-root
15BuildArch: noarch
16ExclusiveOS: Linux
17Group: System Environment/Base
18BuildRequires: desktop-file-utils
19BuildRequires: gettext
20BuildRequires: intltool
21Obsoletes: kbdconfig
22Obsoletes: redhat-config-keyboard
23ExcludeArch: s390 s390x ppc64
24Requires: python
25Requires: usermode >= 1.36
26Requires: rhpl >= 0.53
27Requires: pyxf86config
28Requires: firstboot
29Prereq: gtk2 >= 2.6
30
31%description
32system-config-keyboard is a graphical user interface that allows
33the user to change the default keyboard of the system.
34
35%description -l ja
36%{name} はシステムのデフォルトのキーボードを変更するための
37グラフィカルユーザインタフェースです。
38
39%prep
40%setup -q
41%patch1 -p1
42
43%build
44%{__make}
45
46%install
47make INSTROOT=$RPM_BUILD_ROOT install
48desktop-file-install --vendor system --delete-original      \
49  --dir $RPM_BUILD_ROOT%{_datadir}/applications             \
50  --add-category System \
51  --add-category Settings \
52  $RPM_BUILD_ROOT%{_datadir}/applications/system-config-keyboard.desktop
53
54%find_lang %{name}
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59%post
60touch --no-create %{_datadir}/icons/hicolor
61if [ -x /usr/bin/gtk-update-icon-cache ]; then
62  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
63fi
64
65%postun
66touch --no-create %{_datadir}/icons/hicolor
67if [ -x /usr/bin/gtk-update-icon-cache ]; then
68  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
69fi
70
71%files -f %{name}.lang
72%defattr(-,root,root)
73#%doc COPYING
74%{_bindir}/system-config-keyboard
75%{_sbindir}/system-config-keyboard
76%dir %{_datadir}/system-config-keyboard
77%{_datadir}/system-config-keyboard/*
78%dir %{_datadir}/firstboot/
79%dir %{_datadir}/firstboot/modules
80%{_datadir}/firstboot/modules/*
81%attr(0644,root,root) %{_datadir}/applications/system-config-keyboard.desktop
82%attr(0644,root,root) %config %{_sysconfdir}/security/console.apps/system-config-keyboard
83%attr(0644,root,root) %config %{_sysconfdir}/pam.d/system-config-keyboard
84%attr(0644,root,root) %{_datadir}/icons/hicolor/48x48/apps/system-config-keyboard.png
85%{python_sitelib}/system_config_keyboard
86
87%changelog
88* Tue Mar 30 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-2
89- add patch1
90  - do not add keyboard settings to xorg.conf
91  - remove keyboard settings from xorg.conf
92
93* Fri Mar 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.1-1
94- update to 1.3.1
95
96* Sat Aug 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1:1.2.11-2
97- revert to 1.2.11
98
99* Fri Jun 12 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.15-1
100- new upstream release, add upstream patches
101
102* Thu Oct 02 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.11-1
103- initial build for Vine Linux
104
105* Tue Nov 21 2006 Paul Nasrat <pnasrat@redhat.com> - 1.2.11-1
106- Update translations
107
108* Fri Oct 13 2006 Bill Nottingham <notting@redhat.com> - 1.2.10-1
109- use valid charset for translations (#210720)
110
111* Wed Oct 04 2006 Chris Lumens <clumens@redhat.com> - 1.2.9-1
112- Fix type ahead order to use displayed names (#209218).
113
114* Mon Oct  2 2006 Jeremy Katz <katzj@redhat.com> - 1.2.8-1
115- update translations
116
117* Mon Jul 17 2006 Paul Nasrat <pnasrat@redhat.com> - 1.2.7-2
118- Don't nuke *.pyc in preun (#198952)
119
120* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.7-1.1.1
121- rebuild
122
123* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
124- rebuilt
125
126* Thu Oct 20 2005 Paul Nasrat <pnasrat@redhat.com> - 1.2.7-1
127- Update pam file (#170630)
128- New firstboot module
129- Compiled python
130
131* Thu Sep 15 2005 Jeremy Katz <katzj@redhat.com> - 1.2.6-3
132- exclude ppc64 since we don't have X stuff there
133
134* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
135- silence %%post
136
137* Fri Apr 01 2005 Paul Nasrat <pnasrat@redhat.com> - 1.2.6-1
138- Translations
139- Gtk deprecations
140
141* Mon Mar 28 2005 Christopher Aillon <caillon@redhat.com>
142- rebuilt
143
144* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 1.2.5-2
145- Update the GTK+ theme icon cache on (un)install
146
147* Fri Oct 08 2004 Paul Nasrat <pnasrat@redhat.com> - 1.2.5-1
148- Firstboot fix for xorg.conf
149
150* Fri Oct 01 2004 Paul Nasrat <pnasrat@redhat.com> - 1.2.4-1
151- Translations
152
153* Wed Sep 22 2004 Jeremy Katz <katzj@redhat.com> - 1.2.3-1
154- fix traceback when using treeview typeahead (#133178)
155
156* Tue Sep 07 2004 Paul Nasrat <pnasrat@redhat.com> 1.2.2-1
157- i18n desktop
158
159* Thu Apr  8 2004 Brent Fox <bfox@redhat.com> 1.2.1-2
160- fix icon path (bug #120175)
161
162* Wed Nov 12 2003 Brent Fox <bfox@redhat.com> 1.2.1-1
163- renamed from redhat-config-keyboard
164- add Obsoletes for redhat-config-keyboard
165- make changes for Python2.3
166
167* Mon Oct 13 2003 Brent Fox <bfox@redhat.com> 1.1.5-2
168- pull in Croatian translation (bug #106617)
169
170* Thu Aug 14 2003 Brent Fox <bfox@redhat.com> 1.1.5-1
171- tag on every build
172
173* Wed Jul  2 2003 Brent Fox <bfox@redhat.com> 1.1.3-2
174- bump release and rebuild
175
176* Wed Jul  2 2003 Brent Fox <bfox@redhat.com> 1.1.3-1
177- mark string for translation
178
179* Tue Jul  1 2003 Brent Fox <bfox@redhat.com> 1.1.2-2
180- bump version and rebuild
181
182* Tue Jul  1 2003 Brent Fox <bfox@redhat.com> 1.1.2-1
183- fix formatting problem (bug #97873)
184- create an XkbOption if it doesn't exist (bug #97877)
185
186* Wed May 21 2003 Brent Fox <bfox@redhat.com> 1.1.1-2
187- made a typo in redhat-config-keyboard.py
188
189* Wed May 21 2003 Brent Fox <bfox@redhat.com> 1.1.1-1
190- Created a command line interface
191- updated all copyright dates
192
193* Wed Apr  2 2003 Brent Fox <bfox@redhat.com> 1.0.5-1
194- pass window size into rhpl
195
196* Wed Mar  5 2003 Brent Fox <bfox@redhat.com> 1.0.4-1
197- add functions in keyboard_gui.py for anaconda popup mode
198
199* Wed Feb 12 2003 Jeremy Katz <katzj@redhat.com> 1.0.3-4
200- fixes for tui cjk (#83518)
201
202* Tue Feb  4 2003 Brent Fox <bfox@redhat.com> 1.0.3-3
203- change packing order a little for firstboot reconfig mode
204
205* Thu Jan 30 2003 Brent Fox <bfox@redhat.com> 1.0.3-2
206- bump and build
207
208* Wed Jan 22 2003 Brent Fox <bfox@redhat.com> 1.0.3-1
209- add a us keymap to keymaps with non-latin chars (bug #82440)
210- write out the XkbVariant line if it is present
211- handle XkbOptions to allow toggling between keymaps
212
213* Mon Dec 23 2002 Brent Fox <bfox@redhat.com> 1.0.2-1
214- add a textdomain for rhpl so we pull in translations (bug #78831)
215
216* Thu Dec 12 2002 Brent Fox <bfox@redhat.com> 1.0.1-9
217- remove requires for pygtk2 since we have a text mode now
218
219* Wed Dec 11 2002 Brent Fox <bfox@redhat.com> 1.0.1-8
220- fall back to text mode if gui mode fails
221
222* Tue Nov 12 2002 Brent Fox <bfox@redhat.com> 1.0.1-7
223- pam path changes
224
225* Thu Nov 07 2002 Brent Fox <bfox@redhat.com> 1.0.1-6
226- Add keyboard_backend.py to cvs
227
228* Thu Oct 31 2002 Brent Fox <bfox@redhat.com> 1.0.1-5
229- Obsolete kbdconfig
230
231* Wed Oct 09 2002 Brent Fox <bfox@redhat.com> 1.0.1-4
232- Added a tui mode - keyboard_tui.py
233- Moved some non-UI code to keyboard_backend.py
234
235* Fri Oct 04 2002 Brent Fox <bfox@redhat.com> 1.0.1-3
236- Add a window icon
237- set selection mode to browse
238
239* Wed Aug 28 2002 Brent Fox <bfox@redhat.com> 1.0.1-1
240- Make no arch
241
242* Wed Aug 14 2002 Brent Fox <bfox@redhat.com> 0.9.9-6
243- rebuild for translations
244
245* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 0.9.9-5
246- fix textdomain so translations show up correctly
247
248* Tue Aug 13 2002 Brent Fox <bfox@redhat.com> 0.9.9-4
249- pull translations into desktop file
250
251* Mon Aug 12 2002 Tammy Fox <tfox@redhat.com> 0.9.9-3
252- Replace System with SystemSetup in desktop file categories
253
254* Sun Aug 11 2002 Brent Fox <bfox@redhat.com> 0.9.9-2
255- Fix ordering of layout and model.  Fixes bug 71067
256
257* Thu Aug 08 2002 Brent Fox <bfox@redhat.com> 0.9.9-1
258- Added Requires for pyxf86config
259
260* Fri Aug 02 2002 Brent Fox <bfox@redhat.com> 0.9.8-1
261- Make changes for new pam timestamp policy
262
263* Thu Aug 01 2002 Brent Fox <bfox@redhat.com> 0.9.7-2
264- sort the list by the full keyboard name, not the keymap
265
266* Thu Aug 01 2002 Brent Fox <bfox@redhat.com> 0.9.7-1
267- make calls to pyxf86config to update XF86Config file
268
269* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 0.9.6-3
270- fix Makefiles and spec files so that translations get installed
271
272* Wed Jul 24 2002 Brent Fox <bfox@redhat.com> 0.9.6-2
273- update spec file for public beta 2
274
275* Tue Jul 23 2002 Brent Fox <bfox@redhat.com> 0.9.6-1
276- put desktop file in correct location
277
278* Mon Jul 22 2002 Jeremy Katz <katzj@redhat.com> 0.9.5-2
279- add scrollto hack back
280
281* Fri Jul 19 2002 Brent Fox <bfox@redhat.com> 0.9.5-1
282- add version dependency for pygtk2 API change
283
284* Thu Jul 18 2002 Jeremy Katz <katzj@redhat.com> 0.9.4-3
285- add fix for list store changes in new pygtk2
286
287* Tue Jul 16 2002 Brent Fox <bfox@redhat.com> 0.9.4-2
288- bump rev num and rebuild
289
290* Thu Jul 11 2002 Brent Fox <bfox@redhat.com> 0.9.3-2
291- Update changelogs and rebuild
292
293* Mon Jul  1 2002 Jeremy Katz <katzj@redhat.com> 0.9.3-1
294- add wacky scrollto hack so that the screen in the installer scrolls properly
295
296* Mon Jul 01 2002 Brent Fox <bfox@redhat.com> 0.9.2-1
297- Bump rev number
298
299* Mon Jul 1 2002 Brent Fox <bfox@redhat.com> 0.9.2-1
300- Wrap the destroy call in a try/except because there is no self.mainWindow in firstboot reconfig mode
301
302* Wed Jun 26 2002 Brent Fox <bfox@redhat.com> 0.9.1-1
303- Fixed description
304
305* Tue Jun 25 2002 Brent Fox <bfox@redhat.com> 0.9.0-5
306- Create pot file
307
308* Mon Jun 24 2002 Brent Fox <bfox@redhat.com> 0.9.0-4
309- Fix spec file
310
311* Fri Jun 21 2002 Brent Fox <bfox@redhat.com> 0.9.0-3
312- Print init message on debug mode
313
314* Thu Jun 20 2002 Brent Fox <bfox@redhat.com> 0.9.0-2
315- Pass doDebug into launch instead of setupScreen
316- Add snapsrc to Makefile
317
318* Tue Jun 18 2002 Brent Fox <bfox@redhat.com> 0.9.0-1
319- Create a way to pass keymap name back to firstboot
320
321* Wed May 29 2002 Brent Fox <bfox@redhat.com> 0.2.0-3
322- Make symbolic link in /usr/share/firstboot/modules point to keyboard_gui.py
323
324* Tue May 28 2002 Jeremy Katz <katzj@redhat.com>
325- changes to be usable within an anaconda context
326
327* Tue Dec 05 2001 Brent Fox <bfox@redhat.com>
328- initial coding and packaging
329
Note: See TracBrowser for help on using the repository browser.