Summary: GNU Make Name: make %define version 3.77 Version: %{version} Release: 1a Copyright: GPL Group: Development/Building Source: prep.ai.mit.edu:/pub/gnu/make-%{version}.tar.gz Prereq: /sbin/install-info BuildRoot: /var/tmp/make-root %description The program make is used to coordinate the compilation and linking of a set of sources into a program, recompiling only what is necessary, thus saving a developer a lot of time. In fact, make can do a lot more - read the info docs. %changelog * Mon Aug 31 1998 Keisuke Fujii - udpated from 3.76 to 3.77 * Thu Oct 16 1997 Donnie Barnes - udpated from 3.75 to 3.76 - various spec file cleanups - added install-info support * Mon Jun 02 1997 Erik Troan - built against glibc %prep %setup %build ./configure --prefix=/usr make "CFLAGS=$RPM_OPT_FLAGS" %install rm -f $RPM_BUILD_ROOT/usr/info/make.info* make prefix=$RPM_BUILD_ROOT/usr install gzip -9nf $RPM_BUILD_ROOT/usr/info/make.info* strip $RPM_BUILD_ROOT/usr/bin/make ln -sf make $RPM_BUILD_ROOT/usr/bin/gmake %post /sbin/install-info /usr/info/make.info.gz /usr/info/dir %preun if [ $1 = 0 ]; then /sbin/install-info --delete /usr/info/make.info.gz /usr/info/dir fi %clean rm -rf $RPM_BUILD_ROOT %files %doc NEWS README /usr/bin/make /usr/bin/gmake /usr/man/man1/make.1 /usr/info/make.info*