]> git.pld-linux.org Git - packages/cvsplot.git/blob - cvsplot.spec
- unified preamble in %changelog
[packages/cvsplot.git] / cvsplot.spec
1 Summary:        Cvsplot is used for collecting statistics from CVS
2 Summary(pl.UTF-8):      Cvsplot pokazuje statystyki z CVS
3 Name:           cvsplot
4 Version:        1.7.4
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Console
8 Source0:        http://dl.sourceforge.net/cvsplot/%{name}-%{version}.tar.gz
9 # Source0-md5:  50315fad42d7ca5f94ccdd4f5d25ee03
10 URL:            http://cvsplot.sourceforge.net/
11 Requires:       perl-Date-Manip
12 Requires:       perl-String-ShellQuote
13 Suggests:       gnuplot
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 Cvsplot is used for collecting statistics from CVS controlled files.
19 Simple statistics such as how the total number of files and lines of
20 code change against time. It runs under any flavour of UNIX, and under
21 Windows (assuming Perl from http://www.activestate.com/ is installed).
22
23 %description -l pl.UTF-8
24 Cvsplot to narzędzie do prezentowania statystyk z repozytoriów CVS.
25 Przykładowo jak zmieniała się sumaryczna liczba plików w zadanym
26 przedziale czasowym. Działa na każdym Uniksie, a także w Windows (przy
27 założeniu, że zostanie zainstalowana wersja Perla z
28 http://www.activestate.com/).
29
30 %prep
31 %setup -q
32
33 %build
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 install -d $RPM_BUILD_ROOT%{_bindir}
39 install %{name}.pl $RPM_BUILD_ROOT%{_bindir}
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %attr(755,root,root) %{_bindir}/%{name}.pl
47 %doc CHANGELOG README LICENSE
This page took 0.046295 seconds and 3 git commands to generate.