diff --git a/.cvsignore b/.cvsignore index 94243d6..eb40bf1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -make-3.79.1.tar.gz +make-3.80.tar.bz2 diff --git a/make-3.79.1-noclock_gettime.patch b/make-3.79.1-noclock_gettime.patch index e0de376..fe14f7c 100644 --- a/make-3.79.1-noclock_gettime.patch +++ b/make-3.79.1-noclock_gettime.patch @@ -1,22 +1,22 @@ ---- make-3.79.1/configure.in.jj Fri Jun 23 12:09:41 2000 -+++ make-3.79.1/configure.in Tue Aug 1 16:12:12 2000 -@@ -75,7 +75,7 @@ AC_MSG_RESULT($ac_cv_check_symbol_$1)])d - - # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. - # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. --AC_SEARCH_LIBS(clock_gettime, [rt posix4]) -+AC_SEARCH_LIBS(clock_gettime, [posix4]) - if test "$ac_cv_search_clock_gettime" != no; then - AC_DEFINE(HAVE_CLOCK_GETTIME, 1, - [Define if you have the clock_gettime function.]) ---- make-3.79.1/configure.jj Fri Jun 23 12:09:54 2000 -+++ make-3.79.1/configure Tue Aug 1 16:13:42 2000 -@@ -3090,7 +3090,7 @@ else - cat conftest.$ac_ext >&5 +--- make-3.80/configure.in ++++ make-3.80/configure.in +@@ -91,7 +91,7 @@ + if test "$make_cv_file_timestamp_hi_res" = yes; then + # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. + # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. +- AC_SEARCH_LIBS(clock_gettime, [rt posix4]) ++ AC_SEARCH_LIBS(clock_gettime, [posix4]) + if test "$ac_cv_search_clock_gettime" != no; then + AC_DEFINE(HAVE_CLOCK_GETTIME, 1, + [Define if you have the clock_gettime function.]) +--- make-3.80/configure ++++ make-3.80/configure +@@ -6794,7 +6794,7 @@ fi - rm -f conftest* --test "$ac_cv_search_clock_gettime" = "no" && for i in rt posix4; do -+test "$ac_cv_search_clock_gettime" = "no" && for i in posix4; do - LIBS="-l$i $ac_func_search_save_LIBS" - cat > conftest.$ac_ext <conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" diff --git a/make.spec b/make.spec index 87679e9..95588f1 100644 --- a/make.spec +++ b/make.spec @@ -1,13 +1,12 @@ Summary: A GNU tool which simplifies the build process for users. Name: make Epoch: 1 -Version: 3.79.1 -Release: 18 +Version: 3.80 +Release: 1 License: GPL Group: Development/Tools -Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz +Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2 Patch: make-3.79.1-noclock_gettime.patch -Patch1: make-3.79.1-autoconf.patch Patch2: make-3.79.1-siglist.patch Prereq: /sbin/install-info Prefix: %{_prefix} @@ -27,13 +26,12 @@ commonly used to simplify the process of installing programs. %prep %setup -q %patch -p1 -%patch1 -p1 -b .ac253 -%patch2 -p1 -b .sys_siglist +#%patch2 -p1 %build -autoreconf -f --install +#autoreconf -f --install %configure -touch .deps/remote-stub.Po # Workaround for broken automake files +#touch .deps/remote-stub.Po # Workaround for broken automake files make %{?_smp_mflags} make check @@ -44,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT} pushd ${RPM_BUILD_ROOT} ln -sf make .%{_bindir}/gmake - gzip -9nf .%{_infodir}/make.info* + #gzip -9nf .%{_infodir}/make.info* rm -f .%{_infodir}/dir chmod ug-s .%{_bindir}/* popd @@ -70,6 +68,9 @@ fi %{_infodir}/*.info* %changelog +* Sun Nov 30 2003 Florian La Roche +- update to 3.80 + * Wed Jun 04 2003 Elliot Lee - rebuilt diff --git a/sources b/sources index 03e30a9..2b72b8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22ea95c125c7b80e04354d4ee4ae960d make-3.79.1.tar.gz +0bbd1df101bc0294d440471e50feca71 make-3.80.tar.bz2