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