fuse-convmvfs-vl.spec 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. Summary: FUSE-Filesystem to convert filesystem encodings
  2. Summary(ja): ファイルシステムのエンコーディングを変換する FUSE ファイルシステム
  3. Name: fuse-convmvfs
  4. Version: 0.2.6
  5. Release: 2%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPL
  8. URL: http://fuse-convmvfs.sourceforge.net/
  9. Source0: http://dl.sourceforge.net/sourceforge/fuse-convmvfs/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. BuildRequires: fuse-devel >= 2.5
  12. %description
  13. This is a filesystem client use the FUSE(Filesystem in
  14. USErspace) interface to convert file name from one charset
  15. to another. Inspired by convmv.
  16. %prep
  17. %setup -q
  18. %build
  19. %configure
  20. make %{?_smp_mflags}
  21. %install
  22. rm -rf $RPM_BUILD_ROOT
  23. %makeinstall
  24. %clean
  25. rm -rf $RPM_BUILD_ROOT
  26. %files
  27. %defattr(-,root,root,-)
  28. %{_bindir}/convmvfs
  29. %doc README* COPYING ChangeLog AUTHORS NEWS
  30. %changelog
  31. * Thu Sep 01 2016 Toshiaki Ara <ara_t@384.jp> 0.2.6-2
  32. - rebuild with gcc-5.4.0
  33. * Mon Feb 20 2012 Munehiro Yamamoto <munepi@vinelinux.org> 0.2.6-1
  34. - new upstream release
  35. * Thu Sep 25 2008 Shu KONNO <owa@bg.wakwak.com> 0.2.3-1vl5
  36. - applied new versioning policy, spec in utf-8
  37. * Sat Jun 09 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 0.2.3-0vl1
  38. - initial build for Vine Linux
  39. * Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-2
  40. - add doc AUTHORS NEWS, remove doc INSTALL
  41. - Change URL
  42. * Mon Feb 12 2007 ZC Miao <hellwolf.misty@gmail.com> - 0.2.3-1
  43. - update to 0.2.3
  44. * Fri Jul 28 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.2-1
  45. - update to 0.2.2
  46. * Tue Jul 25 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2.1-1
  47. - update to 0.2.1
  48. * Mon Jul 3 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-2
  49. - add URL for Source0
  50. * Fri Jun 30 2006 ZC Miao <hellwolf@seu.edu.cn> - 0.2-1
  51. - init build