control-center-vl.spec 30 KB

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