source: projects/specs/trunk/c/control-center/control-center-vl.spec @ 9569

Revision 9569, 33.1 KB checked in by Takemikaduchi, 9 years ago (diff)

cogl: add patch
others: new upstream release

Line 
1%define pango_version 1.36.3
2%define gtk3_version 3.16.0
3%define gnome_desktop3_version 3.16.0
4%define libgnomekbd_version 3.6.0
5%define desktop_file_utils_version 0.3
6%define startup_notification_version 0.7
7%define libxklavier_version 5.0
8%define gnome_doc_utils_version 0.20
9%define gnome_menus_version 3.8.0
10%define vine_menus_version 3.0
11%define evolution_data_server_version 3.16.0
12%define libcanberra_version 0.9
13%define usermode_version 1.83
14%define libnotify_version 0.7.3
15%define nm_version 0.9.8
16%define mm_version 0.7.0
17
18Summary: GNOME Control Center.
19Summary(ja): GNOME コントロールセンター
20Name: control-center
21Version: 3.16.2
22Release: 1%{?_dist_release}
23License: GPLv2+ and GFDL+
24Group: User Interface/Desktops
25URL: http://www.gnome.org
26
27Source: http://ftp.gnome.org/pub/GNOME/sources/gnome-control-center/3.16/gnome-control-center-%{version}.tar.xz
28
29Patch1: control-center-3.8.1-gpermission.patch
30# patch for Vine
31Patch1000: control-center-3.14.2-datetime-vine.patch
32
33Vendor: Project Vine
34Distribution: Vine Linux
35Packager: inagaki, daisuke, Takemikaduchi
36
37BuildRoot: %{_tmppath}/%{name}-%{version}-root
38
39Obsoletes: gnome, control-center-devel < 2.0
40Obsoletes: fontilus, themus
41
42Provides: gnome-volume-manager < 2.25
43Obsoletes: gnome-volume-manager < 2.25
44
45Requires: usermode >= %{usermode_version}
46Requires: gnome-settings-daemon
47Requires: gnome-icon-theme
48Requires: gnome-desktop3 >= %{gnome_desktop_version}
49Requires: dbus-x11
50Requires: apg
51Requires(post,postun): desktop-file-utils shared-mime-info gtk3
52
53BuildRequires: gnome-common
54BuildRequires: pango-devel >= %{pango_version}
55BuildRequires: gtk3-devel >= %{gtk3_version}
56BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
57BuildRequires: libgnomekbd-devel >= %{libgnomekbd_version}
58BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
59BuildRequires: startup-notification-devel >= %{startup_notification_version}
60BuildRequires: libxklavier-devel >= %{libxklavier_version}
61BuildRequires: gnome-menus-devel >= %{gnome_menus_version}
62BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
63BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
64BuildRequires: gnome-settings-daemon-devel
65BuildRequires: libcanberra-gtk3-devel >= %{libcanberra_version}
66BuildRequires: nautilus-devel
67BuildRequires: alsa-lib-devel
68BuildRequires: autoconf
69BuildRequires: gettext-devel
70BuildRequires: librsvg2-devel
71BuildRequires: libXScrnSaver-devel
72BuildRequires: libXxf86misc-devel
73BuildRequires: libSM-devel
74BuildRequires: unique3-devel
75BuildRequires: polkit-devel
76BuildRequires: libgtop2-devel
77BuildRequires: upower-devel
78BuildRequires: pulseaudio-libs-devel
79BuildRequires: cups-devel
80BuildRequires: cheese-devel
81BuildRequires: grilo-devel
82BuildRequires: gstreamer-plugins-base-devel
83BuildRequires: gnome-online-accounts-devel
84BuildRequires: colord-devel
85BuildRequires: colord-gtk-devel
86BuildRequires: libnm-gtk-devel >= %{nm_version}
87BuildRequires: NetworkManager-glib-devel >= %{nm_version}
88BuildRequires: ModemManager-glib-devel >= %{mm_version}
89BuildRequires: libnotify-devel >= %{libnotify_version}
90BuildRequires: libwacom-devel
91BuildRequires: libpwquality-devel
92BuildRequires: ibus-devel
93BuildRequires: accountsservice-devel
94BuildRequires: gnome-online-accounts-devel
95BuildRequires: libsmbclient-devel
96
97%description
98GNOME (the GNU Network Object Model Environment) is an attractive and
99easy-to-use GUI desktop environment. The control-center package
100provides the GNOME Control Center utilities that allow you to setup
101and configure your system's GNOME environment (things like the desktop
102background and theme, the screensaver, the window manager, system
103sounds, and mouse behavior).
104
105If you install GNOME, you need to install control-center.
106
107%description -l ja
108GNOME (the GNU Network Object Model Environment) は、魅力的で使いやすい
109GUI デスクトップ環境です。 control-center パッケージには、あなたの GNOME
110環境の設定に使う GNOME コントロールセンター・ユーティリティが含まれていま
111す。(これを使うと、デスクトップの壁紙や、テーマ、スクリーンセーバ、ウィン
112ドウマネージャ、サウンド、マウス、その他いろいろな設定を行えます。)
113
114%package devel
115Summary: Development files for GNOME Control Center
116Summary(ja): GNOME コントロールセンターの開発用ファイル
117Group: Development/Libraries
118Requires: %{name} = %{version}-%{release}
119
120%description devel
121Development tool for GNOME Control Center
122
123%descriotion -l ja devel
124GNOME コントロールセンターの開発用ファイルが含まれています。
125
126%prep
127%setup -q -n gnome-control-center-%{version}
128%patch1 -p1
129%patch1000 -p1 -b .vine
130
131%build
132autoreconf -if
133%configure --disable-static  \
134    --disable-update-mimedb \
135    --enable-ibus
136    CFLAGS="$RPM_OPT_FLAGS -Wno-error"
137
138# drop unneeded direct library deps with --as-needed
139# libtool doesn't make this easy, so we do it the hard way
140sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
141
142make %{?_smp_mflags}
143
144%install
145rm -rf $RPM_BUILD_ROOT
146
147make install DESTDIR=$RPM_BUILD_ROOT
148
149desktop-file-install --delete-original                  \
150  --dir $RPM_BUILD_ROOT%{_datadir}/applications         \
151  --add-only-show-in GNOME                              \
152  $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
153
154# we do want this
155mkdir -p $RPM_BUILD_ROOT%{_datadir}/gnome/wm-properties
156
157# We don't want these
158rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/autostart
159rm -rf $RPM_BUILD_ROOT%{_datadir}/gnome/cursor-fonts
160
161# remove useless libtool archive files
162find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
163
164# don't package mime caches
165rm -f $RPM_BUILD_ROOT%{_datadir}/mime/XMLnamespaces
166rm -f $RPM_BUILD_ROOT%{_datadir}/mime/aliases
167rm -f $RPM_BUILD_ROOT%{_datadir}/mime/application/x-gnome-theme-package.xml
168rm -f $RPM_BUILD_ROOT%{_datadir}/mime/globs
169rm -f $RPM_BUILD_ROOT%{_datadir}/mime/magic
170rm -f $RPM_BUILD_ROOT%{_datadir}/mime/subclasses
171rm -f $RPM_BUILD_ROOT%{_datadir}/mime/mime.cache
172rm -f $RPM_BUILD_ROOT%{_datadir}/applications/mimeinfo.cache
173
174rm -f $RPM_BUILD_ROOT%{_datadir}/gnome/fdl
175rm -f $RPM_BUILD_ROOT%{_datadir}/gnome/lgpl
176
177%find_lang gnome-control-center-2.0
178%find_lang gnome-control-center-2.0-timezones
179
180%clean
181rm -rf $RPM_BUILD_ROOT
182
183%post
184/sbin/ldconfig
185
186update-desktop-database %{_datadir}/applications >& /dev/null ||:
187update-mime-database %{_datadir}/mime > /dev/null
188touch --no-create %{_datadir}/icons/hicolor
189if [ -x /usr/bin/gtk-update-icon-cache ]; then
190  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
191fi
192
193%postun
194/sbin/ldconfig
195update-desktop-database %{_datadir}/applications >& /dev/null ||:
196update-mime-database %{_datadir}/mime > /dev/null
197touch --no-create %{_datadir}/icons/hicolor
198if [ -x /usr/bin/gtk-update-icon-cache ]; then
199  /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
200fi
201
202%files -f gnome-control-center-2.0.lang -f gnome-control-center-2.0-timezones.lang
203%defattr(-, root, root)
204%doc AUTHORS COPYING ChangeLog NEWS README
205%{_bindir}/gnome-control-center
206%{_libexecdir}/cc-remote-login-helper
207%{_libexecdir}/gnome-control-center-search-provider
208%dir %{_datadir}/gnome/wm-properties
209%dir %{_datadir}/gnome-control-center
210%{_datadir}/appdata/gnome-control-center.appdata.xml
211%{_datadir}/applications/*
212%{_datadir}/bash-completion/completions/gnome-control-center
213%{_datadir}/dbus-1/services/org.gnome.ControlCenter.SearchProvider.service
214%{_datadir}/dbus-1/services/org.gnome.ControlCenter.service
215%{_datadir}/gnome-control-center/datetime
216%{_datadir}/gnome-control-center/icons
217%{_datadir}/gnome-control-center/keybindings
218%{_datadir}/gnome-control-center/pixmaps
219%{_datadir}/gnome-control-center/sounds
220%{_datadir}/gnome-shell/search-providers/gnome-control-center-search-provider.ini
221%{_datadir}/icons/*
222%{_datadir}/pixmaps/*
223%{_datadir}/polkit-1/actions/org.gnome.controlcenter.datetime.policy
224%{_datadir}/polkit-1/actions/org.gnome.controlcenter.remote-login-helper.policy
225%{_datadir}/polkit-1/actions/org.gnome.controlcenter.user-accounts.policy
226%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
227%{_datadir}/sounds/*
228%{_mandir}/man1/gnome-control-center.1.gz
229
230%files devel
231%defattr(-, root, root)
232%{_datadir}/pkgconfig/*
233
234
235%changelog
236* Sat May 16 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.2-1
237- new upstream release
238
239* Sun Apr 19 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.1-1
240- new upstream release
241
242* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.16.0-1
243- new upstream release
244
245* Sun Nov 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-2
246- add Patch1000 (control-center-3.14.2-datetime-vine.patch)
247
248* Wed Nov 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.2-1
249- new upstream release
250
251* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.14.1-1
252- new upstream release
253
254* Sun Sep 21 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-3
255- rebuild with upower-0.99.1
256
257* Sat May 17 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-2
258- rebuild with libgtop2-2.30.0
259
260* Sun Apr 20 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.1-1
261- new upstream release
262
263* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.12.0-1
264- new upstream release
265- add BuildRequires: grilo-devel
266
267* Sat Nov 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.2-1
268- new upstream release
269- remove Patch0 (gnome-control-center-3.10.1-test-chooser-dialog.patch)
270
271* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.10.1-1
272- new upstream release
273- add BuildRequires: NetworkManager-glib-devel, ModemManager-glib-devel, libsmbclient-devel
274- add Patch0 (gnome-control-center-3.10.1-test-chooser-dialog.patch)
275
276* Sun Aug 11 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.4.1-1
277- new upstream release
278
279* Sun Jun 09 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.3-1
280- new upstream release
281
282* Sun May 19 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
283- new upstream release
284- remove Patch0 (control-center-3.8.1-git20130424.patch)
285
286* Sun May 05 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-2
287- add Patch1 (control-center-3.8.1-gpermission.patch)
288
289* Wed Apr 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
290- new upstream release
291- remove BuildRequires: gnome-panel-devel, metacity-devel
292- change BuildRequires: libnm-gtk-devel instead of NetworkManager-gtk-devel
293- add BuildRequires: colord-gtk-devel, accountsservice-devel, gnome-online-accounts-devel
294- add Patch0 (control-center-3.8.1-git20130424.patch)
295
296* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
297- new upstream release
298
299* Tue Oct 23 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
300- new upstream release
301
302* Fri Oct 12 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
303- new upstream release
304
305* Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
306- new upstream release
307- add BuildRequires: libpwquality-devel
308
309* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
310- new upstream release
311
312* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
313- new upstream release
314- remove BuildRequires: GConf2-devel, libbonobo-devel
315- add BuildRequires: libwacom-devel
316
317* Sun Nov 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
318- new upstream release
319
320* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
321- new upstream release
322
323* Mon Oct 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-2
324- rebuild with NetworkManager-0.9
325- change BuildRequires: NetworkManager-gtk-devel instead of NetworkManager-glib-devel
326
327* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
328- new upstream release
329
330* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
331- new upstream release
332
333* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.90-1
334- new upstream release
335- remove Patch0
336
337* Mon Aug 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
338- new upstream release
339- add BuildRequires: libnotify-devel
340- add Patch0 (control-center-3.1.5-crash-layout.patch)
341
342* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-1
343- new upstream release
344- change BuildRequires: gtk3-devel instead of gtk2-devel
345- change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
346- change BuildRequires: libcanberra-gtk3-devel instead of libcanberra-devel
347- change BuildRequires: unique3-devel instead of unique-devel
348- add BuildRequires: libXxf86misc-devel, libSM-devel, polkit-devel, libgtop2-devel, upower-devel,
349                     pulseaudio-libs-devel, cups-devel, cheese-devel, gstreamer-plugins-base-devel,
350                     gnome-online-accounts-devel, colord-devel, NetworkManager-glib-devel
351- add Requires: apg
352- drop all Patches
353- add Provides: and Obsoletes: gnome-volume-manager
354
355* Mon Mar 14 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-2
356- update desktop-effect-integration patch
357  - fix freeze on changing metacity to compiz
358  - run compiz directly instead of compiz-gtk
359  - drop use of jockey-gtk
360- update ja.po
361
362* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
363- new upstream release
364
365* Sat Nov 06 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-4
366- update translation.
367
368* Fri Nov 05 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.32.0-3
369- update translation.
370
371* Sat Oct 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-2
372- update Source21(gnome-control-center-2.32.0-vine.ja.po)
373
374* Mon Oct 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0-1
375- new upstream release
376- drop Patch22, Patch30, Patch52
377- fix %files
378
379* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-4
380- rebuilt with rpm-4.8.1 for pkg-config (too)
381
382* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-3
383- rebuild with rpm-4.8.1 for pkg-config file
384- add Requires: %{name}=%{version}-%{release}
385
386* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
387- rebuild with evolution-data-server-2.30.2
388
389* Thu Apr 29 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-1
390- new upstream release
391
392* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
393- new upstream release
394- drop Patch3, Patch46, Patch50, Patch51, Patch53, Patch54, Patch112
395- add BuildRequires: gnome-common, unique-devel
396
397* Thu Dec 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.28.1-2
398- enable Patch101,110-112 and 500
399
400* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.1-1
401- new upstream release
402- disabled Patch101, 110-112 and 500
403
404* Fri Jul 17 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-9
405- update notification-theme.patch
406  - use vine theme if NotificationTheme is not set in meta-theme.
407
408* Tue Jun 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-8
409- add Patch510: use Sans for font-properties sample font.
410- add BR: librsvg2-devel, libXScrnSaver-devel
411- remove BR: esound
412
413* Sat Jun 06 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-7
414- add Patch37: Don't rely on _BACKUP property for xkb initialization
415
416* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-6
417- renumber patch10 to patch1010
418  - do not check gdm fprint plugin
419- add Patch101: show aspect in drop down menu
420- add Patch110: modify gnome-mouse-properties to fit smaller screen
421- add Patch111: modify gnome-about-me to fit smaller screen
422- add Patch112: modify gnome-display-properties to fit smaller screen
423
424* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-5
425- update Patch100 to use compiz-gtk instead of compiz
426
427* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-4
428- update ja.po
429
430* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
431- import upstream patchs (10,22,3[0-6])
432
433* Mon Mar 23 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
434- add nautilus-devel to BR: not Requires:
435
436* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
437- new upstream release
438- update ja.po
439- add BR: nautilus-devel
440
441* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-3
442- drop Patch20 which need new XInput API
443- update Patch23
444
445* Sat Oct 18 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-2
446- add Patch20,22.23 from ubuntu
447  - patch20 to add touchpad configuration
448  - patch22 to add aspect setting in randr capplet
449  - patch23 to integrate desktop setting into appearance-properties
450
451* Fri Sep 26 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0.1-1
452- new upstream release
453
454* Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
455- new upstream release
456
457* Thu Jul 10 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-3
458- add gnome-typing-monitor to %%files
459
460* Wed Jul 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.2.1-2
461- add Patch100 for new RandR capplet. (fc)
462
463* Sat Jun  7 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2.1-1
464- new upstream release
465- dropped Patch8 (merged into upstream)
466
467* Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1-1vl5
468- new upstream release
469- added Patch7 and Patch8 from Fedora
470  * Mon Mar 31 2008 - Bastien Nocera <bnocera@redhat.com> - 2.22.0-3
471  - Fix warnings in the keybindings capplet when in non-UTF-8 locale
472  - Fix Esc/Backspace being bindable when CapsLock is on (#427123)
473  * Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2
474  - Remove a nonfunctional button from the a11y preferences
475- added BuildRequires: gnome-settings-daemon, gnome-panel
476- added Requires: gnome-icon-theme, gnome-desktop, dbus-x11
477- removed Requires: xscreensaver
478
479* Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
480- new upstream release based on Fedora
481- added BuildRequires: gnome-settings-daemon
482
483* Tue Jan  8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
484- new upstream release based on Fedora
485  * Wed Oct 24 2007  Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
486  - Fix the orca command in the default applications capplet (#351471)
487
488* Sat Jul 14 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl4
489- add BuildReq: libgnomekbd-devel
490
491* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.0-0vl3
492- rebuilt with evolution-data-server-devel-1.10.1
493
494* Fri May 11 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.18.0-0vl2
495- add BuildReq: evolution-data-server-devel
496
497* Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-0vl1
498- new upstream release
499- remove unneeded? patch10
500
501* Sun Oct 22 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.2-0vl2
502- added Patch10 to supress /dev/pmu warning messages on some ppc models
503
504* Sat Jun 03 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
505- new upstream release
506
507* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
508- new upstream release
509
510* Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
511- run gtk-update-icon-cache in %%post script.
512
513* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
514- new upstream release
515- drop Patch10,it is merged in upstream
516
517* Sat Mar 11 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl2
518- add Patch10 for correct textdomain name in
519  default-applications-properties(Bug332833)
520- add Patch100 for change default-applications settings for vine
521
522* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.93-0vl1
523- new upstream release
524
525* Sat Oct 08 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
526- new upstream release
527
528* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
529- new upstream release
530
531* Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
532- new upstream release
533- enable alsa support
534
535* Mon Apr 11 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
536- new upstream release
537
538* Thu Mar 31 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl4
539- fixed type in %%post script
540
541* Wed Mar 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl3
542- clear the old defaults of xkb
543
544* Mon Mar 28 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
545- remove bonobo-activation dependency
546
547* Mon Mar 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
548- new upstream version
549
550* Sun Feb 27 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.2-0vl1
551- new upstream release
552- add Japanese summay to devel package
553
554* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
555- new upstream release
556
557* Sat Mar 27 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl3
558- modify patch11 to use NeoVine theme instead of BeCool.
559
560* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.0-0vl2
561- rebuild with new toolchain
562
563* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
564- new upstream release
565- remove obsolete ja.po
566
567* Sat Sep 06 2003 Tomoya TAKA <taka@vinelinux.org> 2.3.6-0vl2
568- change required version of metacity to 2.4.34 on alpha
569
570* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.6-0vl1
571- new upstream release
572
573* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.5-0vl1
574- new upstream release
575
576* Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl3
577- add more missing files and schemas...
578
579* Sun May 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl2
580- add missing file in %{_libdir}/gnome-vfs-2.0/
581
582* Sat May 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.2-0vl1
583- new upstream release
584- this is experimental version
585- remove sr@Latn locale from desktop files to build with desktop-file-utils-0.3
586
587* Sun Mar 30 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
588- new upstream release
589
590* Sat Mar  1 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl3
591- import patch6 (upstream paches) from rawhide package.
592
593* Tue Feb 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl2
594- import patch1-5 (upstream paches) from rawhide package.
595
596* Sun Feb 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
597- new upstream release
598
599* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
600- rebuild
601
602* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
603- new upstream release
604
605* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.7-0vl1
606- new upstream release
607
608* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.6-0vl1
609- new upstream release
610
611* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl7
612- change default gtk1 theme from Raleigh to BeCool.
613
614* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl6
615- add BuildRequires/Requires.
616- fixed kanjicode of specfile
617
618* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl5
619- remove bogus message in %%post scripts.
620
621* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl4
622- add patch10 to modify some desktop files
623- update ja.po
624
625* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
626- update ja.po
627
628* Sun Dec 29 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
629- update ja.po
630
631* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
632- new upstream release
633
634* Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl3
635- add devel package
636- add window-manager-settings files.
637
638* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl2
639- modify dependancies.
640
641* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.3-0vl1
642- build for Vine Linux
643- new upstream release from gnome-2.1.4
644
645* Thu Sep  5 2002 Jonathan Blandford <jrb@redhat.com>
646- Allow setting custom mime handlers
647
648* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
649- make desktop file symlinks absolute #71991
650- add po files from cvs.gnome.org
651
652* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
653- Fix up keyboard handling
654
655* Wed Aug 21 2002 Jonathan Blandford <jrb@redhat.com>
656- Fixes for #68735
657
658* Wed Aug  7 2002 Jonathan Blandford <jrb@redhat.com>
659- New version.  Fix up metacity theme locations
660
661* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
662- Switch the gtk1 theme along with the gtk2 theme
663- Add the ability to switch the window manager theme through the theme capplet
664- Add two more font options to the font property dialog
665- Add a bunch of missing unrefs of the result of gconf_client_get_default()
666
667* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
668- fix desktop files more
669- copy icons to /usr/share/pixmaps
670
671* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
672- munge the desktop files correctly
673- obsolete control-center-devel, #69168
674- replace gnomecc.desktop with a file from redhat-menus
675
676* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
677- Fix crasher bug in xftprefs patch
678
679* Tue Jul 16 2002 Owen Taylor <otaylor@redhat.com>
680- Change the default rendering style to be "Best Shapes", not "Best Contrast"
681
682* Tue Jul  9 2002 Owen Taylor <otaylor@redhat.com>
683- Add Xft / XSETTINGS support
684
685* Fri Jun 28 2002 Bill Nottingham <notting@redhat.com> 2.0.0-2
686- fix %%post so schemas get installed
687 
688* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
689- 2.0.0
690- add new default editor schemas
691- fix find_lang
692
693* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
694- rebuild for new libraries
695- remove a no-longer-existing schemas file from post
696- use desktop-file-install
697
698* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
699- rebuild in different environment
700
701* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
702- rebuild with new dependent libs
703
704* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
705- rebuild in different environment
706
707* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
708- rebuild in different environment
709- build requires bonobo-activation
710
711* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
712- 1.99.10
713
714* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
715- 1.99.9
716
717* Wed Apr 17 2002 Havoc Pennington <hp@redhat.com>
718- Move to GNOME 2 version
719
720* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
721- merge in translations
722
723* Fri Apr 12 2002 Owen Taylor <otaylor@redhat.com>
724- Make the theme selector write fontsets, not fonts (#62413)
725
726* Mon Apr  1 2002 Havoc Pennington <hp@redhat.com>
727- really put screensaver capplet back (I think)
728
729* Wed Mar 27 2002 Bill Nottingham <notting@redhat.com>
730- revert xscreensaver change
731
732* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
733- init "Scaled" radio button correctly #61913
734
735* Mon Mar 25 2002 Havoc Pennington <hp@redhat.com>
736- change path to windowmaker config tool again, #61824
737
738* Thu Mar 14 2002 Bill Nottingham <notting@redhat.com>
739- rather than keep patching and patching it, use xscreensaver's own
740  capplet
741
742* Wed Feb 27 2002 Havoc Pennington <hp@redhat.com>
743- rebuild in Hampton
744
745* Wed Jan 30 2002 Jonathan Blandford <jrb@redhat.com>
746- Rebuild package.
747
748* Thu Jan 24 2002 Tim Powers <timp@redhat.com>
749- rebuilt against new openssl
750
751* Fri Jan 18 2002 Havoc Pennington <hp@redhat.com>
752- automake14
753- don't run auto* again in ccsingle subdir, not sure why we did that
754
755* Sun Oct 28 2001 Havoc Pennington <hp@redhat.com>
756- rebuild with new gnome-libs so that libcapplet has right cflags/libs
757- pixbufflags patch to make the rebuild work
758- compileflags patch to make control-center-single work
759
760* Wed Aug 29 2001 Havoc Pennington <hp@redhat.com>
761- fix #52831 (UI properties in Programs menu)
762
763* Mon Aug 27 2001 Havoc Pennington <hp@redhat.com>
764- Add po files from sources.redhat.com
765
766* Thu Aug 23 2001 Havoc Pennington <hp@redhat.com>
767- set the _XROOTCOLOR_PIXEL property, should fix
768  bug #52141
769
770* Wed Aug 22 2001 Yukihiro Nakai <ynakai@redhat.com>
771- Update translation.
772- Add CJK fontset patch
773
774* Thu Aug 16 2001 Jonathan Blandford <jrb@redhat.com>
775- New control-center-single to handle exiting, #51665
776
777* Wed Aug 01 2001 Havoc Pennington <hp@redhat.com>
778- remove .desktop file for gnomecc, so it won't appear
779  in panel menu, #49653
780
781* Mon Jul 30 2001 Jonathan Blandford <jrb@redhat.com>
782- allow to build without depending on control-center-devel
783
784* Mon Jul 23 2001 Jonathan Blandford <jrb@redhat.com>
785- Add BuildRequires
786
787* Mon Jul 16 2001 Jonathan Blandford <jrb@redhat.com>
788- New version of control-center-single
789
790* Thu Jul 12 2001 Alexander Larsson <alexl@redhat.com>
791- Change default background to the same as the nautilus one
792
793* Mon Jul 09 2001 Havoc Pennington <hp@redhat.com>
794- add hack to default to standalone control panels
795
796* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
797- Bump release + rebuild.
798
799* Tue May 22 2001 Havoc Pennington <hp@redhat.com>
800- putting in tree for David
801
802* Tue May 22 2001 David Sainty <dsainty@redhat.com>
803- improve DPMS patch for the try case, and enable patch
804
805* Wed May  2 2001 Bill Nottingham <notting@redhat.com>
806- add patch to use xscreensaver's DPMS stuff, require that version
807
808* Fri Apr 20 2001  <jrb@redhat.com>
809- New Version (1.4.0.1)
810
811* Wed Apr  4 2001 Bill Nottingham <notting@redhat.com>
812- kick the mixer once on startup if we aren't running esd
813
814* Thu Mar 15 2001 Havoc Pennington <hp@redhat.com>
815- translations
816
817* Thu Mar 01 2001 Owen Taylor <otaylor@redhat.com>
818- Rebuild for GTK+-1.2.9 include paths
819
820* Fri Feb 23 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
821- langify
822- don't define and use "ver" at the top of the file
823- move changelog to sane location
824
825* Thu Feb 08 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-4
826- Apply patch from bug #23782 to see how it works
827
828* Fri Feb 02 2001 Elliot Lee <sopwith@redhat.com> 1.2.2-3
829- Include fvwm2.desktop in WM's
830
831* Sat Jan 27 2001 Akira TAGOH <tagoh@redhat.com>
832- Added Japanese patch.
833
834* Mon Dec 04 2000 Jonathan Blandford <jrb@redhat.com>
835- Update release.
836
837* Sun Aug 13 2000 Owen Taylor <otaylor@redhat.com>
838- Again, fix problem with solid backgrounds in bg-properties capplet
839  (patch got lost somewhere)
840
841* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
842- Up Epoch and release
843
844* Thu Aug 10 2000 Owen Taylor <otaylor@redhat.com>
845- Handle unreadable desktop files without crashing
846
847* Mon Aug 07 2000 Owen Taylor <otaylor@redhat.com>
848- Fix problem with backgrounds bigger than screen.
849
850* Tue Aug 01 2000 Owen Taylor <otaylor@redhat.com>
851- Fix problem when ~/.gtkrc does not already exist.
852- Fix problem with solid backgrounds in bg-properties capplet
853
854* Tue Jul 18 2000 Owen Taylor <otaylor@redhat.com>
855- Sort of fix problem with people hitting OK while the
856  "Save Session" dialog is still up. (Session won't be saved,
857  but at least the selected entry will be correctly kept.)
858- Fix history list in background properties capplet
859- Fix problems with temporary files in theme-selector capplet
860
861* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
862- automatic rebuild
863
864* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
865- Require redhat-logos
866- Some spec file and FHS fixes
867- reposition embedded logo a bit
868
869* Mon Jun 19 2000 Owen Taylor <otaylor@redhat.com>
870- Add big change to use gdk-pixbuf for backgrounds and add
871  the ability to emboss the background with a logo
872
873* Mon Feb 28 2000 Preston Brown <pbrown@redhat.com>
874- revert .so strip
875
876* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
877- strip .so lib
878- use configure macro
879
880* Mon Sep 20 1999 Jonathan Blandford <jrb@redhat.com>
881- changed to work with 1.0.40
882
883* Fri Sep 17 1999 Jonathan Blandford <jrb@redhat.com>
884- Added fixrevert bug to fix bug in theme selector.
885
886* Sun Jun 13 1999 Jonathan Blandford <jrb@redhat.com>
887- updated RPM to use new control-center.
888
889* Wed Apr 07 1999 Michael Fulbright <drmike@redhat.com>
890- fixed sound-properties to only disable sound when run with --init-settings-..
891- removed debugging output from several capplets, fixed try behaviour of sm and
892  gnome-edit capplets
893- fixed bug in screensaver and background props
894- added new icons
895
896* Mon Apr 05 1999 Jonathan Blandford <jrb@redhat.com>
897- added a patch to fix the close dialog
898- added a patch to limit the number of bg's in the history.
899
900* Fri Apr 02 1999 Jonathan Blandford <jrb@redhat.com>
901- vesion 1.0.5
902- removed all patches >10 other then dontstartesd.
903
904* Thu Apr 01 1999 Michael Fulbright <drmike@redhat.com>
905- removed UI props till it works better
906
907* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
908- make sure we DONT inadvertantly start esd by calling esd_open_...
909
910* Tue Mar 30 1999 Michael Fulbright <drmike@redhat.com>
911- changed default bg color to '#356390'
912
913* Thu Mar 25 1999 Michael Fulbright <drmike@redhat.com>
914- prime file selector path for browse in background-props if
915  "/usr/share/pixmaps/backgrounds/" exists.
916- fix behavior of file selector when you delete/cancel/ok it
917
918* Wed Mar 24 1999 Michael Fulbright <drmike@redhat.com>
919- added patch to fix trying in theme selector
920- disabled crystal screensaver, it does evil things to preview in capplet
921
922* Mon Mar 22 1999 Michael Fulbright <drmike@redhat.com>
923- version 1.0.4, fixes problems with sndprops and theme props among
924  other things.
925
926* Thu Mar 18 1999 Michael Fulbright <drmike@redhat.com>
927- fix sound-properties capplet so Try/Revert doesnt come on unless user
928  changes something
929- fixed theme-selector to not leave processes behind on Linux 2.2 kernels
930- strip binaries
931
932* Sun Mar 14 1999 Michael Fulbright <drmike@redhat.com>
933- version 1.0.3
934- added patch to make esd release after 30 sec of inactivity
935
936* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
937- version 1.0.2
938- turned off sound by default
939
940* Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
941- version 1.0.1
942
943* Mon Feb 15 1999 Michael Fulbright <drmike@redhat.com>
944- version 0.99.8.1
945- added etc/CORBA/servers/* to file list
946
947* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
948- update to 0.99.8
949- added /usr/lib/cappletConf.sh
950
951* Mon Feb 08 1999 The Rasterman <raster@redhat.com>
952- update to 0.99.5.1
953
954* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
955- update to 0.99.5
956
957* Wed Jan 20 1999 Michael Fulbright <drmike@redhat.com>
958- update to 0.99.3.1
959
960* Mon Jan 18 1999 Michael Fulbright <drmike@redhat.com>
961- update to 0.99.3
962- seems like patch for non-standard xscreensaver placement was already in
963  prestine sources(?)
964
965* Wed Jan 06 1999 Jonathan Blandford <jrb@redhat.com>
966- updated to 0.99.1
967- temporary hack patch to get path to work to non-standard placement
968  of xscreensaver binaries in RH 5.2
969
970* Wed Dec 16 1998 Jonathan Blandford <jrb@redhat.com>
971- Created for the new control-center branch
972
Note: See TracBrowser for help on using the repository browser.