thunar-vcs-plugin-vl.spec 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Name: thunar-vcs-plugin
  2. Summary: Version Contol System plugin for Thunar
  3. Version: 0.1.4
  4. Release: 1%{?_dist_release}
  5. Group: User Interface/Desktops
  6. License: GPLv2+
  7. URL: http://goodies.xfce.org/projects/thunar-plugins/%{name}
  8. Source0: http://archive.xfce.org/src/thunar-plugins/%{name}/0.1/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: Thunar-devel >= 0.4.0
  11. BuildRequires: libexo-devel >= 0.5.0
  12. BuildRequires: libxfce4util-devel >= 4.8.0
  13. BuildRequires: gtk2-devel >= 2.14
  14. BuildRequires: subversion-devel >= 1.5
  15. BuildRequires: apr-devel >= 0.9.7
  16. BuildRequires: git-devel
  17. BuildRequires: libuuid-devel
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: Takemikaduchi
  21. %description
  22. The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
  23. This gives a VCS integration to Thunar.
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --disable-static
  28. make %{?_smp_mflags}
  29. %install
  30. rm -rf $RPM_BUILD_ROOT
  31. make install DESTDIR=$RPM_BUILD_ROOT
  32. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  33. %find_lang %{name}
  34. %clean
  35. rm -rf $RPM_BUILD_ROOT
  36. %post
  37. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  38. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  39. %postun
  40. if [ $1 -eq 0 ]; then
  41. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  42. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  43. fi
  44. %files -f %{name}.lang
  45. %defattr(-,root,root)
  46. %doc AUTHORS COPYING ChangeLog NEWS README
  47. %{_libdir}/thunarx-2/%{name}.so
  48. %{_libexecdir}/tvp-git-helper
  49. %{_libexecdir}/tvp-svn-helper
  50. %{_datadir}/icons/hicolor/*/apps/*
  51. %changelog
  52. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.4-1
  53. - initial build for Vine Linux