source: projects/specs/trunk/d/diffstat/diffstat-vl.spec @ 8738

Revision 8738, 3.6 KB checked in by kudoh, 10 years ago (diff)

new up stream release & rebuilt

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