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

Revision 4850, 30.0 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.0

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