gnome-panel-vl.spec 24 KB

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