From 62780824a05b1318fbb0646192638f45fe810ae1 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 20 Jun 2004 01:43:43 +0000 Subject: * Makerules (compile-mkdep-flags): Add -MT $@. * Makefile (dist, tag-for-dist): New targets. (files-for-dist, tag-of-stem): New variables. (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule. Make tar files using cvs export. (%.bz2, %.gz, tag-%): New pattern rules. (distribute): Variable removed. (+subdir_targets): Remove distinfo targets. (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed. (rpm/%): Pattern rule removed. * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed. * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist): Targets removed. * Makerules (dist, subdir_distinfo): Targets removed. ($(objpfx)distinfo): Depend on $(distribute). * Make-dist: File removed. --- rpm/template | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 rpm/template (limited to 'rpm/template') diff --git a/rpm/template b/rpm/template deleted file mode 100644 index bc7972b..0000000 --- a/rpm/template +++ /dev/null @@ -1,41 +0,0 @@ -Name: glibc -Summary: GNU libc -Group: Development/Libraries/Libc -Version: @VERSION@ -Release: 1 -Copyright: LGPL, GPL -Source: glibc-@VERSION@.tar.gz -BuildRoot: /tmp/libc - -%description -The C language provides no built-in facilities for performing such -common operations as input/output, memory management, string -manipulation, and the like. Instead, these facilities are defined in -a standard library, which you compile and link with your programs. The -GNU C library (this package) defines all of the library functions that -are specified by the ISO C standard, as well as additional features -specific to POSIX and other derivatives of the Unix operating system, -and extensions specific to the GNU system. - -%prep -%setup - -rm -rf $RPM_BUILD_ROOT -mkdir $RPM_BUILD_ROOT - -%build -configure --prefix=@prefix@ -cat >configparms <