%define _version 0.0.1-20071127 Name: unrar-free Version: 0.0.1.20071127 Release: 3%{?_dist_release} Summary: Utility for extracting RAR archives (free version) Summary(ja): RARアーカイブを解凍するためのユーティリティ (free version) License: GPLv2 Group: Applications/Archiving URL: http://home.gna.org/unrar/ Source0: unrar-%{_version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root Conflicts: unrar #BuildRequires: %description The unrar-free is utility for extracting RAR archives. But can't handle some archives in the RAR 3.0 format, only the non-free "unrar" package can do that. %description -l ja unrar-free はRAR archivesを展開するためのユーティリティです。 しかしながら、 このパッケージではRAR 3.0 フォーマットのアーカイブの 一部を処理できません。non-free な "unrar" パッケージだけが それらのアーカイブを処理できます。 %prep %setup -q -n unrar-0.0.1-20071127 %build make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog README %{_bindir}/unrar %changelog * Sun Jan 12 2014 Toshiharu Kudoh - 0.0.1.20071127-3 - rebuilt with current toolchain * Thu Jan 27 2011 Toshiharu Kudoh - 0.0.1.20071127-2 - rebuilt with new toolchain * Fri May 15 2009 Toshiharu Kudoh - 0.0.1.20071127-1 - initial build for VineSeed