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

Revision 12005, 33.1 KB checked in by tomop, 5 years ago (diff)

Merge branch 'tomop'

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