|
|
4a09f2 |
Name: pbzip2
|
|
|
4a09f2 |
Version: 1.1.13
|
|
|
4a09f2 |
Release: 6%{?dist}
|
|
|
4a09f2 |
Summary: Parallel implementation of bzip2
|
|
|
4a09f2 |
URL: https://launchpad.net/pbzip2
|
|
|
4a09f2 |
License: BSD
|
|
|
4a09f2 |
BuildRequires: make
|
|
|
4a09f2 |
BuildRequires: gcc-c++
|
|
|
4a09f2 |
BuildRequires: bzip2-devel
|
|
|
4a09f2 |
Source0: https://launchpad.net/pbzip2/1.1/%{version}/+download/pbzip2-%{version}.tar.gz
|
|
|
4a09f2 |
Patch0: %{name}-1.1.12-buildflags.patch
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%description
|
|
|
4a09f2 |
PBZIP2 is a parallel implementation of the bzip2 block-sorting file
|
|
|
4a09f2 |
compressor that uses pthreads and achieves near-linear speedup on SMP
|
|
|
4a09f2 |
machines. The output of this version is fully compatible with bzip2
|
|
|
4a09f2 |
v1.0.2 or newer (ie: anything compressed with pbzip2 can be
|
|
|
4a09f2 |
decompressed with bzip2).
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%prep
|
|
|
4a09f2 |
%autosetup -p1
|
|
|
4a09f2 |
f=AUTHORS; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 && mv $f.utf8 $f
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%build
|
|
|
4a09f2 |
%set_build_flags
|
|
|
4a09f2 |
%make_build
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%install
|
|
|
4a09f2 |
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
|
|
|
4a09f2 |
install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
|
|
4a09f2 |
ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2
|
|
|
4a09f2 |
ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%files
|
|
|
4a09f2 |
%doc AUTHORS ChangeLog README
|
|
|
4a09f2 |
%license COPYING
|
|
|
4a09f2 |
%{_bindir}/%{name}
|
|
|
4a09f2 |
%{_bindir}/pbunzip2
|
|
|
4a09f2 |
%{_bindir}/pbzcat
|
|
|
4a09f2 |
%{_mandir}/man1/*
|
|
|
4a09f2 |
|
|
|
4a09f2 |
|
|
|
4a09f2 |
%changelog
|
|
|
4a09f2 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.13-6
|
|
|
4a09f2 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
4a09f2 |
Related: rhbz#1991688
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.1.13-5
|
|
|
4a09f2 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-4
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-3
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-2
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Jan 25 2020 Filipe Rosset <rosset.filipe@gmail.com> - 1.1.13-1
|
|
|
4a09f2 |
- update to 1.1.13 + spec cleanup and modernization fixes rhbz#1297158
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-9
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-8
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-7
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-6
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-5
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-4
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-3
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.12-2
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Wed Sep 14 2015 Adam Tkac <vonsch@gmail.com> - 1.1.12-1
|
|
|
4a09f2 |
- update to 1.1.12
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-8
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.1.6-7
|
|
|
4a09f2 |
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-6
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-5
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-3
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-2
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jun 1 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.1.6-1
|
|
|
4a09f2 |
- Update to 1.1.6.
|
|
|
4a09f2 |
- Build with %%{?__global_ldflags} and %%{?_smp_mflags}.
|
|
|
4a09f2 |
- Fix some rpmlint warnings.
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-3
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
|
|
|
4a09f2 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Apr 17 2010 Jeff Gilchrist <pbzip2@compression.ca> - 1.1.1-1
|
|
|
4a09f2 |
- Release 1.1.1
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Mar 13 2010 Jeff Gilchrist <pbzip2@compression.ca> - 1.1.0-1
|
|
|
4a09f2 |
- Release 1.1.0
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jan 8 2009 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.5-1
|
|
|
4a09f2 |
- Release 1.0.5
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Dec 21 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.4-1
|
|
|
4a09f2 |
- Release 1.0.4
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Oct 31 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.3-1
|
|
|
4a09f2 |
- Release 1.0.3
|
|
|
4a09f2 |
- Added support for SUSE RPM build
|
|
|
4a09f2 |
- Added symlink for pbzcat
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Jul 26 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-2
|
|
|
4a09f2 |
- Fixed symbolic link for pbunzip2 file
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Jul 25 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-1
|
|
|
4a09f2 |
- Release 1.0.2
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Mar 20 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.1-1
|
|
|
4a09f2 |
- Release 1.0.1
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Wed Mar 14 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0-1
|
|
|
4a09f2 |
- Release 1.0
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Sep 12 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-4
|
|
|
4a09f2 |
- Rebuild for Fedora Extras 6
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue May 23 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-3
|
|
|
4a09f2 |
- Added support for $RPM_OPT_FLAGS thanks to Ville Skytta
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Feb 28 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-2
|
|
|
4a09f2 |
- Rebuild for Fedora Extras 5
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sun Feb 5 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-1
|
|
|
4a09f2 |
- Release 0.9.6
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Dec 31 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.5-1
|
|
|
4a09f2 |
- Release 0.9.5
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Tue Aug 30 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.4-1
|
|
|
4a09f2 |
- Updated RPM spec with suggestions from Oliver Falk
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Fri Jul 29 2005 Bryan Stillwell <bryan@bokeoa.com> - 0.9.3-1
|
|
|
4a09f2 |
- Release 0.9.3
|
|
|
4a09f2 |
- Removed non-packaging changelog info
|
|
|
4a09f2 |
- Added dist macro to release field
|
|
|
4a09f2 |
- Clean buildroot at the beginning of the install section
|
|
|
4a09f2 |
- Modified buildroot tag to match with Fedora PackagingGuidelines
|
|
|
4a09f2 |
- Shortened Requires and BuildRequires list
|
|
|
4a09f2 |
- Changed description to match with the Debian package
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Mar 12 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.2-1
|
|
|
4a09f2 |
- Release 0.9.2
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Jan 29 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.1-1
|
|
|
4a09f2 |
- Release 0.9.1
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sun Jan 24 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.9-1
|
|
|
4a09f2 |
- Release 0.9
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sun Jan 9 2005 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.3-1
|
|
|
4a09f2 |
- Release 0.8.3
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Mon Nov 30 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.2-1
|
|
|
4a09f2 |
- Release 0.8.2
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Sat Nov 27 2004 Jeff Gilchrist <pbzip2@compression.ca> - 0.8.1-1
|
|
|
4a09f2 |
- Release 0.8.1
|
|
|
4a09f2 |
|
|
|
4a09f2 |
* Thu Oct 28 2004 Bryan Stillwell <bryan@bokeoa.com> - 0.8-1
|
|
|
4a09f2 |
- Initial packaging
|