reverted last commit; PPC builds are still broken

This commit is contained in:
ensc 2006-10-08 15:35:58 +00:00
commit c7baf3fd04

View file

@ -27,7 +27,7 @@
Summary: Small libc implementation
Name: dietlibc
Version: 0.30
Release: %release_func 3
Release: %release_func 2
License: GPL
Group: Development/Libraries
URL: http://www.fefe.de/dietlibc/
@ -39,11 +39,14 @@ Patch20: dietlibc-0.29-nostackprotector.patch
BuildRoot: %_tmppath/%name-%version-%release-buildroot
%{?with_dyn:Requires: dietlibc-lib = %version-%release}
# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=182118
ExcludeArch: ppc
%package lib
Summary: Dynamic libraries for dietlibc
Group: System Environment/Libraries
%description
The diet libc is a libc that is optimized for small size. It can be
used to create small statically linked binaries for Linux on alpha,
@ -113,9 +116,6 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Oct 8 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30-3
- reenabled PPC
* Fri Sep 15 2006 Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de> - 0.30-2
- rebuilt