View | Details | Raw Unified | Return to bug 12313
Collapse All | Expand All

(-)/home/lav/RPM/SPECS/unzip.spec (-4 / +12 lines)
Lines 2-8 Link Here
2
%define vers_major 5
2
%define vers_major 5
3
%define vers_minor 52
3
%define vers_minor 52
4
Version: %vers_major.%vers_minor
4
Version: %vers_major.%vers_minor
5
Release: alt2
5
Release: alt3
6
6
7
Summary: An utility for unpacking zip archives
7
Summary: An utility for unpacking zip archives
8
Summary(ru_RU.KOI8-R): ðÒÏÇÒÁÍÍÁ ÄÌÑ ÒÁÓÐÁËÏ×ËÉ zip-ÁÒÈÉ×Ï×
8
Summary(ru_RU.KOI8-R): ðÒÏÇÒÁÍÍÁ ÄÌÑ ÒÁÓÐÁËÏ×ËÉ zip-ÁÒÈÉ×Ï×
Lines 16-21 Link Here
16
Patch2: %name-5.50-alt-ddottrav.patch
16
Patch2: %name-5.50-alt-ddottrav.patch
17
Patch3: %name-5.52-alt-iconv-v1.1.patch
17
Patch3: %name-5.52-alt-iconv-v1.1.patch
18
Patch4: ubuntu-%name-5.52-security_fix-1.patch
18
Patch4: ubuntu-%name-5.52-security_fix-1.patch
19
Patch5: %name-5.52-alt-natspec.patch
20
21
BuildPreReq: libnatspec-devel
19
22
20
%description
23
%description
21
The unzip utility is used to list, test, or extract files from a zip
24
The unzip utility is used to list, test, or extract files from a zip
Lines 32-43 Link Here
32
%setup -q
35
%setup -q
33
%patch1 -p1
36
%patch1 -p1
34
#%patch2 -p1
37
#%patch2 -p1
35
%patch3 -p1
38
#%patch3 -p1
36
%patch4 -p1
39
%patch4 -p1
40
%patch5 -p1
37
%__ln_s unix/Makefile .
41
%__ln_s unix/Makefile .
38
42
39
%build
43
%build
40
make linux_noasm LF2=
44
%make_build linux_noasm
41
45
42
%install
46
%install
43
%__mkdir_p $RPM_BUILD_ROOT{%_bindir,%_man1dir}
47
%__mkdir_p $RPM_BUILD_ROOT{%_bindir,%_man1dir}
Lines 49-58 Link Here
49
53
50
%files
54
%files
51
%_bindir/*
55
%_bindir/*
52
%_mandir/man?/*
56
%_man1dir/*
53
%doc BUGS LICENSE History.* README ToDo WHERE proginfo
57
%doc BUGS LICENSE History.* README ToDo WHERE proginfo
54
58
55
%changelog
59
%changelog
60
* Mon Jul 30 2007 Vitaly Lipatov <lav@altlinux.ru> 5.52-alt3
61
- NMU: use libnatspec instead iconv + some guesses (fix bug #12313)
62
- small cleanup spec: use SMP build, use man1dir only
63
56
* Tue Apr 10 2007 Eugene Ostapets <eostapets@altlinux.ru> 5.52-alt2
64
* Tue Apr 10 2007 Eugene Ostapets <eostapets@altlinux.ru> 5.52-alt2
57
- fix CAN-2005-2475
65
- fix CAN-2005-2475
58
- fix CVE-2005-4667
66
- fix CVE-2005-4667

Return to bug 12313