lxappearance-obconf-vl.spec 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Name: lxappearance-obconf
  2. Version: 0.2.3
  3. Release: 1%{?_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.xz
  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. * Mon Apr 11 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.3-1
  45. - new upstream release
  46. - changed archive type to xz
  47. - deleted Patch0
  48. * Sat Jul 26 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.0-4
  49. - rebuilt with current environment
  50. * Fri Jul 11 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 0.2.0-3
  51. - rebuild with openbox-3.5
  52. - add patch0 to build with openbox-3.5
  53. * Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-2
  54. - rebuilt with new toolchain
  55. * Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
  56. - new upstream release
  57. * Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
  58. - new upstream release
  59. - built trunk snapshot
  60. * Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
  61. - rebuilt with new lxappearance
  62. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
  63. - initial build for Vine Linux
  64. * Thu Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
  65. - Update to latest GIT snapshot
  66. * Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
  67. - Update to latest GIT snapshot
  68. * Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
  69. - Update to latest GIT snapshot
  70. * Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
  71. - initial package