diffstat-vl.spec 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. Summary: A utility which provides statistics based on the output of diff.
  2. Summary(ja): diff の出力を元に情報を提供するユーティリティ
  3. Name: diffstat
  4. Version: 1.45
  5. Release: 2%{?_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}.tgz
  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. * Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.45-2
  43. - spec in utf-8
  44. * Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.45-1
  45. - new upstream release
  46. * Fri Apr 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.41-0vl2
  47. - man file (diffstat.1.gz) located into a wrong directory - fixed.
  48. * Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41-0vl1
  49. - new upstream reelase
  50. * Wed Dec 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.31-1vl1
  51. - based on 1.31-1 from Rawhide and built for Vine Linux
  52. - added Japanese summary and description
  53. * Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
  54. - 1.31. Fixes bug #74971.
  55. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  56. - automated rebuild
  57. * Thu May 23 2002 Tim Powers <timp@redhat.com>
  58. - automated rebuild
  59. * Wed Jan 09 2002 Tim Powers <timp@redhat.com>
  60. - automated rebuild
  61. * Thu May 3 2001 Tim Waugh <twaugh@redhat.com>
  62. - Fix URL.
  63. - 1.28. Makefile patch no longer needed.
  64. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  65. - automatic rebuild
  66. * Tue Jun 06 2000 Than Ngo <than@redhat.de>
  67. - use rpm macros
  68. * Wed May 31 2000 Ngo Than <than@redhat.de>
  69. - rebuild for 7.0
  70. - put man page in /usr/share/man/*
  71. - use %configure
  72. - fix makefile.in
  73. - cleanup specfile
  74. * Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
  75. - gzip man page.
  76. * Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
  77. - upgrade to 1.27, add URL tag.
  78. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  79. - auto rebuild in the new build environment (release 7)
  80. * Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
  81. - build for glibc 2.1
  82. * Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
  83. - build root
  84. * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
  85. - translations modified for de, fr, tr
  86. * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
  87. - built against glibc