lxpanel-vl.spec 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264
  1. Name: lxpanel
  2. Version: 0.5.8
  3. Release: 1%{?_dist_release}
  4. Summary: A lightweight X11 desktop panel
  5. Summary(ja): 軽量な X11 デスクトップパネル
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  10. Patch1: lxpanel-default.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. Requires: menu-cache
  15. Requires: lxmenu-data
  16. BuildRequires: alsa-lib-devel
  17. #BuildRequires: docbook2X
  18. #BuildRequires: docbook-utils
  19. BuildRequires: gettext
  20. BuildRequires: glib2-devel
  21. BuildRequires: gtk2-devel
  22. BuildRequires: intltool
  23. BuildRequires: libXmu-devel
  24. BuildRequires: libXpm-devel
  25. BuildRequires: libtool
  26. BuildRequires: menu-cache-devel >= 0.3.0
  27. BuildRequires: startup-notification-devel
  28. BuildRequires: wireless-tools-devel
  29. %description
  30. lxpanel is a lightweight X11 desktop panel. It works with any ICCCM / NETWM
  31. compliant window manager (eg sawfish, metacity, xfwm4, kwin) and features a
  32. tasklist, pager, launchbar, clock, menu and sytray.
  33. %description -l ja
  34. lxpanel は軽量な X11 デスクトップパネルです。ICCCM / NETWM 準拠の
  35. ウィンドウマネージャ(例 sawfish, metacity, xfwm4, kwin)で動作し、
  36. タスクリスト・ページャ・起動バー・時計・メニュー、そしてシステムトレイを特徴とします。
  37. %package devel
  38. Group: Development/Libraries
  39. Summary: Development files for %{name}
  40. Summary(ja): lxpanel の開発パッケージ
  41. Requires: %{name} = %{version}-%{release}
  42. Requires: gtk2-devel
  43. Requires: libXpm-devel
  44. %description devel
  45. The %{name}-devel package contains libraries and header files for
  46. developing applications that use %{name}.
  47. %description devel -l ja
  48. %{name}-devel パッケージは lxpanel を使うアプリケーションの
  49. 開発のためのライブラリとヘッダファイルを含んでいます。
  50. %prep
  51. %setup -q
  52. %patch1 -p1 -b .default
  53. %build
  54. %configure
  55. make %{?_smp_mflags}
  56. %install
  57. rm -rf $RPM_BUILD_ROOT
  58. make install DESTDIR=$RPM_BUILD_ROOT
  59. %find_lang %{name}
  60. %clean
  61. rm -rf $RPM_BUILD_ROOT
  62. %files -f %{name}.lang
  63. %defattr(-,root,root,-)
  64. %doc AUTHORS COPYING README
  65. %{_bindir}/lxpanel*
  66. %{_datadir}/lxpanel/
  67. %{_libdir}/lxpanel/
  68. %{_mandir}/man1/lxpanel*
  69. %files devel
  70. %defattr(-,root,root)
  71. %dir %{_includedir}/lxpanel
  72. %{_includedir}/lxpanel/plugin.h
  73. %{_libdir}/pkgconfig/lxpanel.pc
  74. %changelog
  75. * Sat Jul 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.8-1
  76. - new upstream release
  77. - dropt patch4
  78. * Thu Jul 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.7-1
  79. - new upstream release
  80. - dropt patch2,3
  81. - added patch4 from Ubuntu Oneiric
  82. - added BuildRequires: glib2-devel, libtool
  83. - dropt BuildRequires: docbook2X, docbook-utils
  84. * Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.6-2
  85. - rebuilt with rpm-4.8.1 for pkg-config
  86. * Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.6-1
  87. - new upstream version: 0.5.6
  88. - added patch2,3 from Debian
  89. * Mon May 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-4
  90. - recreated patch1
  91. - added BuildRequires: wireless-tools-devel
  92. * Sat Mar 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-3
  93. - rebuilt with menu-cache-0.3.2
  94. - changed BuildRequires: menu-cache-devel >= 0.3.0
  95. * Sat Feb 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-2
  96. - rebuilt with menu-cache-0.3.1
  97. * Thu Feb 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-1
  98. - new upstream version: 0.5.5
  99. * Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.4.1-1
  100. - new upstream version: 0.5.4.1
  101. - dropt Patch2
  102. * Wed Sep 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.3-1
  103. - new upstream version: 0.5.3
  104. * Thu Aug 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-1vl5
  105. - new upstream version: 0.5.2
  106. * Mon Aug 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-1vl5
  107. - new upstream version: 0.5.1
  108. - renumbered Patch
  109. * Thu Jul 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.0-1vl5
  110. - new upstream version: 0.5.0
  111. - dropt Patch2
  112. - renumbered Patch
  113. * Sun Jun 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-3vl5
  114. - changed Group to Development/Libraries in devel package
  115. - updated description in devel package
  116. - cleaned up spec
  117. - renumbered Patch
  118. - added devel package Requires: gtk2-devel, libXpm-devel
  119. - added devel package Requires: %{name} = %{version}-%{release}
  120. * Tue Jun 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-2vl5
  121. - dropt Patch7
  122. - cleaned up spec
  123. * Fri May 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-1vl5
  124. - new upstream version: 0.4.1
  125. - dropt Patch5,8
  126. - spec in UTF-8
  127. * Thu Apr 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.0-2vl5
  128. - added Patch8 (import from LXDE tracker)
  129. * Tue Apr 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.0-1vl5
  130. - new upstream version: 0.4.0
  131. - dropt Source1,2 and Patch4
  132. - updated Pacth1,2
  133. - renamed Patch7: vine-configurator.patch
  134. - added Requires: menu-cache, lxmenu-data
  135. - added BuildRequires: docbook2X
  136. * Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-4vl5
  137. - added Patch7
  138. - to fix gdk_screen_width()
  139. - added BuildRequires: menu-cache-devel, alsa-lib-devel
  140. - to build menu plugin
  141. * Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.3.999-3
  142. - replace ja.po: from upstream repository
  143. - add Vendor and Distribution tags for Vine Linux
  144. * Thu Mar 26 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-2vl5
  145. - fixed %description (missed -devel package description)
  146. - updated ja.po
  147. - added Patch6 (from Mandriva Package)
  148. - added -devel package Summary(ja)
  149. * Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-1vl5
  150. - initial build for VineSeed (import from Fedora package)
  151. - imported Patch3 (gtk-run.c.diff, from openSUSE)
  152. - added Patch4 (from LXDE tracker,http://sourceforge.net/tracker/index.php?func=detail&aid=2585404&group_id=180858&atid=894869)
  153. - added Patch5 (from LXDE tracker,http://sourceforge.net/tracker/index.php?func=detail&aid=2655536&group_id=180858&atid=894871)
  154. - splitted -devel package (refer to openSUSE)
  155. - added ja.po
  156. * Thu Aug 28 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8.1-2
  157. - re-create patches for rpmbuild's fuzz=0
  158. * Tue Jul 08 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8.1-1
  159. - new upstream version: 0.3.8.1
  160. * Fri Jul 04 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8-1
  161. - new upstream version: 0.3.8
  162. - new BR in this version: intltool
  163. * Sun Jun 15 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.7-1
  164. - new upstream version: 0.3.7
  165. * Mon May 05 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.5.4-1
  166. - new upstream version: 0.3.5.4
  167. - update lxpanel-default.patch
  168. * Sun Mar 31 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.9.0-1
  169. - new upstream version: 0.2.9.0
  170. * Wed Mar 26 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.8-2
  171. - BR: docbook-utils
  172. * Thu Mar 20 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.8-1
  173. - new upstream version: 0.2.8
  174. - add lxpanel-0.2.8-manpage.patch
  175. * Thu Mar 13 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.7.2-1
  176. - new upstream version: 0.2.7.2
  177. - update lxpanel-default.patch
  178. * Mon Feb 25 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.6-1
  179. - new upstream version: 0.2.6
  180. - update lxpanel-default.patch
  181. * Sat Feb 09 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-6
  182. - rebuild for new gcc-4.3
  183. * Thu Aug 16 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-5
  184. - Change License to GPLv2+
  185. * Mon Jan 08 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-4
  186. - Fixed some minor issues from the review process (#219930)
  187. * Sun Dec 17 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-3
  188. - BR: startup-notification-devel
  189. - Added Patch1 from Chung-Yen to fix wrong starters in default config
  190. - Removed pcmanfm.desktop from the default config for the moment
  191. * Fri Dec 01 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-2
  192. - BR: gettext
  193. * Wed Nov 29 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-1
  194. - New upstream version: 0.2.4
  195. * Sun Nov 05 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.2-1
  196. - New upstream version: 0.2.1
  197. * Fri Nov 03 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.0-1
  198. - New upstream version: 0.2.0
  199. * Wed Oct 25 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.1.1-2
  200. - Rebuild for FC6
  201. * Thu Oct 14 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.1.1-1
  202. - Initial Release