SPECS/patch/patch.spec
f4d17450
 Summary:	Program for modifying or creating files
 Name:		patch
0f5566a8
 Version:	2.7.5
821d89bf
 Release:	3%{?dist}
f4d17450
 License:	GPLv3+
 URL:		http://www.gnu.org/software/%{name}
0f5566a8
 Source0:	ftp://ftp.gnu.org/gnu/patch/%{name}-%{version}.tar.gz
 %define sha1 patch=04d23f6e48e95efb07d12ccf44d1f35fb210f457
f4d17450
 Group:		Development/Tools
 Vendor:		VMware, Inc.
 Distribution: 	Photon
 %description
 Program for modifying or creating files by applying a patch
 file typically created by the diff program.
 %prep
 %setup -q
 %build
 ./configure \
 	--prefix=%{_prefix} \
 	--disable-silent-rules
 make %{?_smp_mflags}
 %install
 make DESTDIR=%{buildroot} install
 %check
821d89bf
 make  %{?_smp_mflags} check
f4d17450
 %files
 %defattr(-,root,root)
 %{_bindir}/*
 %{_mandir}/*/*
 %changelog
821d89bf
 *       Fri Oct 07 2016 ChangLee <changlee@vmware.com> 2.7.5-3
 -       Modified %check
c3a3fd12
 *	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 2.7.5-2
 -	GA - Bump release of all rpms
0f5566a8
 *	Tue Aug 11 2015 Divya Thaluru <dthaluru@vmware.com> 2.7.5-1
 -	Updating to 2.7.5 version
f4d17450
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.7.1-1
 -	Initial build. First version