zip-vl.spec 5.0 KB

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