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
|
Summary: A collection of programs for manipulating patch files
|
||||||
Name: patchutils
|
Name: patchutils
|
||||||
Version: 0.2.24
|
Version: 0.2.26
|
||||||
Release: 2
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://cyberelk.net/tim/patchutils/
|
URL: http://cyberelk.net/tim/patchutils/
|
||||||
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.bz2
|
||||||
Patch0: patchutils-0.2.24-hH.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
|
||||||
Obsoletes: interdiff
|
Obsoletes: interdiff
|
||||||
Provides: interdiff
|
Provides: interdiff
|
||||||
@ -22,7 +21,6 @@ patches, and simply listing the files modified by a patch.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .hH
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
@ -30,6 +28,7 @@ make
|
|||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -37,11 +36,23 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc README COPYING BUGS NEWS
|
%doc AUTHORS ChangeLog README COPYING BUGS NEWS
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 31 2003 Tim Waugh <twaugh@redhat.com> 0.2.24-2
|
||||||
- Add support for -H in lsdiff/grepdiff (from CVS).
|
- Add support for -H in lsdiff/grepdiff (from CVS).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user