rpms/ypserv/devel ypserv.spec,1.35,1.36

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


Author: steved

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

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



Index: ypserv.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ypserv/devel/ypserv.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ypserv.spec	22 Dec 2006 17:16:29 -0000	1.35
+++ ypserv.spec	31 Jul 2007 13:14:11 -0000	1.36
@@ -4,7 +4,7 @@
 Url: http://www.linux-nis.org/nis/ypserv/index.html
 Name: ypserv
 Version: 2.19
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2
@@ -68,7 +68,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 #make install ROOT=$RPM_BUILD_ROOT 
-%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp
+%makeinstall libexecdir=$RPM_BUILD_ROOT%{_libdir}/yp INSTALL_PROGRAM=install
 mkdir -p $RPM_BUILD_ROOT%{initdir}
 install -m644 etc/ypserv.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install -m755 $RPM_SOURCE_DIR/ypserv-ypserv.init $RPM_BUILD_ROOT%{initdir}/ypserv
@@ -138,6 +138,9 @@
 %{_includedir}/*/*
 
 %changelog
+* Tue Jul 31 2007 Steve Dickson <steved at redhat.com> 2.19-5
+- Changed install process to create an useful debuginfo package (bz 249961)
+
 * Fri Dec 22 2006 Steve Dickson <steved at redhat.com> - 2.19-4
 - Made ypserver less verbose on common errors (bz #199236)
 - Don't allow a make for empty domainname's or domainname's set to (none)




More information about the scm-commits mailing list