add support for ppc64p7 arch (Power7 optimized)
This commit is contained in:
parent
6d9e112283
commit
8ead555867
8
xz.spec
8
xz.spec
@ -3,7 +3,7 @@
|
|||||||
Summary: LZMA compression utilities
|
Summary: LZMA compression utilities
|
||||||
Name: xz
|
Name: xz
|
||||||
Version: 5.1.2
|
Version: 5.1.2
|
||||||
Release: 3alpha%{?dist}
|
Release: 4alpha%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
# official upstream release
|
# official upstream release
|
||||||
@ -66,6 +66,9 @@ commands that deal with the older LZMA format.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a1 -n %{name}-%{version}alpha
|
%setup -q -a1 -n %{name}-%{version}alpha
|
||||||
|
for i in `find . -name config.sub`; do
|
||||||
|
perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" $i
|
||||||
|
done
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
|
||||||
@ -135,6 +138,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*lz*
|
%{_mandir}/man1/*lz*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 21 2013 Karsten Hopp <karsten@redhat.com> 5.1.2-4alpha
|
||||||
|
- add support for ppc64p7 arch (Power7 optimized)
|
||||||
|
|
||||||
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.2-3alpha
|
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1.2-3alpha
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user