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

Revision 12316, 2.1 KB checked in by tomop, 4 years ago (diff)

updated 22 packages

actdiag-0.5.4-1

blockdiag-1.5.4-1

clamav-0.102.1-1

ghostscript-9.27-3

git-2.24.1-1

incron-0.5.12-4

iputils-20190709-2

libsass-3.6.3-1

libxslt-1.1.34-1

nginx-1.16.1-4

nsd-4.2.4-1

nwdiag-1.0.4-1

oniguruma-6.9.4-1

php73-7.3.12-1

python-funcparserlib-0.3.6-1

python-webcolors-1.10-1

samba-4.10.10-1

seqdiag-0.9.6-1

strongswan-5.8.1-1

trousers-0.3.14-1

unbound-1.9.6-1

unrar-free-0.0.1.20140707-1

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