thunar-archive-plugin-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. Name: thunar-archive-plugin
  2. Summary: Adds archive operations to the Thunar file context menus
  3. Summary(ja): Thunar のコンテキストメニューにアーカイブ操作を追加するプラグイン
  4. Version: 0.3.1
  5. Release: 2%{?_dist_release}
  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.3/%{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.6.0
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi, inagaki
  17. %description
  18. The thunar-archive-plugin is a plugin for the Thunar File Manager, which
  19. adds archive operations to the file context menus. Using this plugin you
  20. will be able to extract and create archive files from within Thunar using
  21. a single click.
  22. %prep
  23. %setup -q
  24. %build
  25. %configure --disable-static
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. make install DESTDIR=$RPM_BUILD_ROOT
  30. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  31. %find_lang %{name}
  32. %clean
  33. rm -rf $RPM_BUILD_ROOT
  34. %post
  35. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  36. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  37. %postun
  38. if [ $1 -eq 0 ]; then
  39. touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
  40. gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
  41. fi
  42. %files -f %{name}.lang
  43. %defattr(-,root,root)
  44. %doc AUTHORS COPYING ChangeLog NEWS README
  45. %{_libdir}/thunarx-2/%{name}.so
  46. %{_libexecdir}/%{name}
  47. %{_datadir}/icons/hicolor/*/apps/*
  48. %changelog
  49. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-2
  50. - rebuilt with libxfce4util 4.12.1
  51. - added Japanese summary
  52. * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.3.1-1
  53. - updated to 0.3.1
  54. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-2
  55. - rebuild with VineSeed environment
  56. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.0-1
  57. - initial build for Vine Linux