diffstat-vl.spec 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. Summary: A utility which provides statistics based on the output of diff.
  2. Summary(ja): diff の出力を元に情報を提供するユーティリティ
  3. Name: diffstat
  4. Version: 1.59
  5. Release: 1%{?_dist_release}
  6. Group: Development/Tools
  7. License: distributable
  8. URL: http://dickey.his.com/diffstat/diffstat.html
  9. # (The upstream tarball doesn't have the version in its name.)
  10. Source: ftp://dickey.his.com/diffstat/%{name}-%{version}.tar.xz
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. %description
  13. The diff command compares files line by line. Diffstat reads the
  14. output of the diff command and displays a histogram of the insertions,
  15. deletions and modifications in each file. Diffstat is commonly used
  16. to provide a summary of the changes in large, complex patch files.
  17. Install diffstat if you need a program which provides a summary of the
  18. diff command's output. You'll need to also install diffutils.
  19. %description -l ja
  20. diff コマンドは2つのファイルの相違点を行毎に比較します.
  21. diffstat はこの diff の出力を読み込み,各ファイルの追加行/削除行/修正行の
  22. ヒストグラムを出力します.diffstat は大規模で複雑なパッチファイルの
  23. 変更点を分かりやすく表示するのによく使われます.
  24. diff コマンドの出力のサマリを表示するプログラムが必要なら
  25. diffstat をインストールして下さい.加えて diffutils も
  26. インストールする必要があるでしょう.
  27. %prep
  28. %setup -q
  29. %build
  30. %configure
  31. make
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. %makeinstall
  35. %clean
  36. rm -rf $RPM_BUILD_ROOT
  37. %files
  38. %defattr(-,root,root)
  39. %{_bindir}/diffstat
  40. %{_mandir}/*/*
  41. %changelog
  42. * Sat Jul 05 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.59-1
  43. - new upstream release
  44. - changed archive type gzip to xz
  45. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.45-3
  46. - rebuilt with rpm-4.8.1-3
  47. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.45-2
  48. - spec in utf-8
  49. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.45-1
  50. - new upstream release
  51. * Fri Apr 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.41-0vl2
  52. - man file (diffstat.1.gz) located into a wrong directory - fixed.
  53. * Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41-0vl1
  54. - new upstream reelase
  55. * Wed Dec 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.31-1vl1
  56. - based on 1.31-1 from Rawhide and built for Vine Linux
  57. - added Japanese summary and description
  58. * Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
  59. - 1.31. Fixes bug #74971.
  60. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  61. - automated rebuild
  62. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  63. - automated rebuild
  64. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  65. - automated rebuild
  66. * Thu May 3 2001 Tim Waugh <twaugh@redhat.com>
  67. - Fix URL.
  68. - 1.28. Makefile patch no longer needed.
  69. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  70. - automatic rebuild
  71. * Tue Jun 06 2000 Than Ngo <than@redhat.de>
  72. - use rpm macros
  73. * Wed May 31 2000 Ngo Than <than@redhat.de>
  74. - rebuild for 7.0
  75. - put man page in /usr/share/man/*
  76. - use %configure
  77. - fix makefile.in
  78. - cleanup specfile
  79. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  80. - gzip man page.
  81. * Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
  82. - upgrade to 1.27, add URL tag.
  83. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  84. - auto rebuild in the new build environment (release 7)
  85. * Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
  86. - build for glibc 2.1
  87. * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
  88. - build root
  89. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  90. - translations modified for de, fr, tr
  91. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  92. - built against glibc