source: projects/specs/branches/6/p/pax/pax-vl.spec @ 7739

Revision 7739, 3.4 KB checked in by Takemikaduchi, 11 years ago (diff)

rebuild packages & security fix

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