auto-import changelog data from patchutils-0.2.26-1.src.rpm
Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 0.2.26-1 - 0.2.26. Tue Jan 06 2004 Tim Waugh <twaugh@redhat.com> - Ship AUTHORS and ChangeLog as well (bug #112936). Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.2.25-1 - 0.2.25. Wed Sep 03 2003 Tim Waugh <twaugh@redhat.com> - Remove buildroot before installing.
This commit is contained in:
parent
ae347da4e6
commit
7a5e585e5b
@ -1 +1 @@
|
||||
patchutils-0.2.24.tar.bz2
|
||||
patchutils-0.2.26.tar.bz2
|
||||
|
@ -1,12 +1,11 @@
|
||||
Summary: A collection of programs for manipulating patch files
|
||||
Name: patchutils
|
||||
Version: 0.2.24
|
||||
Release: 2
|
||||
Version: 0.2.26
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
URL: http://cyberelk.net/tim/patchutils/
|
||||
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
||||
Patch0: patchutils-0.2.24-hH.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||
Obsoletes: interdiff
|
||||
Provides: interdiff
|
||||
@ -22,7 +21,6 @@ patches, and simply listing the files modified by a patch.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .hH
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -30,6 +28,7 @@ make
|
||||
make check
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
@ -37,11 +36,23 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING BUGS NEWS
|
||||
%doc AUTHORS ChangeLog README COPYING BUGS NEWS
|
||||
%{_bindir}/*
|
||||
%{_mandir}/*/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2004 Tim Waugh <twaugh@redhat.com> 0.2.26-1
|
||||
- 0.2.26.
|
||||
|
||||
* Tue Jan 6 2004 Tim Waugh <twaugh@redhat.com>
|
||||
- Ship AUTHORS and ChangeLog as well (bug #112936).
|
||||
|
||||
* Mon Dec 15 2003 Tim Waugh <twaugh@redhat.com> 0.2.25-1
|
||||
- 0.2.25.
|
||||
|
||||
* Wed Sep 3 2003 Tim Waugh <twaugh@redhat.com>
|
||||
- Remove buildroot before installing.
|
||||
|
||||
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-2
|
||||
- Add support for -H in lsdiff/grepdiff (from CVS).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user