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

Revision 7119, 30.2 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

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