unrar-free-vl.spec 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. %define _version 0.0.1-20140707
  2. Name: unrar-free
  3. Version: 0.0.1.20140707
  4. Release: 1%{?_dist_release}
  5. Summary: Utility for extracting RAR archives (free version)
  6. Summary(ja): RARアーカイブを解凍するためのユーティリティ (free version)
  7. Group: Applications/Archiving
  8. Vendor: Project Vine
  9. Distribution: Vine Linux
  10. License: GPLv2
  11. URL: http://home.gna.org/unrar/
  12. Source0: unrar-%{_version}.tar.gz
  13. Patch0: 0001-CVE-2017-14120.patch
  14. Patch1: 0002-CVE-2017-14122.patch
  15. Patch2: 0003-CVE-2017-14121.patch
  16. Patch3: 0004-unrar-nonfree-compat-ignored-options.patch
  17. # Vine
  18. Patch1000: 0001-fixed-warnings.patch
  19. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  20. Conflicts: unrar
  21. #BuildRequires:
  22. %description
  23. The unrar-free is utility for extracting RAR archives.
  24. But can't handle some archives in the RAR 3.0 format,
  25. only the non-free "unrar" package can do that.
  26. %description -l ja
  27. unrar-free はRAR archivesを展開するためのユーティリティです。
  28. しかしながら、 このパッケージではRAR 3.0 フォーマットのアーカイブの
  29. 一部を処理できません。non-free な "unrar" パッケージだけが
  30. それらのアーカイブを処理できます。
  31. %prep
  32. %autosetup -p1 -n unrar-0.0.1
  33. %build
  34. autoreconf -ivf
  35. %configure
  36. make %{?_smp_mflags}
  37. %install
  38. rm -rf $RPM_BUILD_ROOT
  39. %makeinstall
  40. %clean
  41. rm -rf $RPM_BUILD_ROOT
  42. %files
  43. %defattr(-,root,root,-)
  44. %license COPYING
  45. %doc AUTHORS ChangeLog README
  46. %{_bindir}/unrar
  47. %changelog
  48. * Fri Nov 15 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 0.0.1-20140707-1
  49. - updated to 20140707.
  50. - imported Patch0-4 from debian.
  51. - added Patch1000 to fix warnings.
  52. * Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-3
  53. - rebuilt with current toolchain
  54. * Thu Jan 27 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-2
  55. - rebuilt with new toolchain
  56. * Fri May 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.0.1.20071127-1
  57. - initial build for VineSeed