diff --git a/.cvsignore b/.cvsignore index e69de29..e49503f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +patchutils-0.2.11.tar.gz diff --git a/patchutils.spec b/patchutils.spec new file mode 100644 index 0000000..a6b1369 --- /dev/null +++ b/patchutils.spec @@ -0,0 +1,46 @@ +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 0.2.11-1 +- 0.2.11. + +* Mon Mar 04 2002 Florian La Roche +- I need this. :-) + +* Tue Nov 27 2001 Tim Waugh +- Initial spec file. diff --git a/sources b/sources index e69de29..07cf16d 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a98c16aaf087faee9cd3fd49f7a561b8 patchutils-0.2.11.tar.gz