unrar-free-vl.spec 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. %define _version 0.0.1-20071127
  2. Name: unrar-free
  3. Version: 0.0.1.20071127
  4. Release: 3%{?_dist_release}
  5. Summary: Utility for extracting RAR archives (free version)
  6. Summary(ja): RARアーカイブを解凍するためのユーティリティ (free version)
  7. License: GPLv2
  8. Group: Applications/Archiving
  9. URL: http://home.gna.org/unrar/
  10. Source0: unrar-%{_version}.tar.gz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. Conflicts: unrar
  13. #BuildRequires:
  14. %description
  15. The unrar-free is utility for extracting RAR archives.
  16. But can't handle some archives in the RAR 3.0 format,
  17. only the non-free "unrar" package can do that.
  18. %description -l ja
  19. unrar-free はRAR archivesを展開するためのユーティリティです。
  20. しかしながら、 このパッケージではRAR 3.0 フォーマットのアーカイブの
  21. 一部を処理できません。non-free な "unrar" パッケージだけが
  22. それらのアーカイブを処理できます。
  23. %prep
  24. %setup -q -n unrar-0.0.1-20071127
  25. %build
  26. make %{?_smp_mflags}
  27. %install
  28. rm -rf $RPM_BUILD_ROOT
  29. %makeinstall
  30. %clean
  31. rm -rf $RPM_BUILD_ROOT
  32. %files
  33. %defattr(-,root,root,-)
  34. %doc AUTHORS COPYING ChangeLog README
  35. %{_bindir}/unrar
  36. %changelog
  37. * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-3
  38. - rebuilt with current toolchain
  39. * Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-2
  40. - rebuilt with new toolchain
  41. * Fri May 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-1
  42. - initial build for VineSeed