thunar-media-tags-plugin-vl.spec 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. Name: thunar-media-tags-plugin
  2. Version: 0.2.1
  3. Release: 2%{?_dist_release}
  4. Summary: Adds ID3/OGG tag support to the Thunar bulk rename dialog
  5. Summary(ja): Thunar のバルクリネームで ID3/Ogg タグのサポートを追加するプラグイン
  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.2/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: Thunar-devel >= 1.0.1
  12. BuildRequires: gtk2-devel >= 2.12.0
  13. BuildRequires: libexo-devel >= 0.5.0
  14. BuildRequires: taglib-devel >= 1.4
  15. Vendor: Project Vine
  16. Distribution: Vine Linux
  17. Packager: Takemikaduchi, inagaki
  18. %description
  19. The thunar-media-tags-plugin is a plugin for the Thunar File Manager,
  20. which adds ID3/OGG tag support to the bulk rename dialog.
  21. %prep
  22. %setup -q
  23. %build
  24. %configure --disable-static
  25. make %{?_smp_mflags}
  26. %install
  27. rm -rf $RPM_BUILD_ROOT
  28. make install DESTDIR=$RPM_BUILD_ROOT
  29. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  30. %find_lang %{name}
  31. %clean
  32. rm -rf $RPM_BUILD_ROOT
  33. %files -f %{name}.lang
  34. %defattr(-,root,root)
  35. %doc AUTHORS COPYING ChangeLog NEWS README
  36. %{_libdir}/thunarx-2/%{name}.so
  37. %changelog
  38. * Sun Mar 1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-2
  39. - rebuilt with libxfce4util 4.12.1
  40. - added Japanese summary
  41. * Sun Sep 14 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.2.1-1
  42. - updated to 0.2.1
  43. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
  44. - rebuild with VineSeed environment
  45. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  46. - initial build for Vine Linux