Compare commits

...

3 Commits
rawhide ... f7

Author SHA1 Message Date
Fedora Release Engineering b147bd087b dist-git conversion 2010-07-29 16:21:59 +00:00
Steve Dickson 7aeb45d39c Changed install process to create an useful debuginfo package (bz 249961) 2007-07-31 13:17:14 +00:00
Bill Nottingham 3a5fd6990e Initialize branch F-7 for yp-tools 2007-05-18 11:53:59 +00:00
3 changed files with 5 additions and 8 deletions

View File

View File

@ -1,6 +0,0 @@
# Makefile for source rpm: yp-tools
# $Id$
NAME := yp-tools
SPECFILE = $(firstword $(wildcard *.spec))
include ../common/Makefile.common

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