source: projects/specs/branches/6/d/diffstat/diffstat-vl.spec @ 3525

Revision 3525, 3.5 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary: A utility which provides statistics based on the output of diff.
2Summary(ja): diff の出力を元に情報を提供するユーティリティ
3Name: diffstat
4Version: 1.45
5Release: 3%{?_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}.tgz
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* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 1.45-3
57- rebuilt with rpm-4.8.1-3
58
59* Tue Mar 31 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.45-2
60- spec in utf-8
61
62* Sun May 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.45-1
63- new upstream release
64
65* Fri Apr 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.41-0vl2
66- man file (diffstat.1.gz) located into a wrong directory - fixed.
67
68* Fri Sep 22 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.41-0vl1
69- new upstream reelase
70
71* Wed Dec 04 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 1.31-1vl1
72- based on 1.31-1 from Rawhide and built for Vine Linux
73- added Japanese summary and description
74
75* Thu Oct 17 2002 Tim Waugh <twaugh@redhat.com> 1.31-1
76- 1.31.  Fixes bug #74971.
77
78* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
79- automated rebuild
80
81* Thu May 23 2002 Tim Powers <timp@redhat.com>
82- automated rebuild
83
84* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
85- automated rebuild
86
87* Thu May  3 2001 Tim Waugh <twaugh@redhat.com>
88- Fix URL.
89- 1.28.  Makefile patch no longer needed.
90
91* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
92- automatic rebuild
93
94* Tue Jun 06 2000 Than Ngo <than@redhat.de>
95- use rpm macros
96
97* Wed May 31 2000 Ngo Than <than@redhat.de>
98- rebuild for 7.0
99- put man page in /usr/share/man/*
100- use %configure
101- fix makefile.in
102- cleanup specfile
103
104* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
105- gzip man page.
106
107* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
108- upgrade to 1.27, add URL tag.
109
110* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
111- auto rebuild in the new build environment (release 7)
112
113* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
114- build for glibc 2.1
115
116* Tue Aug 11 1998 Jeff Johnson <jbj@redhat.com>
117- build root
118
119* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
120- translations modified for de, fr, tr
121
122* Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
123- built against glibc
Note: See TracBrowser for help on using the repository browser.