lxappearance-obconf-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Name: lxappearance-obconf
  2. Version: 0.0.1
  3. Release: 2%{?_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 Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
  46. - rebuilt with new lxappearance
  47. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
  48. - initial build for Vine Linux
  49. * Wed Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
  50. - Update to latest GIT snapshot
  51. * Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
  52. - Update to latest GIT snapshot
  53. * Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
  54. - Update to latest GIT snapshot
  55. * Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
  56. - initial package