gnome-panel-vl.spec 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. %define use_eds 1
  2. %define gettext_package gnome-panel-2.0
  3. %define gnome_desktop3_version 3.2.0
  4. %define glib2_version 2.30.0
  5. %define gtk3_version 3.2.0
  6. %define libgnome_version 2.32.0
  7. %define orbit_version 2.14.19
  8. %define libwnck3_version 3.0.0
  9. %define gconf_version 2.32.0
  10. %define gnome_menus_version 2.30.4
  11. %define evolution_data_server_version 2.32.0
  12. %define cairo_version 1.10.0
  13. %define dbus_version 1.4.0
  14. %define dbus_glib_version 0.88
  15. %define gnome_doc_utils_version 0.3.2
  16. %define libgweather_version 2.30.3
  17. %define libcanberra_version 0.25
  18. %define gobject_introspection_version 0.9.8
  19. Summary: GNOME panel
  20. Summary(ja): GNOME パネル
  21. Name: gnome-panel
  22. Version: 3.2.1
  23. Release: 1%{_dist_release}
  24. URL: http://www.gnome.org/
  25. License: GPL
  26. Group: User Interface/Desktops
  27. Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-panel/3.2/%{name}-%{version}.tar.xz
  28. # Remove this line and next line when upstream adopt Source1
  29. Source1: clock.gnome-2-32.ja.po
  30. Source2: vine6-panel-default-setup.entries
  31. Source5: vine-panel-backwards-compat-config.schemas
  32. Source10: add-translations.sh
  33. Source12: gnome-compiler-flags.m4
  34. Patch0: gnome-panel-3.0.2-configure.patch
  35. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  36. Requires: %{name}-libs = %{version}-%{release}
  37. Requires: gnome-desktop3 >= %{gnome_desktop3_version}
  38. Requires: libwnck3 >= %{libwnck3_version}
  39. Requires: gnome-menus >= %{gnome_menus_version}
  40. Requires: vine-menus >= 1.1
  41. Requires(post,postun): scrollkeeper, gtk3
  42. Requires(post,pre,preun): GConf2
  43. %if %{use_eds}
  44. Requires: evolution-data-server >= 2.30.2
  45. %endif
  46. Requires: libSM
  47. BuildRequires: libxml2-python
  48. BuildRequires: intltool
  49. BuildRequires: gettext
  50. BuildRequires: automake
  51. BuildRequires: autoconf
  52. BuildRequires: libtool
  53. BuildRequires: scrollkeeper
  54. BuildRequires: libxslt
  55. BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
  56. BuildRequires: gtk3-devel >= %{gtk3_version}
  57. BuildRequires: libgnome-devel >= %{libgnome_version}
  58. BuildRequires: libwnck3-devel >= %{libwnck3_version}
  59. BuildRequires: GConf2-devel >= %{gconf_version}
  60. BuildRequires: gnome-menus-devel >= %{gnome_menus_version}
  61. BuildRequires: cairo-devel >= %{cairo_version}
  62. BuildRequires: gnome-doc-utils >= %{gnome_doc_utils_version}
  63. BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
  64. BuildRequires: gtk-doc
  65. BuildRequires: pango-devel
  66. BuildRequires: libX11-devel
  67. BuildRequires: libXau-devel
  68. %if %{use_eds}
  69. BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
  70. BuildRequires: ORBit2-devel >= %{orbit_version}
  71. BuildRequires: dbus-devel >= %{dbus_version}
  72. %endif
  73. BuildRequires: libgweather-devel >= %{libgweather_version}
  74. BuildRequires: libcanberra-devel >= %{libcanberra_versino}
  75. BuildRequires: librsvg2-devel
  76. BuildRequires: NetworkManager-devel
  77. BuildRequires: libSM-devel
  78. BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
  79. BuildRequires: dconf-devel
  80. BuildRequires: telepathy-glib-devel
  81. BuildRequires(install): desktop-file-utils
  82. Obsoletes: gnome-netstatus < 2.29
  83. %description
  84. The GNOME panel provides the window list, workspace switcher, menus, and other
  85. features for the GNOME desktop.
  86. %description -l ja
  87. GNOME パネルは、ウィンドウ一覧・ワークスペース切り換え器・メニューその他の
  88. 特徴を GNOME デスクトップに提供します。
  89. %package libs
  90. Summary: Libraries for use in panel applets of GNOME
  91. Summary(ja): GNOME のパネルアップレットで使用するライブラリ
  92. Group: System Environment/Libraries
  93. %description libs
  94. Libraries for use in panel applets of GNOME.
  95. %description libs -l ja
  96. GNOME のパネルアップレットで使用するライブラリ
  97. %package devel
  98. Summary: Development environment for panel applets of GNOME
  99. Summary(ja): GNOME のパネルアップレット用開発環境
  100. Group: Development/Libraries
  101. Requires: %{name}-libs = %{version}-%{release}
  102. Requires: pkgconfig
  103. Requires: glib2-devel >= %{glib2_version}
  104. Requires: gtk3-devel >= %{gtk3_version}
  105. Requires: GConf2-devel >= %{gconf_version}
  106. %description devel
  107. Header files and libraries for building a panel applets of GNOME.
  108. %description devel -l ja
  109. GNOME のパネルアップレットをビルドするためのヘッダファイル及びライブラリ集
  110. %prep
  111. %setup -q
  112. %patch0 -p1
  113. # Remove this line and next line when upstream adopt Source1
  114. #cp -f %{SOURCE1} help/clock/ja/ja.po
  115. cp -f %{SOURCE2} gnome-panel/panel-default-setup.entries
  116. cp -f %{SOURCE12} m4
  117. cp -f %{SOURCE5} gnome-panel/panel-compatibility.schemas
  118. . %{SOURCE10}
  119. %build
  120. # gpm-integration patches Makefile.am and configure.in
  121. #aclocal -I m4
  122. #automake --add-missing
  123. #autoheader
  124. #autoconf
  125. %configure --disable-scrollkeeper \
  126. --disable-schemas-install \
  127. --disable-gtk-doc \
  128. --with-in-process-applets=clock:fish \
  129. --enable-introspection=yes \
  130. --enable-telepathy-glib=yes \
  131. %if %{use_eds}
  132. --enable-eds=yes
  133. %else
  134. --enable-eds=no
  135. %endif
  136. make
  137. %install
  138. rm -rf $RPM_BUILD_ROOT
  139. export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
  140. make install DESTDIR=$RPM_BUILD_ROOT
  141. unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
  142. #
  143. # Create pager and tasklist schemas for compatibility with older
  144. # configurations which reference the old schema names
  145. #
  146. #sed -e 's|/schemas/apps/window_list_applet/prefs/|/schemas/apps/tasklist_applet/prefs/|' $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/window-list.schemas > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/tasklist.schemas
  147. #sed -e 's|/schemas/apps/workspace_switcher_applet/prefs/|/schemas/apps/pager_applet/prefs/|; s|<default>1</default>|<default>2</default>|' $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/workspace-switcher.schemas > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/pager.schemas
  148. ## blow away stuff we don't want
  149. /bin/rm -rf $RPM_BUILD_ROOT%{_localstatedir}/scrollkeeper
  150. #rmdir --ignore-fail-on-non-empty $RPM_BUILD_ROOT/var
  151. /bin/rm -f $RPM_BUILD_ROOT%{_libdir}/lib*.{a,la}
  152. /bin/rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  153. sed -i -e "s/NoDisplay=True/NoDisplay=true/" $RPM_BUILD_ROOT%{_datadir}/applications/gnome-panel.desktop
  154. desktop-file-install --delete-original \
  155. --dir $RPM_BUILD_ROOT%{_datadir}/applications \
  156. $RPM_BUILD_ROOT%{_datadir}/applications/gnome-panel.desktop
  157. %find_lang %{gettext_package} --all-name --with-gnome
  158. #grep -q '/usr/share/locale' %{gettext_package}.lang || exit 1
  159. %clean
  160. rm -rf $RPM_BUILD_ROOT
  161. %post
  162. touch --no-create %{_datadir}/icons/hicolor
  163. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  164. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  165. fi
  166. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  167. #
  168. # Clear out the old defaults
  169. #
  170. gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /apps/panel > /dev/null || :
  171. gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --recursive-unset /schemas/apps/panel > /dev/null || :
  172. # install schemas
  173. SCHEMAS="clock.schemas"
  174. for S in $SCHEMAS; do
  175. echo %{_sysconfdir}/gconf/schemas/$S ; done \
  176. | xargs gconftool-2 --makefile-install-rule >& /dev/null 2>&1 ||:
  177. #
  178. # Install the default setup into /apps/panel and /apps/panel/default_setup
  179. #
  180. gconftool-2 --direct --config-source=$GCONF_CONFIG_SOURCE --load %{_sysconfdir}/gconf/schemas/clock.schemas > /dev/null 2>&1 || :
  181. /sbin/ldconfig
  182. scrollkeeper-update > /dev/null 2>&1 || :
  183. %pre
  184. if [ "$1" -gt 1 ]; then
  185. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  186. SCHEMAS="clock.schemas"
  187. for S in $SCHEMAS; do
  188. echo %{_sysconfdir}/gconf/schemas/$S ; done \
  189. | xargs gconftool-2 --makefile-uninstall-rule >& /dev/null 2>&1 ||:
  190. fi
  191. %preun
  192. if [ "$1" -eq 0 ]; then
  193. export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
  194. SCHEMAS="clock.schemas"
  195. for S in $SCHEMAS; do
  196. echo %{_sysconfdir}/gconf/schemas/$S ; done \
  197. | xargs gconftool-2 --makefile-uninstall-rule >& /dev/null 2>&1 ||:
  198. fi
  199. %postun
  200. /sbin/ldconfig
  201. scrollkeeper-update > /dev/null 2>&1 || :
  202. touch --no-create %{_datadir}/icons/hicolor
  203. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  204. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  205. fi
  206. %files -f %{gettext_package}.lang
  207. %defattr(-,root,root)
  208. %doc AUTHORS COPYING COPYING.LIB COPYING-DOCS NEWS README
  209. %{_bindir}/*
  210. %exclude %{_bindir}/panel-test-applets
  211. %{_libexecdir}/*
  212. %{_sysconfdir}/gconf/schemas/*.schemas
  213. %{_datadir}/applications/*.desktop
  214. %{_datadir}/icons/hicolor/*/*/*
  215. %{_datadir}/glib-2.0/schemas/*.xml
  216. %{_datadir}/gnome-panel
  217. %{_datadir}/dbus-1/services/org.gnome.panel.applet.ClockAppletFactory.service
  218. %{_datadir}/dbus-1/services/org.gnome.panel.applet.FishAppletFactory.service
  219. %{_datadir}/dbus-1/services/org.gnome.panel.applet.NotificationAreaAppletFactory.service
  220. %{_datadir}/dbus-1/services/org.gnome.panel.applet.WnckletFactory.service
  221. %{_mandir}/man*/*
  222. %files libs
  223. %{_libdir}/*.so.*
  224. %{_libdir}/girepository-1.0/*.typelib
  225. %files devel
  226. %{_bindir}/panel-test-applets
  227. %{_libdir}/pkgconfig/*.pc
  228. %{_includedir}/gnome-panel*
  229. %{_libdir}/*.so
  230. %{_datadir}/gtk-doc
  231. %{_datadir}/gir-1.0/*.gir
  232. %changelog
  233. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  234. - new upstream release
  235. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  236. - new upstream release
  237. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  238. - new upstream release
  239. - remove BuildRequires: polkit-gnome-devel
  240. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-2
  241. - rebuild with evolution-data-server-3.1.90
  242. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  243. - new upstream release
  244. * Sat Aug 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
  245. - new upstream release
  246. - drop old Patches
  247. - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
  248. - change BuildRequires: libwnck3-devel instead of libwnck-devel
  249. - add BuildRequires: dconf-devel, telepathy-glib-devel
  250. - add Obsoletes: gnome-netstatus
  251. - add Patch0 (gnome-panel-3.0.2-configure.patch)
  252. * Thu Jun 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-4
  253. - update SOURCE2(vine6-panel-default-setup.entries)
  254. - remove bottom panel
  255. - move window_list and workspace_switcher applet to top panel
  256. * Sat Dec 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-3
  257. - update Source1 (clock.gnome-2.32.ja.po)
  258. * Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-2
  259. - remove Provides: gnome-panel-devel
  260. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  261. - new upstream release
  262. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.2-1
  263. - new upstream release
  264. - add BuildRequires: gobject-introspection-devel
  265. - remove BuildRequires: libgnomeui-devel
  266. - remove SOURCE3 and SOURCE4
  267. - drop Patch11
  268. - add configure option (--enable-introspection=yes)
  269. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
  270. - rebuild with rpm-4.8.1 for pkg-config file
  271. * Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  272. - create -libs and -devel package
  273. * Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  274. - new upstream release
  275. * Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
  276. - rebuild with evolution-data-server-2.30.2
  277. * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  278. - new upstream release
  279. - update Patch8, Patch9 (from FC package)
  280. - add BuildRequires: libcanberra-devel
  281. * Sat Mar 27 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-4
  282. - update translation of clock applet manual
  283. - add translation of fish applet manual
  284. * Fri Mar 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-3
  285. - add libSM(-devel) to (Build)Requires
  286. - add desktop-file-utils to BuildRequires
  287. * Thu Mar 25 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-2
  288. - update translation of clock applet manual
  289. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  290. - new upstream release
  291. - updated Patch0 and 2
  292. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  293. - new upstream release
  294. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-3
  295. - rebuild with gtk2-2.16.3
  296. * Thu Jun 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
  297. - add empty gconf entries to vine-panel-default-setup.entries
  298. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  299. - new upstream release
  300. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  301. - new upstream release
  302. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-4
  303. - update vine-panel-default-setup.entries again..
  304. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
  305. - update vine-panel-default-setup.entries
  306. * Tue Mar 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
  307. - remove mixer applets from default panel setup
  308. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  309. - new upstream release
  310. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
  311. - new upstream release
  312. - added BuildRequires: PolicyKit-gnome-devel
  313. * Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  314. - new upstream release
  315. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  316. - new upstream release
  317. * Tue Jun 3 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  318. - new upstream release
  319. * Sat Apr 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.3-1
  320. - new upstream release
  321. * Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
  322. - new upstream release
  323. - removed Patch25,26,27,29 and 30 (merged into upstream)
  324. * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-2vl5
  325. - added Patches from FC
  326. * Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-8
  327. - Fix editing of locations in the clock applet
  328. * Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-7
  329. - Convert the edit and find location windows to dialogs
  330. * Thu Mar 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-6
  331. - Improve the time settings window
  332. * Thu Mar 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-5
  333. - Make the find-location window of the clock larger
  334. * Sat Mar 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
  335. - Only save the session when the users wants it
  336. * Fri Mar 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
  337. - Populate the location list before showing the preference window
  338. * Sat Mar 8 2008 Will Woods <wwoods@redhat.com> - 2.21.92-6
  339. - Add "About This Computer" item to System menu if it exists
  340. * Wed Feb 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-6
  341. - Try harder to avoid resizing the popup
  342. - updated BuildRequires
  343. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  344. - new upstream release
  345. - added BuildRequires: libgweather-devel
  346. * Tue Jan 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
  347. - new upstream release
  348. - updated %post and %postun section
  349. - added %pre and %preun section
  350. - added Patches from Fedora
  351. * Fri Oct 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-4
  352. - Sharper icons
  353. * Wed Oct 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-3
  354. - Make it possible to start s-c-d from the clock menu again (#316921)
  355. * Fri Sep 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-2
  356. - Don't pop up an error if an applet from the default
  357. configuration is missing
  358. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-6
  359. - Turns out we need requires for applets in the default config (#293261)
  360. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-5
  361. - Drop the requires for fast-user-switch-applet (#253831)
  362. * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
  363. - new upstream release
  364. - dropped Patch22 (merged into upstream)
  365. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  366. - new upstream release
  367. * Mon Oct 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.3-0vl2
  368. - add missing BuildRequires to gnome-menus-devel (<BTS:319>)
  369. * Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
  370. - new upstream release
  371. - fix panel-default-setup.entries to change the name of
  372. firefox desktopfile (<BTS:229>)
  373. * Thu Jul 20 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.2-0vl2
  374. - add patch 11 to fix disappearing of recent documents list.
  375. <BTS:VineLinux:81>, http://bugzilla.gnome.org/show_bug.cgi?id=343812
  376. * Sat Jun 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
  377. - new upstream release
  378. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  379. - new upstream release
  380. * Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
  381. - run gtk-update-icon-cache in %%post script.
  382. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  383. - new upstream release
  384. * Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.91-0vl2
  385. - update vine-panel-default-setup.entries
  386. - replace mozilla by firefox
  387. - remove nautilus
  388. - add notification area applet on top panel
  389. - add trashbox applet on bottom panel
  390. - cleanup %%post script
  391. * Thu Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.91-0vl1
  392. - new upstream release
  393. * Sun Feb 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
  394. - new upstream release
  395. - added Prereq: scroolkeeper, GConf2
  396. * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  397. - new upstream release
  398. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  399. - new upstream release
  400. * Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
  401. - new upstream release
  402. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  403. - new upstream release
  404. * Thu Jul 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-0vl1
  405. - new upstream release
  406. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl2
  407. - disable evolution-data-server
  408. * Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  409. - new upstream release
  410. * Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
  411. - add Patch10 to fix hard-coded desktop file name.
  412. * Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  413. - new upstream version
  414. * Fri Feb 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl1
  415. - new upstream release
  416. - run scrollkeeper at %post, %postun
  417. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  418. - new upstream release
  419. * Fri Oct 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl3
  420. - add Patch10 to fix egg-recent-model.c.
  421. save old umask value before create ".recently-used" file.
  422. * Sun Oct 24 2004 NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> 2.4.2-0vl2
  423. - fix location of nautilus launcher in panel-default-setup.entries.
  424. - do not add wireless monitor in %%post when no interfaces are available.
  425. - add Japanese summary and description
  426. - add BuildRequires: startup-notification-devel, gcc-c++.
  427. - disable libtoolize: version mismatch is bad
  428. * Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  429. - new upstream release
  430. * Sat Dec 27 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  431. - new upstream release
  432. * Sat Dec 27 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.0-0vl3
  433. - rebuilt against new toolchain
  434. * Fri Sep 12 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.0-0vl2
  435. - add --disable-schemas-install option to %%configure
  436. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  437. - new upstream release
  438. * Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.91-0vl2
  439. - add missing files
  440. - add vine default panel entries
  441. * Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.91-0vl1
  442. - new upstream release
  443. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
  444. - new upstream release
  445. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-0vl1
  446. - new upstream release
  447. * Wed Jun 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2.1-0vl2
  448. - remove vine's panel-per-panel-config.schemas
  449. This should be added again in a future version.
  450. * Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2.1-0vl1
  451. - new upstream release
  452. * Tue Apr 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  453. - new upstream release
  454. - remove old ja.po
  455. * Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
  456. - new upstream release
  457. * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
  458. - remove clockaddon, system-tray-applet
  459. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  460. - new upstream release
  461. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90.1-0vl2
  462. - add patch1 from rawhide package.
  463. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90.1-0vl1
  464. - new upstream release
  465. * Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
  466. - add system-tray-applet
  467. - modify default panel menu.
  468. - update ja.po
  469. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  470. - add Requires: vine-menus
  471. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  472. - new upstream release
  473. * Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
  474. - remove redhatize patch.
  475. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  476. - build for Vine Linux
  477. - new upstream release from gnome-2.1.4
  478. * Mon Oct 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  479. - fix postun script
  480. * Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
  481. - 2.0.9 with menu edit stuff
  482. - system-tray-applet 0.15 that doesn't crash all the time
  483. - merge/remove patches as appropriate
  484. * Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
  485. - Fix problem with "hold down print screen" (71432)
  486. * Tue Aug 27 2002 Jonathan Blandford <jrb@redhat.com>
  487. - panel-properties OnlyShowIn=GNOME;
  488. - somehow the po file got screwed up. Works now
  489. - update po files
  490. * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
  491. - fix from #71762 for clock applet popdown key
  492. - no WIN_POS_MOUSE fixes #72167
  493. - fix for #72540 from George
  494. * Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
  495. - system tray applet 0.11 with a small memleak fix and a couple translations
  496. * Thu Aug 15 2002 Jonathan Blandford <jrb@redhat.com>
  497. - menu tweaks
  498. * Wed Aug 14 2002 Tim Powers <timp@redhat.com>
  499. - bump release
  500. * Wed Aug 14 2002 Preston Brown <pbrown@redhat.com>
  501. - put battery applet on panel for laptops (#67296)
  502. * Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
  503. - 2.0.6 final from gnome 2.0.1
  504. - remove gnome-panel-screenshot patch now upstream
  505. * Thu Aug 8 2002 Jonathan Blandford <jrb@redhat.com>
  506. - new system-tray-applet version
  507. - Fix gnome-panel-screenshot
  508. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  509. - 2.0.4
  510. - replace gnome-logo-icon-transparent.png with redhat-main-menu.png
  511. for the foot menu
  512. * Fri Aug 2 2002 Havoc Pennington <hp@redhat.com>
  513. - fix desktop (logout/lock) menu item location
  514. in Alt+F1 and in new menu applets
  515. - remove Screenshot... menu item
  516. * Fri Aug 2 2002 Havoc Pennington <hp@redhat.com>
  517. - move around default applets, remove some of them
  518. - system tray 0.9
  519. - change default menu flags
  520. - blow unpackaged files out of build root
  521. * Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
  522. - 2.0.3
  523. - own libexecdir stuff
  524. * Thu Jul 25 2002 Havoc Pennington <hp@redhat.com>
  525. - new system tray that's prettier and doesn't clip the icon
  526. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  527. - system tray 0.7 that doesn't crash on startup
  528. - get Mozilla desktop file right so we get web browser launcher
  529. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  530. - system tray 0.6 with server file fixed (work dammit)
  531. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  532. - tweak applet positions but I think it's just broken
  533. - system tray 0.5 moved back to libdir not libexecdir
  534. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  535. - remove ltmain.sh hack
  536. - new system-tray-applet that works
  537. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  538. - put office suite stuff on the panel
  539. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  540. - 2.0.2.90 cvs snap
  541. * Wed Jul 10 2002 Havoc Pennington <hp@redhat.com>
  542. - update the clock patch to be a little smarter in a couple ways
  543. * Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
  544. - Fix problem where system tray applet was being looked for in /unst
  545. - Fix a crash in the system tray applet
  546. * Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
  547. - Fix typo in the pt_BR translation that was causing GConf problems
  548. * Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
  549. - add the system tray applet
  550. - add system tray applet by default
  551. - add more launcher by default
  552. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  553. - automated rebuild
  554. * Thu Jun 20 2002 Havoc Pennington <hp@redhat.com>
  555. - use correct gettext package name, and add check for missing translations
  556. * Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
  557. - add the calendar and configuration patch
  558. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  559. - 2.0.0
  560. - add control center desktop file to file list
  561. - add gnome-panelrc to file list
  562. - try fixing panel size (blind, no text box at home)
  563. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  564. - rebuild in different environment
  565. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  566. - updates to default configuration
  567. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  568. - fix schemas installation
  569. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  570. - unset old panel schemas when installing new ones
  571. - put in a broken panel config to see errors about
  572. - add a patch to give some decent error messages about what's wrong
  573. with the default panel config
  574. * Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
  575. - rebuild in different environment
  576. * Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
  577. - don't provide/obsolete gnome-core
  578. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  579. - rebuild in different environment
  580. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  581. - 1.5.24
  582. - ldconfig
  583. * Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
  584. - rebuild in different environment
  585. * Fri May 31 2002 Havoc Pennington <hp@redhat.com>
  586. - 1.5.23
  587. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  588. - automated rebuild
  589. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  590. - rebuild in different environment
  591. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  592. - 1.5.22
  593. - provide gnome-core
  594. - add a bunch of extra build requires so build system
  595. won't get confused
  596. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  597. - 1.5.19
  598. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  599. - add the keep-libtool-from-relinking hack so
  600. we get the gen util applet
  601. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  602. - obsoletes gnome-core-devel
  603. - include libdir/*.so
  604. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  605. - get libpanel-applet in the package
  606. * Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
  607. - Initial build.