Changed install process to create an useful debuginfo package (bz 249961)

This commit is contained in:
Steve Dickson 2007-07-31 13:17:14 +00:00
parent 3a5fd6990e
commit 7aeb45d39c
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: NIS (or YP) client programs.
Name: yp-tools
Version: 2.9
Release: 0.1
Release: 1
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 @@ make
%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 @@ rm -rf $RPM_BUILD_ROOT
%dir /var/yp
%changelog
* Tue Jul 31 2007 Steve Dickson <steved@redhat.com> 2.9-1
- Changed install process to create an useful debuginfo package (bz 249961)
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.9-0.1
- rebuild