/[packages]/cauldron/diffstat/current/SPECS/diffstat.spec
ViewVC logotype

Contents of /cauldron/diffstat/current/SPECS/diffstat.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 972 byte(s)
oops
1 Summary: A utility which provides statistics based on the output of diff
2 Name: diffstat
3 Version: 1.55
4 Release: %mkrel 2
5 Group: Development/Other
6 License: GPL-like
7 URL: http://dickey.his.com/diffstat/diffstat.html
8 Source: ftp://invisible-island.net/diffstat/%name-%version.tgz
9 BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
10
11 %description
12 The diff command compares files line by line. Diffstat reads the output
13 of the diff command and displays a histogram of the insertions, deletions
14 and modifications in each file. Diffstat is commonly used to provide
15 a summary of the changes in large, complex patch files.
16
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
20 %prep
21 %setup -q
22
23 %build
24 %configure2_5x
25 %make
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 %makeinstall_std
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(-,root,root)
36 %doc CHANGES
37 %{_bindir}/diffstat
38 %{_mandir}/man1/*
39
40

  ViewVC Help
Powered by ViewVC 1.1.30