openbox-vl.spec 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. Name: openbox
  2. Version: 3.4.11.2
  3. Release: 2%{?_dist_release}
  4. Summary: A highly configurable and standards-compliant X11 window manager
  5. Summary(ja): 高度に設定可能な標準準拠の X11 ウィンドウマネージャ
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://openbox.org/
  9. Source0: http://openbox.org/releases/%{name}-%{version}.tar.gz
  10. Source1: http://icculus.org/openbox/tools/setlayout.c
  11. Source2: xdg-menu
  12. Source3: menu.xml
  13. Source4: openbox.desktop
  14. Patch0: openbox-3.4.9-autostartdir.patch
  15. Patch1: openbox-3.4.8-gdm.patch
  16. Patch3: openbox-3.4.7.2-autostartid.patch
  17. #Patch6: 05_fix_gnome-settings-daemon_path.patch
  18. Patch7: openbox-3.4.7.2-24bit.patch
  19. Patch9: openbox-3.4.10-obxpropman.patch
  20. Patch10: openbox-3.4.11-Xau.patch
  21. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  22. Requires: %{name}-libs = %{version}-%{release}
  23. BuildRequires: gettext
  24. BuildRequires: glib2-devel >= 2.14.0
  25. BuildRequires: desktop-file-utils
  26. BuildRequires: pango-devel
  27. BuildRequires: startup-notification-devel
  28. BuildRequires: libxml2-devel >= 2.6.0
  29. BuildRequires: libSM-devel
  30. BuildRequires: libXau-devel
  31. BuildRequires: libXcursor-devel
  32. BuildRequires: libXfixes-devel
  33. BuildRequires: libXt-devel
  34. BuildRequires: libXrandr-devel
  35. BuildRequires: libXinerama-devel
  36. # The xdg-menu dynamic pipe menu requires the gmenu Python module
  37. Requires: gnome-menus
  38. Requires: pyxdg
  39. %description
  40. Openbox is a window manager designed explicity for standards-compliance and
  41. speed. It is fast, lightweight, and heavily configurable (using XML for its
  42. configuration data). It has many features that make it unique among window
  43. managers: window resistance, chainable key bindings, customizable mouse
  44. actions, multi-head/Xinerama support, and dynamically generated "pipe menus."
  45. For a full list of the FreeDesktop.org standards with which it is compliant,
  46. please see the COMPLIANCE file in the included documentation of this package.
  47. For a graphical configuration editor, you'll need to install the obconf
  48. package. For a graphical menu editor, you'll need to install the obmenu
  49. package.
  50. %package devel
  51. Summary: Development files for %{name}
  52. Summary(ja): %{name} の開発ファイル
  53. Group: Development/Libraries
  54. Requires: %{name}-libs = %{version}-%{release}
  55. Requires: pkgconfig
  56. Requires: pango-devel
  57. Requires: libxml2-devel
  58. Requires: glib2-devel
  59. %description devel
  60. The %{name}-devel package contains libraries and header files for
  61. developing applications that use %{name}.
  62. %package libs
  63. Summary: Shared libraries for %{name}
  64. Summary: %{name} の共有ライブラリ
  65. Group: System Environment/Libraries
  66. %description libs
  67. The %{name}-libs package contains shared libraries used by %{name}.
  68. %prep
  69. %setup -q
  70. %patch0 -p1 -b .autostartdir
  71. %patch1 -p1 -b .gdm
  72. %patch3 -p1 -b .autostartid
  73. #%patch6
  74. %patch7 -p1 -b .24bit
  75. %patch9 -p1 -b .obxpropman
  76. %patch10 -p1 -b .Xau
  77. %build
  78. %configure \
  79. --disable-static
  80. ## Fix RPATH hardcoding.
  81. sed -ie 's|^hardcode_libdir_flag_spec=.*$|hardcode_libdir_flag_spec=""|g' libtool
  82. sed -ie 's|^runpath_var=LD_RUN_PATH$|runpath_var=DIE_RPATH_DIE|g' libtool
  83. make %{?_smp_mflags}
  84. gcc %{optflags} -o setlayout %{SOURCE1} -lX11
  85. %install
  86. rm -rf %{buildroot}
  87. make install DESTDIR=%{buildroot}
  88. install setlayout %{buildroot}%{_bindir}
  89. install -p %{SOURCE2} %{buildroot}%{_datadir}/%{name}/xdg-menu
  90. sed 's|_XDGMENU_|%{_datadir}/%{name}/xdg-menu|g' < %{SOURCE3} \
  91. > %{buildroot}%{_sysconfdir}/xdg/%{name}/menu.xml
  92. desktop-file-install --vendor="" \
  93. --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
  94. %{SOURCE4}
  95. %find_lang %{name}
  96. rm -f %{buildroot}%{_libdir}/*.la
  97. rm -rf %{buildroot}%{_datadir}/doc/%{name}
  98. %clean
  99. rm -rf %{buildroot}
  100. %files -f %{name}.lang
  101. %defattr(-,root,root,-)
  102. %doc AUTHORS CHANGELOG COMPLIANCE COPYING README
  103. %doc data/*.xsd data/menu.xml doc/rc-mouse-focus.xml
  104. %dir %{_sysconfdir}/xdg/%{name}/
  105. %config(noreplace) %{_sysconfdir}/xdg/%{name}/*
  106. %{_bindir}/gnome-panel-control
  107. %{_bindir}/gdm-control
  108. %{_bindir}/%{name}*
  109. %{_bindir}/obxprop
  110. %{_bindir}/setlayout
  111. %{_datadir}/applications/*%{name}.desktop
  112. %{_datadir}/%{name}
  113. %{_datadir}/themes/*/
  114. %{_datadir}/pixmaps/%{name}.png
  115. %{_datadir}/gnome/wm-properties/
  116. %{_datadir}/xsessions/%{name}*.desktop
  117. %{_mandir}/man1/*
  118. %files libs
  119. %{_libdir}/libobrender.so.*
  120. %{_libdir}/libobparser.so.*
  121. %files devel
  122. %{_includedir}/%{name}/
  123. %{_libdir}/libobrender.so
  124. %{_libdir}/libobparser.so
  125. %{_libdir}/pkgconfig/*.pc
  126. %post libs -p /sbin/ldconfig
  127. %postun libs -p /sbin/ldconfig
  128. %changelog
  129. * Tue Sep 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.11.2-2
  130. - rebuilt with rpm-4.8.1 for pkg-config
  131. - BuildRequires: libXau-devel
  132. * Tue May 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.11.2-1
  133. - new upstream release
  134. - added Requires: pyxdg
  135. * Fri May 7 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.11.1-1
  136. - new upstream release
  137. - changed URL and Source0
  138. - dropt Patch6
  139. - added BuildRequires: libXfixes-devel, libSM-devel
  140. - changed BuildRequires: glib2-devel >= 2.14.0, libxml2-devel >= 2.6.0
  141. * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.11-1
  142. - new upstream release
  143. - added Patch10 from Fedora
  144. - added summary(ja) in -devel and -libs
  145. * Sun Jan 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.10-1
  146. - new upstream release
  147. - dropt Patch8
  148. - Patch9 from Fedora
  149. * Wed Dec 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.9-1
  150. - new upstream release
  151. - dropt patch2
  152. - replaced and renamed Patch0 from Fedora
  153. * Tue Dec 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.8-1
  154. - new upstream release
  155. - dropt patch4,5
  156. - added Patch8 from Fedora
  157. - added Requires: gnome-menus
  158. * Tue Oct 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.7.2-4
  159. - improved Source3
  160. - enabled administration menu (disabled preference menu because included)
  161. - added Patch6 from Mandriva
  162. - added Patch7 from Fedora
  163. - replaced Source1 from Fedora
  164. * Sun Sep 27 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.7.2-3
  165. - updated Source4
  166. - added Patch4,5 from Debian
  167. * Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.7.2-2vl5
  168. - changed openbox-libs Group: System Environment/Libraries
  169. - spec in UTF-8
  170. * Fri Mar 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.7.2-1vl5
  171. - initial build for VineSeed
  172. * Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.7.2-8
  173. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  174. * Tue Dec 09 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-7
  175. - Restore gnome session script (#474143)
  176. - Use DESKTOP_AUTOSTART_ID to avoid gnome-session registration timeout
  177. * Thu Oct 02 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-6
  178. - Drop gnome session script (gnome-session no longer supports $WINDOW_MANAGER)
  179. - Add application desktop file to allow starting openbox in gnome-session
  180. when configured in gconf
  181. * Thu Sep 04 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-5
  182. - Don't use --choose-session option in gnome session script
  183. * Fri Aug 01 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-4
  184. - Remove field codes from commands in xdg-menu (#452403)
  185. - Add support for launching applications in xterm to xdg-menu
  186. * Tue Jun 10 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-3
  187. - Clean up properties after gdm in session scripts (#444135)
  188. - Add license to xdg-menu script
  189. * Tue May 20 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-2
  190. - Drop numdesks patch (#444135)
  191. * Wed May 14 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.2-1
  192. - Update to 3.4.7.2
  193. - Use gnome menus by default (Luke Macken) (#443548)
  194. - Force setting number of desktops (#444135)
  195. * Thu Apr 17 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.7.1-1
  196. - Update to 3.4.7.1
  197. - Don't require /usr/share/themes
  198. * Wed Feb 06 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6.1-1
  199. - Update to 3.4.6.1
  200. * Sun Feb 03 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.6-1
  201. - Update to 3.4.6
  202. * Mon Jan 07 2008 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.5-1
  203. - Update to 3.4.5
  204. * Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.4-2
  205. - Rebuild
  206. * Sun Aug 05 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.4-1
  207. - Update to 3.4.4
  208. - Update license tag
  209. * Mon Jul 23 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.3-1
  210. - Update to 3.4.3
  211. - Package setlayout tool
  212. * Wed Jun 13 2007 Miroslav Lichvar <mlichvar@redhat.com> - 3.4.2-1
  213. - Update to 3.4.2
  214. * Mon Jun 04 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-7
  215. - Own %%{_datadir}/gnome/wm-properties instead of depending on gnome-session
  216. in order to reduce dependency bloat. (Resolves bug 242339; thanks to Miroslav
  217. Lichvar for the bug report.)
  218. * Tue Mar 27 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-6
  219. - Split shared libraries into a -libs subpackage to properly handle multilib
  220. setups. (This precludes the further need to %%ghost the byte-compiled
  221. themeupdate scripts which was introduced in the previous release.)
  222. - Fix handling of the startup_notification build conditional. It will actually
  223. work properly now. :)
  224. - Remove the hardcoded RPATH using some sed invocations from the packaging
  225. guidelines.
  226. * Mon Feb 12 2007 Peter Gordon <peter@thecodergeek.com> - 3.3.1-5
  227. - %%ghost the byte-compiled themeupdate scripts to fix multilib conflict
  228. (bug #228379).
  229. * Thu Nov 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-4
  230. - Don't own %%{_datadir}/gnome/wm-properties anymore, as that's now owned
  231. by gnome-session in Rawhide and we should not have ownership conflicts with
  232. Core packages.
  233. * Mon Oct 02 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-3
  234. - Rebuild to pick up unwind info generation fixes in new GCC
  235. * Wed Sep 20 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-2
  236. - Allow building with startup-notification as an rpmbuild option (though it is
  237. disabled by default as recommended by upstream).
  238. * Sun Sep 09 2006 Peter Gordon <peter@thecodergeek.com> - 3.3.1-1
  239. - Update to new 3.3.1 from upstream
  240. * Sun Aug 27 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-3
  241. - Mass FC6 rebuild
  242. * Sat Aug 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-2
  243. - Bump release to fix sources tagging issue
  244. * Sat Aug 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-1
  245. - Update to 3.3 final release from upstream
  246. - Remove the slew of versioning macros, as it's overkill for this and just adds
  247. unneeded complexity to the spec.
  248. * Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2.1
  249. - Add missing BuildRequires: libXxf86vm-devel
  250. * Wed Jun 28 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.8.rc2
  251. - Unconditionalize the BuildRequires for modular X.org, since it's branched
  252. for a specific Fedora release.
  253. * Mon Jun 26 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.7.rc2
  254. - Own the %%{_datadir}/gnome/wm-properties directory (#195292)
  255. * Fri Jun 23 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.6.rc2
  256. - Add %%{_datadir}/themes to Requires (#195292)
  257. * Tue Jun 20 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.5.rc2
  258. - Own all created theme directories (#195292)
  259. - Fix previous review bug IDs in this %%changelog to point to the recreated
  260. review bug (due to recent bugzilla outage)
  261. * Sun Jun 18 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.4.rc2
  262. - Don't default to an executable xsession script (#195292)
  263. * Mon Jun 12 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.3.rc2
  264. - Fix versioning to conform to the Extras packaging guidelines
  265. * Mon Jun 12 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.rc2.2
  266. - Add %%{_datadir}/xsessions .desktop file for easy selection of Openbox at
  267. login screen (#195292)
  268. * Fri Jun 09 2006 Peter Gordon <peter@thecodergeek.com> - 3.3-0.rc2.1
  269. - Unorphan, rewriting nearly all of the spec file
  270. - Update to upstream 3.3 RC2
  271. * Sun Jul 27 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.5
  272. - Need to own /etc/X11/gdm/Sessions && /etc/X11/gdm (#440)
  273. - Need to conflict with fluxbox (#422 / #440)
  274. * Tue Jul 22 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.4
  275. - Need to own /usr/share/apps/switchdesk (#422)
  276. * Mon Jul 21 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.3
  277. - More spec revisions (#422); change make and preserve timestamps
  278. * Sun Jul 20 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.2
  279. - Minor spec revisions (#422); add epoch and versions to changelogs
  280. * Sun Jul 06 2003 Chris Ricker <kaboom@gatech.edu> 0:2.3.1-0.fdr.1
  281. - Add switchdesk support
  282. - Add display manager support
  283. - Fix NLS build on Cambridge
  284. - Fedora'ize the spec
  285. * Sun Jun 29 2003 Chris Ricker <kaboom@gatech.edu>
  286. - Rev to 2.3.1 release
  287. - Make go with GCC 3.3
  288. * Tue Mar 18 2003 Chris Ricker <kaboom@gatech.edu>
  289. - Package of 2.3.0 release