Blame SPECS/diffstat.spec

8cf91b
Summary: A utility which provides statistics based on the output of diff
8cf91b
Name: diffstat
8cf91b
Version: 1.61
8cf91b
Release: 7%{?dist}
8cf91b
Group: Development/Tools
8cf91b
License: MIT
8cf91b
URL: http://invisible-island.net/diffstat
8cf91b
Source0: ftp://ftp.invisible-island.net/pub/diffstat/%{name}-%{version}.tgz
8cf91b
# Taken from diffstat.c.
8cf91b
Source1: COPYING
8cf91b
BuildRequires: xz
8cf91b
8cf91b
%description
8cf91b
The diff command compares files line by line.  Diffstat reads the
8cf91b
output of the diff command and displays a histogram of the insertions,
8cf91b
deletions and modifications in each file.  Diffstat is commonly used
8cf91b
to provide a summary of the changes in large, complex patch files.
8cf91b
8cf91b
Install diffstat if you need a program which provides a summary of the
8cf91b
diff command's output.
8cf91b
8cf91b
%prep
8cf91b
%setup -q
8cf91b
8cf91b
%build
8cf91b
%configure
8cf91b
make %{?_smp_mflags}
8cf91b
8cf91b
%install
8cf91b
rm -rf $RPM_BUILD_ROOT
8cf91b
make DESTDIR=$RPM_BUILD_ROOT install
8cf91b
cp %{SOURCE1} .
8cf91b
8cf91b
%check
8cf91b
make check
8cf91b
8cf91b
%files
8cf91b
%defattr(-,root,root,-)
8cf91b
%doc COPYING CHANGES README
8cf91b
%{_bindir}/diffstat
8cf91b
%{_mandir}/*/*
8cf91b
8cf91b
%changelog
8cf91b
* Thu Jun 21 2018 Than Ngo <than@redhat.com> - 1.61-7
8cf91b
- fixed source url
8cf91b
8cf91b
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-6
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8cf91b
8cf91b
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-5
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8cf91b
8cf91b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-4
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8cf91b
8cf91b
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-3
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8cf91b
8cf91b
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.61-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8cf91b
8cf91b
* Thu Jan 14 2016 Fedora Release Monitoring <release-monitoring@fedoraproject.org> - 1.61-1
8cf91b
- Update to 1.61 (#1298544)
8cf91b
8cf91b
* Tue Jul 07 2015 Tim Waugh <twaugh@redhat.com> - 1.60-1
8cf91b
- Update to 1.60 (#1240643)
8cf91b
8cf91b
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-3
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8cf91b
8cf91b
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.59-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8cf91b
8cf91b
* Tue Jun 10 2014 Tim Waugh <twaugh@redhat.com> - 1.59-1
8cf91b
- 1.59 (bug #1105788).
8cf91b
8cf91b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.58-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8cf91b
8cf91b
* Tue Oct 29 2013 Tim Waugh <twaugh@redhat.com> - 1.58-1
8cf91b
- 1.58 (bug #1024191).
8cf91b
8cf91b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.57-3
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8cf91b
8cf91b
* Thu Jul  4 2013 Tim Waugh <twaugh@redhat.com> - 1.57-2
8cf91b
- Updated COPYING to reflect copyright dates in source.
8cf91b
8cf91b
* Mon Apr 22 2013 Tim Waugh <twaugh@redhat.com> - 1.57-1
8cf91b
- 1.57 (bug #952558).
8cf91b
8cf91b
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.56-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8cf91b
8cf91b
* Wed Feb 13 2013 Tim Waugh <twaugh@redhat.com> - 1.56-1
8cf91b
- 1.56 (bug #910255).
8cf91b
8cf91b
* Wed Sep 19 2012 Tim Waugh <twaugh@redhat.com> - 1.55-4
8cf91b
- Run 'make check'.
8cf91b
8cf91b
* Wed Aug 29 2012 Tim Waugh <twaugh@redhat.com> - 1.55-3
8cf91b
- Make the --help output consistent with the man page (bug #852770).
8cf91b
8cf91b
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.55-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8cf91b
8cf91b
* Fri Jan 13 2012 Tim Waugh <twaugh@redhat.com> - 1.55-1
8cf91b
- 1.55 (bug #781350).
8cf91b
8cf91b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.54-3
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8cf91b
8cf91b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.54-2
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8cf91b
8cf91b
* Mon Dec 13 2010 Tim Waugh <twaugh@redhat.com> 1.54-1
8cf91b
- 1.54.
8cf91b
8cf91b
* Wed Mar  3 2010 Tim Waugh <twaugh@redhat.com> 1.51-2
8cf91b
- Added comment for COPYING file.
8cf91b
8cf91b
* Mon Nov  9 2009 Tim Waugh <twaugh@redhat.com> 1.51-1
8cf91b
- 1.51.
8cf91b
8cf91b
* Sat Oct 31 2009 Tim Waugh <twaugh@redhat.com> 1.50-1
8cf91b
- 1.50 (bug #527702).
8cf91b
- Ship CHANGES and README (bug #527703).
8cf91b
- Build requires xz (bug #527708).
8cf91b
8cf91b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-10
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8cf91b
8cf91b
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.43-9
8cf91b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8cf91b
8cf91b
* Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.43-8
8cf91b
- fix license tag
8cf91b
8cf91b
* Wed Feb 13 2008 Tim Waugh <twaugh@redhat.com> 1.43-7
8cf91b
- Rebuild for GCC 4.3.
8cf91b
8cf91b
* Thu Aug 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-6
8cf91b
- Rebuilt.
8cf91b
8cf91b
* Fri Mar 23 2007 Tim Waugh <twaugh@redhat.com> 1.43-5
8cf91b
- Fixed description (bug #225695).
8cf91b
8cf91b
* Mon Mar 12 2007 Tim Waugh <twaugh@redhat.com> 1.43-4
8cf91b
- Removed unnecessary comment (bug #225695).
8cf91b
- Fixed license tag (bug #225695).
8cf91b
8cf91b
* Tue Mar  6 2007 Tim Waugh <twaugh@redhat.com> 1.43-3
8cf91b
- Fixed source0 (bug #225695).
8cf91b
- Added COPYING file, taken from diffstat.c.
8cf91b
8cf91b
* Tue Mar  6 2007 Tim Waugh <twaugh@redhat.com> 1.43-2
8cf91b
- Fixed buildroot (bug #225695).
8cf91b
- Build should not require gzip or bzip2 as these are exceptions (bug #225695).
8cf91b
- Added SMP make flags (bug #225695).
8cf91b
- Avoid makeinstall macro (bug #225695).
8cf91b
- Better defattr (bug #225695).
8cf91b
- Fixed summary (bug #225695).
8cf91b
- Avoid macros in changelog (bug #225695).
8cf91b
8cf91b
* Thu Jan 11 2007 Tim Waugh <twaugh@redhat.com> 1.43-1
8cf91b
- 1.43.  Fixes bug #187350.  No longer need compress patch.
8cf91b
8cf91b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.2
8cf91b
- rebuild
8cf91b
8cf91b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2.1
8cf91b
- bump again for double-long bug on ppc(64)
8cf91b
8cf91b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.41-1.2
8cf91b
- rebuilt for new gcc4.1 snapshot and glibc changes
8cf91b
8cf91b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8cf91b
- rebuilt
8cf91b
8cf91b
* Fri Dec  2 2005 Tim Waugh <twaugh@redhat.com> 1.41-1
8cf91b
- 1.41.
8cf91b
- Corrected URL.
8cf91b
8cf91b
* Wed Aug 10 2005 Tim Waugh <twaugh@redhat.com> 1.38-4
8cf91b
- Handle .Z files (bug #165507).
8cf91b
8cf91b
* Tue Jul 26 2005 Tim Waugh <twaugh@redhat.com> 1.38-3
8cf91b
- Fixed man page location (bug #164296).
8cf91b
8cf91b
* Wed Mar  2 2005 Tim Waugh <twaugh@redhat.com> 1.38-2
8cf91b
- Rebuild for new GCC.
8cf91b
8cf91b
* Wed Feb  2 2005 Tim Waugh <twaugh@redhat.com> 1.38-1
8cf91b
- 1.38 (bug #146857).
8cf91b
8cf91b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8cf91b
- rebuilt
8cf91b
8cf91b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
8cf91b
- rebuilt
8cf91b
8cf91b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
8cf91b
- rebuilt
8cf91b
8cf91b
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
8cf91b
- rebuilt
8cf91b
8cf91b
* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
8cf91b
- 1.31.  Fixes bug #74971.
8cf91b
8cf91b
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8cf91b
- automated rebuild
8cf91b
8cf91b
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8cf91b
- automated rebuild
8cf91b
8cf91b
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
8cf91b
- automated rebuild
8cf91b
8cf91b
* Thu May  3 2001 Tim Waugh <twaugh@redhat.com>
8cf91b
- Fix URL.
8cf91b
- 1.28.  Makefile patch no longer needed.
8cf91b
8cf91b
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
8cf91b
- automatic rebuild
8cf91b
8cf91b
* Tue Jun 06 2000 Than Ngo <than@redhat.de>
8cf91b
- use rpm macros
8cf91b
8cf91b
* Wed May 31 2000 Ngo Than <than@redhat.de>
8cf91b
- rebuild for 7.0
8cf91b
- put man page in /usr/share/man/*
8cf91b
- use %%configure
8cf91b
- fix makefile.in
8cf91b
- cleanup specfile
8cf91b
8cf91b
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
8cf91b
- gzip man page.
8cf91b
8cf91b
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
8cf91b
- upgrade to 1.27, add URL tag.
8cf91b
8cf91b
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
8cf91b
- auto rebuild in the new build environment (release 7)
8cf91b
8cf91b
* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
8cf91b
- build for glibc 2.1
8cf91b
8cf91b
* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
8cf91b
- build root
8cf91b
8cf91b
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
8cf91b
- translations modified for de, fr, tr
8cf91b
8cf91b
* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
8cf91b
- built against glibc