thunarx-python-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. Name: thunarx-python
  2. Version: 0.3.0
  3. Release: 2%{?_dist_release}
  4. Summary: Python bindings for the Thunar Extension Framework
  5. Summary(ja): Thunar 機能拡張フレームワーク用の Python バインディング
  6. Group: System Environment/Libraries
  7. License: LGPLv2+
  8. URL: http://goodies.xfce.org/projects/bindings/thunarx-python
  9. Source0: http://archive.xfce.org/src/bindings/thunarx-python/0.3/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: gtk2-devel >= 2.6.0
  12. BuildRequires: Thunar-devel >= 0.4.0
  13. BuildRequires: pygtk2-devel >= 2.6.0
  14. BuildRequires: pygobject-devel
  15. BuildRequires: pygobject-doc
  16. BuildRequires: python-devel
  17. BuildRequires: gnome-python-devel >= 2.12.0
  18. BuildRequires: gtk-doc
  19. Requires: Thunar
  20. %description
  21. These bindings allow one to create python plugins for Thunar.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure --enable-gtk-doc
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. rm -f $RPM_BUILD_ROOT%{_libdir}/*/*.la
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files
  34. %defattr(-,root,root,-)
  35. %doc AUTHORS COPYING ChangeLog NEWS README
  36. %{_libdir}/thunarx-2/
  37. %{_libdir}/thunarx-python/
  38. %doc %{_datadir}/gtk-doc/
  39. %doc %{_datadir}/doc/thunarx-python/
  40. %changelog
  41. * Tue Feb 21 2012 Toshiharu kudoh <toshi.kd2@gmail.com> 0.3.0-2
  42. - rebuilt with python-2.7
  43. * Wed Feb 08 2012 Toshiharu kudoh <toshi.kd2@gmail.com> 0.3.0-1
  44. - initial build for Vine Linux
  45. * Tue Mar 22 2011 G.Balaji <balajig81@gmail.com> 0.2.3-3.1
  46. - Addressed build issues for fedora_14.
  47. * Tue Mar 21 2011 G.Balaji <balajig81@gmail.com> 0.2.3-3
  48. - Addressed Second level of Review Comments.
  49. * Tue Mar 21 2011 G.Balaji <balajig81@gmail.com> 0.2.3-2
  50. - Addressed Review Comments.
  51. * Tue Mar 15 2011 G.Balaji <balajig81@gmail.com> 0.2.3-1
  52. - Initial Version.