2004-09-09 09:54:29 +00:00
|
|
|
Summary: A collection of programs for manipulating patch files
|
2004-09-09 09:54:26 +00:00
|
|
|
Name: patchutils
|
|
|
|
Version: 0.2.11
|
2004-09-09 09:54:29 +00:00
|
|
|
Release: 2
|
2004-09-09 09:54:26 +00:00
|
|
|
License: GPL
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://cyberelk.net/tim/patchutils/
|
|
|
|
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.gz
|
2004-09-09 09:54:29 +00:00
|
|
|
Patch0: patchutils-0.2.11-context.patch
|
2004-09-09 09:54:26 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
|
|
|
Obsoletes: interdiff
|
|
|
|
Provides: interdiff
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is a collection of programs that can manipulate patch files in
|
2004-09-09 09:54:29 +00:00
|
|
|
a variety of ways, such as interpolating between two pre-patches,
|
|
|
|
combining two incremental patches, fixing line numbers in hand-edited
|
|
|
|
patches, and simply listing the files modified by a patch.
|
2004-09-09 09:54:26 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 09:54:29 +00:00
|
|
|
%patch0 -p1 -b .context
|
2004-09-09 09:54:26 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc README COPYING BUGS NEWS
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 09:54:29 +00:00
|
|
|
* Wed Mar 20 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-2
|
|
|
|
- Fix handling of context diffs so that it handles GNU diff's output
|
|
|
|
style.
|
|
|
|
|
2004-09-09 09:54:26 +00:00
|
|
|
* Mon Mar 14 2002 Tim Waugh <twaugh@redhat.com> 0.2.11-1
|
|
|
|
- 0.2.11.
|
|
|
|
|
|
|
|
* Mon Mar 04 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- I need this. :-)
|
|
|
|
|
|
|
|
* Tue Nov 27 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Initial spec file.
|