source: projects/specs/trunk/u/unrar-free/unrar-free-vl.spec @ 8156

Revision 8156, 1.6 KB checked in by kudoh, 10 years ago (diff)

new upstream release and rebuild

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