source: projects/specs/trunk/z/zip/zip-vl.spec @ 8073

Revision 8073, 5.0 KB checked in by Takemikaduchi, 10 years ago (diff)

new upstream release or rebuild

Line 
1Summary: A file compression and packaging utility compatible with PKZIP.
2Summary(ja): PKZIP 互換のファイル圧縮/パッケージングユーティリティ
3Name: zip
4Version: 2.32
5Release: 4%{?_dist_release}
6License: BSD
7Group: Applications/Archiving
8Source: http://ftp.info-zip.org/pub/infozip/src/zip232.tgz
9Source1: ftp://ftp.freesoftware.com/pub/infozip/src/zcrypt29.tar.gz
10URL: http://www.info-zip.org/pub/infozip/Zip.html
11Patch0: zip23.patch
12Patch1: exec-shield.patch
13Patch2: zip23-umask.patch
14Patch5: zip-2.32-currdir.patch
15Patch6: zip-2.31-install.patch
16Patch8: zip-2.31-configure.patch
17
18BuildRoot: %{_tmppath}/%{name}-%{version}-root
19
20Vendor: Project Vine
21Distribution: Vine Linux
22
23%description
24The zip program is a compression and file packaging utility.  Zip is
25analogous to a combination of the UNIX tar and compress commands and
26is compatible with PKZIP (a compression and file packaging utility for
27MS-DOS systems).
28
29Install the zip package if you need to compress files using the zip
30program.
31
32
33%description -l ja
34zip プログラムはファイル圧縮/パッケージングユーティリティです.
35zip は UNIX の tar と compress の組合せに似たもので,かつ
36MS-DOS システムで広く使われる PKZIP と互換性があります.
37
38zip プログラムを使ってファイルを圧縮したい場合は
39zip パッケージをインストールして下さい.
40
41
42%prep
43%setup -q -a 1
44%patch0 -p1 -b .zip
45%patch1 -p1 -b .zip
46%patch2 -p1 -b .umask
47%patch5 -p1 -b .currdir
48%patch6 -p1 -b .install
49%patch8 -p1 -b .lhh
50
51%build
52make -f unix/Makefile prefix=%{_prefix} "CFLAGS=$RPM_OPT_FLAGS -I. -DUNIX" generic_gcc %{?_smp_mflags}
53
54%install
55rm -rf $RPM_BUILD_ROOT
56mkdir -p $RPM_BUILD_ROOT%{_bindir}
57mkdir -p $RPM_BULD_ROOT%{_mandir}/man1
58
59make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} \
60        MANDIR=$RPM_BUILD_ROOT%{_mandir}/man1 install
61
62pushd $RPM_BUILD_ROOT
63for n in zipnote zipsplit zip zipcloak ; do
64    chmod 755 ./usr/bin/$n
65done
66popd
67
68
69%clean
70rm -rf $RPM_BUILD_ROOT
71
72
73%files
74%defattr(-,root,root)
75%doc README CHANGES TODO WHATSNEW WHERE LICENSE README.CR proginfo/algorith.txt
76%{_bindir}/zipnote
77%{_bindir}/zipsplit
78%{_bindir}/zip
79%{_bindir}/zipcloak
80%{_mandir}/man1/zip.1*
81
82%changelog
83* Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32-4
84- rebuild with VineSeed environment
85
86* Tue Apr 05 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-3
87- rebuild for Vine 6
88
89* Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32-2
90- spec in utf-8
91
92* Sat May 17 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.32-1
93- updated to 2.32
94- added Patch2,5,6 and 8 from Fedora
95  * Mon Jan 17 2005 Ivana Varekova <varekova@redhat.com> 2.3-29
96  - Fix bug #142237 - problem with -d and ./files containing archives
97  * Mon Dec 22 2003 Lon Hohberger <lhh@redhat.com> 2.3-19
98  - Make temp file have umask 0066 mode (#112516)
99
100* Fri Jul 06 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.3-14vl4
101- rebuild with new toolchains.
102
103* Tue Jan 11 2005 AKIYAMA Kazuhito <akiyama@yb3.so-net.ne.jp> 2.3-14vl3
104- rebuild for VineSeed
105
106* Fri Jan 07 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 2.3-14vl2.1
107- convert charcter code into euc-jp-unix.
108- added a security patch for CAN-2004-1010 from Gentoo (Patch1).
109
110* Mon Apr  7 2003 Hiroaki Irokawa <irorin@terra.dti.ne.jp> 2.3-14vl2
111- rebuild
112
113* Wed Dec 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org>
114- based on 2.3-14 from Rawhide and built for Vine Linux
115- added Japanese summary and description
116
117* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
118- automated rebuild
119
120* Thu May 23 2002 Tim Powers <timp@redhat.com>
121- automated rebuild
122
123* Tue Apr  2 2002 Trond Eivind Glomsr d <teg@redhat.com>
124- Don't strip explicitly
125
126* Wed Mar 13 2002 Trond Eivind Glomsr d <teg@redhat.com> 2.3-11
127- Add URL
128
129* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
130- Bump release + rebuild.
131
132* Fri Aug 25 2000 Bill Nottingham <notting@redhat.com>
133- add encryption code (#16878)
134
135* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
136- automatic rebuild
137
138* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
139- rebuild in new environment
140
141* Mon Mar 13 2000 Bill Nottingham <notting@redhat.com>
142- spec file cleanups (#10143)
143
144* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
145- fix some perms
146
147* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
148- fix description
149- man pages are compressed
150
151* Tue Jan 11 2000 Bill Nottingham <notting@redhat.com>
152- update to 2.3
153
154* Fri Jul 30 1999 Bill Nottingham <notting@redhat.com>
155- update to 2.2
156
157* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
158- auto rebuild in the new build environment (release 8)
159
160* Thu Mar 18 1999 Cristian Gafton <gafton@redhat.com>
161- updated text in the spec file
162
163* Fri Jan 15 1999 Cristian Gafton <gafton@redhat.com>
164- patch top build on the arm
165
166* Mon Dec 21 1998 Michael Maher <mike@redhat.com>
167- built package for 6.0
168
169* Mon Aug 10 1998 Jeff Johnson <jbj@redhat.com>
170- build root
171
172* Fri May 08 1998 Prospector System <bugs@redhat.com>
173- translations modified for de, fr, tr
174
175* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
176- built against glibc
Note: See TracBrowser for help on using the repository browser.