thunar-vcs-plugin-vl.spec 2.0 KB

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