123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- %define _version 0.0.1-20071127
- Name: unrar-free
- Version: 0.0.1.20071127
- Release: 1%{?_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
- * Fri May 15 2009 Toshiharu Kudoh - 0.0.1.20071127-1
- - initial build for VineSeed
|