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