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

Revision 1232, 31.8 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with evolution-data-server-2.30.2

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