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

Revision 521, 3.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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