lxappearance-obconf-vl.spec 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. Name: lxappearance-obconf
  2. Version: 0.0.2
  3. Release: 1.git20120211%{?_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}git20120211.tar.bz2
  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 -n %{name}
  26. # dirty hack for outdated/changing LINGUAS file
  27. #cd po
  28. #ls *.po | sed 's/.po//g' | sort > LINGUAS
  29. %build
  30. ./autogen.sh
  31. %configure --disable-static
  32. make %{?_smp_mflags}
  33. %install
  34. rm -rf $RPM_BUILD_ROOT
  35. make install DESTDIR=$RPM_BUILD_ROOT
  36. rm $RPM_BUILD_ROOT%{_libdir}/lxappearance/plugins/obconf.la
  37. %find_lang %{name}
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files -f %{name}.lang
  41. %defattr(-,root,root,-)
  42. %doc AUTHORS CHANGELOG COPYING NEWS README TODO
  43. %{_libdir}/lxappearance/plugins/obconf.so
  44. %{_datadir}/lxappearance/obconf/
  45. %changelog
  46. * Sat Feb 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.2.git20120211-1
  47. - new upstream release
  48. - built trunk snapshot
  49. * Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-2
  50. - rebuilt with new lxappearance
  51. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1-1
  52. - initial build for Vine Linux
  53. * Wed Jul 14 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110714git3a0fd02d
  54. - Update to latest GIT snapshot
  55. * Fri Jan 28 2011 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20110128git710ba0e6
  56. - Update to latest GIT snapshot
  57. * Fri Sep 03 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100903git1769cdca
  58. - Update to latest GIT snapshot
  59. * Fri Aug 13 2010 Christoph Wickert <cwickert@fedoraproject.org> - 0.1.0-0.1.20100813git1bf017ee
  60. - initial package