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