rpms/make/devel make-3.79.1-noclock_gettime.patch, 1.2, 1.3 make.spec, 1.38, 1.39 make-3.79.1-siglist.patch, 1.1, NONE

Petr Machata (pmachata) fedora-extras-commits at redhat.com
Thu Oct 4 14:37:13 UTC 2007


Author: pmachata

Update of /cvs/pkgs/rpms/make/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17299

Modified Files:
	make-3.79.1-noclock_gettime.patch make.spec 
Removed Files:
	make-3.79.1-siglist.patch 
Log Message:
- Cleaned up per merge review.
- Related: #226120


make-3.79.1-noclock_gettime.patch:

Index: make-3.79.1-noclock_gettime.patch
===================================================================
RCS file: /cvs/pkgs/rpms/make/devel/make-3.79.1-noclock_gettime.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- make-3.79.1-noclock_gettime.patch	9 Sep 2004 08:14:37 -0000	1.2
+++ make-3.79.1-noclock_gettime.patch	4 Oct 2007 14:37:09 -0000	1.3
@@ -1,14 +1,3 @@
---- 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 @@


Index: make.spec
===================================================================
RCS file: /cvs/pkgs/rpms/make/devel/make.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- make.spec	16 Aug 2007 11:28:48 -0000	1.38
+++ make.spec	4 Oct 2007 14:37:09 -0000	1.39
@@ -3,7 +3,7 @@
 Name: make
 Epoch: 1
 Version: 3.81
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://www.gnu.org/software/make/
@@ -27,9 +27,6 @@
 how the program should be built are provided for make in the program's
 makefile.
 
-The GNU make tool should be installed on your system because it is
-commonly used to simplify the process of installing programs.
-
 %prep
 %setup -q
 %patch -p1
@@ -41,9 +38,6 @@
 %patch9 -p1
 
 %build
-config/missing --run aclocal -I config
-config/missing --run automake --gnu Makefile
-config/missing --run autoconf
 %configure
 make %{?_smp_mflags}
 
@@ -51,6 +45,7 @@
 rm -rf ${RPM_BUILD_ROOT}
 make DESTDIR=$RPM_BUILD_ROOT install
 ln -sf make ${RPM_BUILD_ROOT}/%{_bindir}/gmake
+ln -sf make.1 ${RPM_BUILD_ROOT}/%{_mandir}/man1/gmake.1
 rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
 
 %find_lang %name
@@ -73,12 +68,16 @@
 
 %files  -f %{name}.lang
 %defattr(-,root,root)
-%doc NEWS README
+%doc NEWS README COPYING AUTHORS
 %{_bindir}/*
 %{_mandir}/man*/*
 %{_infodir}/*.info*
 
 %changelog
+* Thu Oct  4 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-8
+- Cleaned up per merge review.
+- Related: #226120
+
 * Thu Aug 16 2007 Petr Machata <pmachata at redhat.com> - 1:3.81-7
 - Fix licensing tag.
 


--- make-3.79.1-siglist.patch DELETED ---




More information about the fedora-extras-commits mailing list