Updated code from upstream to 1.0.5
This commit is contained in:
parent
6f93ced6b3
commit
49279612d9
@ -1 +1 @@
|
||||
pbzip2-1.0.2.tar.gz
|
||||
pbzip2-1.0.5.tar.gz
|
||||
|
||||
1
import.log
Normal file
1
import.log
Normal file
@ -0,0 +1 @@
|
||||
pbzip2-1_0_5-1:HEAD:pbzip2-1.0.5-1.src.rpm:1231858917
|
||||
27
pbzip2.spec
27
pbzip2.spec
@ -1,12 +1,16 @@
|
||||
Name: pbzip2
|
||||
Version: 1.0.2
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Parallel implementation of bzip2
|
||||
URL: http://www.compression.ca/pbzip2/
|
||||
License: BSD
|
||||
Group: Applications/File
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: bzip2-devel
|
||||
%if %{?suse_version:1}0
|
||||
BuildRequires: bzip2
|
||||
%else
|
||||
BuildRequires: bzip2-devel
|
||||
%endif
|
||||
Source0: http://www.compression.ca/pbzip2/%{name}-%{version}.tar.gz
|
||||
|
||||
%description
|
||||
@ -19,7 +23,7 @@ decompressed with bzip2).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e 's/ -O3 / %{optflags} /' Makefile
|
||||
sed -i -e 's/ -O2/ %{optflags} /' Makefile
|
||||
|
||||
|
||||
%build
|
||||
@ -31,6 +35,7 @@ rm -rf %{buildroot}
|
||||
install -D -m755 %{name} %{buildroot}%{_bindir}/%{name}
|
||||
install -D -m644 %{name}.1 %{buildroot}%{_mandir}/man1/%{name}.1
|
||||
ln -sf ./%{name} %{buildroot}%{_bindir}/pbunzip2
|
||||
ln -sf ./%{name} %{buildroot}%{_bindir}/pbzcat
|
||||
|
||||
|
||||
%clean
|
||||
@ -42,15 +47,21 @@ rm -rf %{buildroot}
|
||||
%doc AUTHORS ChangeLog COPYING README
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/pbunzip2
|
||||
%{_bindir}/pbzcat
|
||||
%{_mandir}/man1/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Feb 10 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-4
|
||||
- Rebuild for gcc 4.3
|
||||
* Fri Jan 8 2009 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.5-1
|
||||
- Release 1.0.5
|
||||
|
||||
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 1.0.2-3
|
||||
- Rebuild for selinux ppc32 issue.
|
||||
* Fri Dec 21 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.4-1
|
||||
- Release 1.0.4
|
||||
|
||||
* Tue Oct 31 2008 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.3-1
|
||||
- Release 1.0.3
|
||||
- Added support for SUSE RPM build
|
||||
- Added symlink for pbzcat
|
||||
|
||||
* Thu Jul 26 2007 Jeff Gilchrist <pbzip2@compression.ca> - 1.0.2-2
|
||||
- Fixed symbolic link for pbunzip2 file
|
||||
|
||||
Loading…
Reference in New Issue
Block a user