rpms/yp-tools/devel yp-tools.spec,1.21,1.22

Steve Dickson (steved) fedora-extras-commits at redhat.com
Tue Jul 31 13:12:13 UTC 2007


Author: steved

Update of /cvs/pkgs/rpms/yp-tools/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5608

Modified Files:
	yp-tools.spec 
Log Message:
Changed install process to create an useful debuginfo package (bz 249961)



Index: yp-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/yp-tools/devel/yp-tools.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- yp-tools.spec	12 Jul 2006 09:25:08 -0000	1.21
+++ yp-tools.spec	31 Jul 2007 13:11:41 -0000	1.22
@@ -1,7 +1,7 @@
 Summary: NIS (or YP) client programs.
 Name: yp-tools
 Version: 2.9
-Release: 0.1
+Release: 2
 License: GPL
 Group: System Environment/Base
 Source: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/yp-tools-%{version}.tar.bz2
@@ -41,7 +41,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make DESTDIR="$RPM_BUILD_ROOT" install
+make DESTDIR="$RPM_BUILD_ROOT" INSTALL_PROGRAM=install install
 
 %find_lang %name
 
@@ -59,6 +59,9 @@
 %dir /var/yp
 
 %changelog
+* Tue Jul 31 2007 Steve Dickson <steved at redhat.com> 2.9-1
+- Changed install process to create an useful debuginfo package (bz 249961) 
+
 * Wed Jul 12 2006 Jesse Keating <jkeating at redhat.com> - 2.9-0.1
 - rebuild
 




More information about the scm-commits mailing list