lxappearance-obconf-vl.spec 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. Name: lxappearance-obconf
  2. Version: 0.2.0
  3. Release: 3%{?_dist_release}
  4. Summary: Plugin to configure Openbox inside LXAppearance
  5. Summary(ja): LXAppearance 内で OpenBox を設定するためのプラグイン
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.org/
  9. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  10. Patch0: obconf-rrbutton.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gettext
  13. BuildRequires: gtk2-devel
  14. BuildRequires: intltool
  15. BuildRequires: libtool
  16. BuildRequires: libSM-devel
  17. BuildRequires: lxappearance-devel
  18. BuildRequires: openbox-devel
  19. BuildRequires: perl-XML-Parser
  20. Requires: lxappearance >= 0.5.0
  21. Requires: openbox
  22. %description
  23. This plugin adds an additional tab called "Window Border" to LXAppearance.
  24. It is only visible when the plugin is installed and Openbox is in use.
  25. %prep
  26. %setup -q
  27. %patch0 -p1 -b .rrbutton
  28. %build
  29. %configure --disable-static
  30. make %{?_smp_mflags}
  31. %install
  32. rm -rf $RPM_BUILD_ROOT
  33. make install DESTDIR=$RPM_BUILD_ROOT
  34. rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
  35. %find_lang %{name}
  36. %clean
  37. rm -rf $RPM_BUILD_ROOT
  38. %files -f %{name}.lang
  39. %defattr(-,root,root,-)
  40. %doc AUTHORS CHANGELOG COPYING NEWS README TODO
  41. %{_libdir}/lxappearance/plugins/obconf.so
  42. %{_datadir}/lxappearance/obconf/
  43. %changelog
  44. * Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
  45. - rebuild with openbox-3.5
  46. - add patch0 to build with openbox-3.5
  47. * Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
  48. - rebuilt with new toolchain
  49. * Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
  50. - new upstream release
  51. * Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
  52. - new upstream release
  53. - built trunk snapshot
  54. * Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
  55. - rebuilt with new lxappearance
  56. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
  57. - initial build for Vine Linux
  58. * Thu Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
  59. - Update to latest GIT snapshot
  60. * Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
  61. - Update to latest GIT snapshot
  62. * Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
  63. - Update to latest GIT snapshot
  64. * Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
  65. - initial package