3 Group: Development/Libraries/Libc
7 Source: glibc-@VERSION@.tar.gz
11 The C language provides no built-in facilities for performing such
12 common operations as input/output, memory management, string
13 manipulation, and the like. Instead, these facilities are defined in
14 a standard library, which you compile and link with your programs. The
15 GNU C library (this package) defines all of the library functions that
16 are specified by the ISO C standard, as well as additional features
17 specific to POSIX and other derivatives of the Unix operating system,
18 and extensions specific to the GNU system.
23 rm -rf $RPM_BUILD_ROOT
27 configure --prefix=@prefix@
28 cat >configparms <<EOF
30 install_root=$RPM_BUILD_ROOT
35 rm -rf $RPM_BUILD_ROOT
41 %doc BUGS FAQ NEWS NOTES README INSTALL