lxappearance-obconf-vl.spec 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. Name: lxappearance-obconf
  2. Version: 0.2.0
  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.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gettext
  12. BuildRequires: gtk2-devel
  13. BuildRequires: intltool
  14. BuildRequires: libtool
  15. BuildRequires: libSM-devel
  16. BuildRequires: lxappearance-devel
  17. BuildRequires: openbox-devel
  18. BuildRequires: perl-XML-Parser
  19. Requires: lxappearance >= 0.5.0
  20. Requires: openbox
  21. %description
  22. This plugin adds an additional tab called "Window Border" to LXAppearance.
  23. It is only visible when the plugin is installed and Openbox is in use.
  24. %prep
  25. %setup -q
  26. # dirty hack for outdated/changing LINGUAS file
  27. #cd po
  28. #ls *.po | sed 's/.po//g' | sort > LINGUAS
  29. %build
  30. %configure --disable-static
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
  36. %find_lang %{name}
  37. %clean
  38. rm -rf $RPM_BUILD_ROOT
  39. %files -f %{name}.lang
  40. %defattr(-,root,root,-)
  41. %doc AUTHORS CHANGELOG COPYING NEWS README TODO
  42. %{_libdir}/lxappearance/plugins/obconf.so
  43. %{_datadir}/lxappearance/obconf/
  44. %changelog
  45. * Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.0-1
  46. - new upstream release
  47. * Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
  48. - new upstream release
  49. - built trunk snapshot
  50. * Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
  51. - rebuilt with new lxappearance
  52. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
  53. - initial build for Vine Linux
  54. * Wed Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
  55. - Update to latest GIT snapshot
  56. * Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
  57. - Update to latest GIT snapshot
  58. * Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
  59. - Update to latest GIT snapshot
  60. * Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
  61. - initial package