2007-03-06 11:21:05 +00:00
|
|
|
Summary: A utility which provides statistics based on the output of diff
|
2004-09-09 04:12:58 +00:00
|
|
|
Name: diffstat
|
2007-01-11 14:12:23 +00:00
|
|
|
Version: 1.43
|
2007-03-06 16:29:24 +00:00
|
|
|
Release: 3%{?dist}
|
2004-09-09 04:12:58 +00:00
|
|
|
Group: Development/Tools
|
2004-09-09 04:13:40 +00:00
|
|
|
License: distributable
|
2005-12-02 13:01:33 +00:00
|
|
|
URL: http://invisible-island.net/diffstat
|
2007-03-06 11:21:05 +00:00
|
|
|
# Note that the upstream tarball is unversioned, just %{name}.tar.gz
|
2007-03-06 16:29:24 +00:00
|
|
|
Source0: ftp://invisible-island.net/diffstat/%{name}-%{version}.tgz
|
|
|
|
Source1: COPYING
|
2007-03-06 11:21:05 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-01-11 14:12:23 +00:00
|
|
|
|
2004-09-09 04:12:58 +00:00
|
|
|
%description
|
|
|
|
The diff command compares files line by line. Diffstat reads the
|
|
|
|
output of the diff command and displays a histogram of the insertions,
|
|
|
|
deletions and modifications in each file. Diffstat is commonly used
|
|
|
|
to provide a summary of the changes in large, complex patch files.
|
|
|
|
|
|
|
|
Install diffstat if you need a program which provides a summary of the
|
|
|
|
diff command's output. You'll need to also install diffutils.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2007-03-06 11:21:05 +00:00
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:12:58 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2007-03-06 11:21:05 +00:00
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
2007-03-06 16:29:24 +00:00
|
|
|
cp %{SOURCE1} .
|
2004-09-09 04:12:58 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
2007-03-06 11:21:05 +00:00
|
|
|
%defattr(-,root,root,-)
|
2007-03-06 16:29:24 +00:00
|
|
|
%doc COPYING
|
2004-09-09 04:12:58 +00:00
|
|
|
%{_bindir}/diffstat
|
|
|
|
%{_mandir}/*/*
|
|
|
|
|
|
|
|
%changelog
|
2007-03-06 16:29:24 +00:00
|
|
|
* Tue Mar 6 2007 Tim Waugh <twaugh@redhat.com> 1.43-3
|
|
|
|
- Fixed source0 (bug #225695).
|
|
|
|
- Added COPYING file, taken from diffstat.c.
|
|
|
|
|
2007-03-06 11:21:05 +00:00
|
|
|
* Tue Mar 6 2007 Tim Waugh <twaugh@redhat.com> 1.43-2
|
|
|
|
- Fixed buildroot (bug #225695).
|
|
|
|
- Build should not require gzip or bzip2 as these are exceptions (bug #225695).
|
|
|
|
- Added SMP make flags (bug #225695).
|
|
|
|
- Avoid makeinstall macro (bug #225695).
|
|
|
|
- Better defattr (bug #225695).
|
|
|
|
- Fixed summary (bug #225695).
|
|
|
|
- Avoid macros in changelog (bug #225695).
|
|
|
|
|
2007-01-11 14:12:23 +00:00
|
|
|
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 1.43-1
|
|
|
|
- 1.43. Fixes bug #187350. No longer need compress patch.
|
|
|
|
|
2006-07-12 05:38:48 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 02:26:19 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:23:38 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:12 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-02 13:01:33 +00:00
|
|
|
* Fri Dec 2 2005 Tim Waugh <twaugh@redhat.com> 1.41-1
|
|
|
|
- 1.41.
|
|
|
|
- Corrected URL.
|
|
|
|
|
2005-08-10 08:56:16 +00:00
|
|
|
* Wed Aug 10 2005 Tim Waugh <twaugh@redhat.com> 1.38-4
|
|
|
|
- Handle .Z files (bug #165507).
|
|
|
|
|
2005-07-26 18:20:53 +00:00
|
|
|
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 1.38-3
|
|
|
|
- Fixed man page location (bug #164296).
|
|
|
|
|
2005-03-02 18:08:10 +00:00
|
|
|
* Wed Mar 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-2
|
|
|
|
- Rebuild for new GCC.
|
|
|
|
|
2005-02-02 13:18:04 +00:00
|
|
|
* Wed Feb 2 2005 Tim Waugh <twaugh@redhat.com> 1.38-1
|
|
|
|
- 1.38 (bug #146857).
|
|
|
|
|
2004-09-09 04:15:53 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:15:49 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:15:23 +00:00
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:13:40 +00:00
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
|
|
|
|
- 1.31. Fixes bug #74971.
|
|
|
|
|
2004-09-09 04:13:34 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:13:31 +00:00
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:13:13 +00:00
|
|
|
* Thu May 3 2001 Tim Waugh <twaugh@redhat.com>
|
|
|
|
- Fix URL.
|
|
|
|
- 1.28. Makefile patch no longer needed.
|
|
|
|
|
2004-09-09 04:12:58 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
|
|
|
|
- use rpm macros
|
|
|
|
|
|
|
|
* Wed May 31 2000 Ngo Than <than@redhat.de>
|
|
|
|
- rebuild for 7.0
|
|
|
|
- put man page in /usr/share/man/*
|
2007-03-06 11:21:05 +00:00
|
|
|
- use %%configure
|
2004-09-09 04:12:58 +00:00
|
|
|
- fix makefile.in
|
|
|
|
- cleanup specfile
|
|
|
|
|
|
|
|
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
|
|
|
|
- gzip man page.
|
|
|
|
|
|
|
|
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
|
|
|
|
- upgrade to 1.27, add URL tag.
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- auto rebuild in the new build environment (release 7)
|
|
|
|
|
|
|
|
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
|
|
|
|
- build for glibc 2.1
|
|
|
|
|
|
|
|
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
- build root
|
|
|
|
|
|
|
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
- built against glibc
|