]> git.pld-linux.org Git - packages/diffstat.git/blob - diffstat.spec
8495473df72759f9112b20654711f495567c1c4e
[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.25
8 Release:     7
9 Copyright:   distributable
10 Group:       Utilities/Text
11 Group(pl):   Narzêdzia/Tekst
12 Source:      ftp.clark.net:/pub/dickey/diffstat/%{name}-%{version}.tgz
13 Buildroot:   /tmp/%{name}-%{version}-root
14
15 %description
16 'diffstat' provides a number of statistics on a patch generated by diff,
17 including number of additions, number of removals, and total number of
18 changes. It can be useful, for example, to find out what changes have been
19 made to a program, just by feeding the update patch to diffstat.
20
21 %description -l de
22 'diffstat' stellt eine Reihe von statistischen Informationen für mit 
23 Patch erzeugte Diffs bereit, u.a. die Zahl der Einfügungen, der Streichungen
24 sowie die Gesamtzahl der Änderungen. So ist es möglich, die Änderungen an 
25 einem Programm zu ermitteln, indem man das Update-Patch durch diffstat
26 durchlaufen läßt. 
27
28 %description -l fr
29 « diffstat » offre de nombreuses statistiques sur un patch généré par diff,
30 cela comprend le nombre d'ajouts, de suppressions et le nombre total de
31 modifications. Il peut être utile, par exemple, de retrouver les modifications
32 faites à un programme en fournissant uniquement le patch de mise à jour à
33 diffstat.
34
35 %description -l pl
36 Diffstat umo¿liwia prowadzenie statystyk pliku (³atki) generowanego 
37 przez diff. Pakiet ten mo¿e byæ u¿yteczny, na przyk³ad w poszukiwaniu 
38 zmian, które zosta³y dokonane w jakim¶ programie. 
39
40 %description -l tr
41 diffstat programý, diff tarafýndan üretilen bir yama üzerinden toplama
42 sayýsý, çýkarma sayýsý, toplam deðiþiklik sayýsý gibi bazý istatistiksel
43 bilgiler çýkartýr.
44
45 %prep
46 %setup -q
47
48 %build
49 ./configure %{_target} --prefix=/usr
50 make CPPFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s"
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
55
56 install diffstat $RPM_BUILD_ROOT/usr/bin
57 install diffstat.1 $RPM_BUILD_ROOT%{_mandir}/man1
58
59 gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
60 gzip -9nf README CHANGES
61
62 %clean
63 rm -rf $RPM_BUILD_ROOT
64
65 %files
66 %defattr(644, root, root, 755)
67 %doc README.gz CHANGES.gz
68 %attr(755, root, root) /usr/bin/*
69 %attr(644, root,  man) %{_mandir}/man1/*
70
71 %changelog
72 * Wed Feb 17 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
73   [1.25-7]
74 - added gzipping man page and documentation
75 - added Group(pl)
76
77 * Thu Jul 23 1998 Wojtek ¦lusarczyk <wojtek@shadow.eu.org>
78   [1.25-6]
79 - added pl translation,
80 - added buildroot support,
81 - build from non root's account,
82 - minor changes.
83
84 * Mon Apr 27 1998 Prospector System <bugs@redhat.com>
85 - translations modified for de, fr, tr
86
87 * Thu Jul 10 1997 Erik Troan <ewt@redhat.com>
88 - built against glibc
This page took 0.060025 seconds and 2 git commands to generate.