]> git.pld-linux.org Git - packages/diffstat.git/blob - diffstat.spec
06e58d0f8557e2147818fb572e5fc1c481815c3b
[packages/diffstat.git] / diffstat.spec
1 Summary:        Provides diff file statistics
2 Summary(de):    Liefert diff-Datei-Statistiken
3 Summary(fr):    Fournit des statistiques sur les différences de fichiers
4 Summary(pl):    Umo¿liwia robienie statystyk plików diff
5 Summary(tr):    diff dosyasý istatistik bilgileri çýkarýr
6 Name:           diffstat
7 Version:        1.28
8 Release:        3
9 License:        distributable
10 Group:          Applications/Text
11 Source0:        ftp://ftp.clark.net/pub/dickey/%{name}/%{name}-%{version}.tgz
12 BuildRequires:  autoconf
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 'diffstat' provides a number of statistics on a patch generated by
17 diff, including number of additions, number of removals, and total
18 number of changes. It can be useful, for example, to find out what
19 changes have been made to a program, just by feeding the update patch
20 to diffstat.
21
22 %description -l de
23 'diffstat' stellt eine Reihe von statistischen Informationen für mit
24 Patch erzeugte Diffs bereit, u.a. die Zahl der Einfügungen, der
25 Streichungen sowie die Gesamtzahl der Änderungen. So ist es möglich,
26 die Änderungen an einem Programm zu ermitteln, indem man das
27 Update-Patch durch diffstat durchlaufen läßt.
28
29 %description -l fr
30 « diffstat » offre de nombreuses statistiques sur un patch généré par
31 diff, cela comprend le nombre d'ajouts, de suppressions et le nombre
32 total de modifications. Il peut être utile, par exemple, de retrouver
33 les modifications faites à un programme en fournissant uniquement le
34 patch de mise à jour à diffstat.
35
36 %description -l pl
37 Diffstat umo¿liwia prowadzenie statystyk pliku (³atki) generowanego
38 przez diff. Pakiet ten mo¿e byæ u¿yteczny, na przyk³ad w poszukiwaniu
39 zmian, które zosta³y dokonane w jakim¶ programie.
40
41 %description -l tr
42 diffstat programý, diff tarafýndan üretilen bir yama üzerinden toplama
43 sayýsý, çýkarma sayýsý, toplam deðiþiklik sayýsý gibi bazý
44 istatistiksel bilgiler çýkartýr.
45
46 %prep
47 %setup -q
48
49 %build
50 chmod -R u+w *
51 %{__autoconf}
52 %configure
53 %{__make} CPPFLAGS="%{rpmcflags} -w" LDFLAGS="%{rpmldflags}"
54
55 %install
56 rm -rf $RPM_BUILD_ROOT
57 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
58
59 install diffstat $RPM_BUILD_ROOT%{_bindir}
60 install diffstat.1 $RPM_BUILD_ROOT%{_mandir}/man1
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644,root,root,755)
67 %doc README CHANGES
68 %attr(755,root,root) %{_bindir}/*
69 %{_mandir}/man1/*
This page took 0.062332 seconds and 2 git commands to generate.