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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Name: thunar-media-tags-plugin
  2. Summary: Adds ID3/OGG tag support to the Thunar bulk rename dialog
  3. Version: 0.2.0
  4. Release: 2%{?_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.2/%{name}-%{version}.tar.bz2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: Thunar-devel >= 0.4.0
  11. BuildRequires: libexo-devel >= 0.3.1.3
  12. BuildRequires: thunar-vfs-devel >= 0.4.0
  13. BuildRequires: taglib-devel >= 1.4
  14. Vendor: Project Vine
  15. Distribution: Vine Linux
  16. Packager: Takemikaduchi
  17. %description
  18. The thunar-media-tags-plugin is a plugin for the Thunar File Manager,
  19. which adds ID3/OGG tag support to the bulk rename dialog.
  20. %prep
  21. %setup -q
  22. %build
  23. %configure --disable-static
  24. make %{?_smp_mflags}
  25. %install
  26. rm -rf $RPM_BUILD_ROOT
  27. make install DESTDIR=$RPM_BUILD_ROOT
  28. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  29. %find_lang %{name}
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files -f %{name}.lang
  33. %defattr(-,root,root)
  34. %doc AUTHORS COPYING ChangeLog NEWS README
  35. %{_libdir}/thunarx-2/%{name}.so
  36. %changelog
  37. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-2
  38. - rebuild with VineSeed environment
  39. * Sat Jun 09 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.0-1
  40. - initial build for Vine Linux