auto-import changelog data from glibc-2.1.95-1.src.rpm

Mon Oct 16 2000 Jakub Jelinek <jakub@redhat.com>
- build from CVS archive
This commit is contained in:
cvsdist 2004-09-09 05:17:39 +00:00
parent 1ced64dde7
commit ab184636b8
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
glibc-2.1.93.tar.gz glibc-2.1.95.tar.gz

View File

@ -1,8 +1,8 @@
%define linux24 0 %define linux24 0
%define glibcrelease 2 %define glibcrelease 1
Summary: The GNU libc libraries. Summary: The GNU libc libraries.
Name: glibc Name: glibc
Version: 2.1.93 Version: 2.1.95
%if %{linux24} %if %{linux24}
Release: %{glibcrelease}.2.4 Release: %{glibcrelease}.2.4
%else %else
@ -38,8 +38,8 @@ Conflicts: kernel < 2.4.0
%define enablekernel 2.4.0 %define enablekernel 2.4.0
%else %else
%ifarch sparc64 %ifarch sparc64
Conflicts: kernel < 2.3.40 Conflicts: kernel < 2.4.0
%define enablekernel 2.3.40 %define enablekernel 2.4.0
%else %else
%define enablekernel 2.2.5 %define enablekernel 2.2.5
%endif %endif
@ -170,7 +170,7 @@ else
numprocs=1 numprocs=1
fi fi
make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s make -j$numprocs -r CFLAGS="$BuildFlags -g -O3" PARALLELMFLAGS=-s
gcc -Os ../redhat/glibc_post_upgrade.c -o glibc_post_upgrade gcc -static -Os ../redhat/glibc_post_upgrade.c -o glibc_post_upgrade
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT

View File

@ -1 +1 @@
935a871005c1f6802f9a890b9238ac5e glibc-2.1.93.tar.gz b4a3726ffbe2dc0c90dfd49c6c76ca03 glibc-2.1.95.tar.gz