Updated to use $RPM_OPT_FLAGS
This commit is contained in:
parent
b63e72f122
commit
d869b2dd74
@ -1,6 +1,6 @@
|
||||
Name: pbzip2
|
||||
Version: 0.9.6
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Parallel implementation of bzip2
|
||||
URL: http://www.compression.ca/pbzip2/
|
||||
License: BSD
|
||||
@ -19,6 +19,7 @@ bzip2).
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
sed -i -e 's/ -O3 / %{optflags} /' Makefile
|
||||
|
||||
|
||||
%build
|
||||
@ -43,6 +44,9 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue May 23 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-3
|
||||
- Added support for $RPM_OPT_FLAGS thanks to Ville Skytta
|
||||
|
||||
* Tue Feb 28 2006 Jeff Gilchrist <pbzip2@compression.ca> - 0.9.6-2
|
||||
- Rebuild for Fedora Extras 5
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user