pax-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Summary: POSIX File System Archiver
  2. Summary(ja): POSIX ファイルシステムアーカイバ
  3. Name: pax
  4. Version: 3.4
  5. Release: 1%{?_dist_release}
  6. License: BSD
  7. Group: Applications/Archiving
  8. Source: ftp://ftp.suse.com/pub/people/kukuk/pax/%{name}-%{version}.tar.bz2
  9. URL: ftp://ftp.suse.com/pub/people/kukuk/pax/
  10. Patch0: pax-3.0-PATHMAX.patch
  11. Patch1: pax-3.4-abs100.patch
  12. Patch2: pax-3.4-rdtruncate.patch
  13. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  14. %description
  15. 'pax' is the POSIX standard archive tool. It supports the two most
  16. common forms of standard Unix archive (backup) files - CPIO and TAR.
  17. %prep
  18. %setup -q
  19. %patch0 -p1 -b .PATHMAX
  20. %patch1 -p1 -b .abs100
  21. %patch2 -p1 -b .rdtruncate
  22. %build
  23. %configure
  24. make
  25. %install
  26. rm -rf %{buildroot}
  27. %makeinstall
  28. %clean
  29. rm -rf %{buildroot}
  30. %files
  31. %defattr(-,root,root)
  32. %{_bindir}/pax
  33. %doc %{_mandir}/man1/*
  34. %changelog
  35. * Fri Oct 03 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.4-1
  36. - initial build for Vine Linux
  37. * Fri Aug 29 2008 Ondrej Vasik <ovasik@redhat.com> - 3.4-6
  38. - removed duplicate Source0
  39. * Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.4-5
  40. - Autorebuild for GCC 4.3
  41. * Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 3.4-4
  42. - Rebuild for selinux ppc32 issue.
  43. * Mon Jul 16 2007 Radek Brich <rbrich@redhat.com> - 3.4-3
  44. - do not truncate file names when extracting (#205324)
  45. * Wed Jun 20 2007 Radek Brich <rbrich@redhat.com> - 3.4-2
  46. - applied patch for #239000 (pax fails creation of ustar
  47. if an absolute name is exactly 100 characters long)
  48. * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.4-1.2.2
  49. - rebuild
  50. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.4-1.2.1
  51. - bump again for double-long bug on ppc(64)
  52. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.4-1.2
  53. - rebuilt for new gcc4.1 snapshot and glibc changes
  54. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  55. - rebuilt
  56. * Mon Aug 15 2005 Peter Vrabec <pvrabec@redhat.com> 3.4-1
  57. - upgrade 3.4
  58. * Fri Mar 18 2005 Peter Vrabec <pvrabec@redhat.com> 3.0-11
  59. - rebuilt
  60. * Thu Oct 21 2004 Peter Vrabec <pvrabec@redhat.com>
  61. - fix PAXPATHLEN (#132857)
  62. * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
  63. - rebuilt
  64. * Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
  65. - rebuilt
  66. * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
  67. - rebuilt
  68. * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
  69. - rebuilt
  70. * Thu Dec 12 2002 Tim Powers <timp@redhat.com> 3.0-5
  71. - rebuild on all arches
  72. * Wed Jul 03 2002 Karsten Hopp <karsten@redhat.de>
  73. - fix documentation (#63671)
  74. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  75. - automated rebuild
  76. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  77. - automated rebuild
  78. * Tue Mar 5 2002 Matt Wilson <msw@redhat.com>
  79. - pull PAX source tarball from the SuSE package (which is based off
  80. this one yet claims copyright on the spec file)
  81. * Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
  82. - Bump release + rebuild.
  83. * Fri Feb 23 2001 Jakub Jelinek <jakub@redhat.com>
  84. - make it build under glibc 2.2.2
  85. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  86. - automatic rebuild
  87. * Fri Jun 30 2000 Preston Brown <pbrown@redhat.com>
  88. - debian version, which is a port from OpenBSD's latest.
  89. * Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
  90. - FHS paths
  91. * Tue May 30 2000 Preston Brown <pbrown@redhat.com>
  92. - adopted for Winston.