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

Revision 9804, 33.7 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.18.2 & Cinnamon-2.8.4

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