patchutils/patchutils.spec

53 lines
1.2 KiB
RPMSpec
Raw Normal View History

Summary: A collection of programs for manipulating patch files
Name: patchutils
Version: 0.2.11
Release: 2
License: GPL
Group: Applications/System
URL: http://cyberelk.net/tim/patchutils/
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.gz
Patch0: patchutils-0.2.11-context.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
Obsoletes: interdiff
Provides: interdiff
%description
This is a collection of programs that can manipulate patch files in
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.
%prep
%setup -q
%patch0 -p1 -b .context
%build
%configure
make
%install
%makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README COPYING BUGS NEWS
%{_bindir}/*
%{_mandir}/*/*
%changelog
* 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.
* 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.