]> git.pld-linux.org Git - packages/cvsplot.git/blame - cvsplot.spec
- moved to Applications/Console
[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
067b2a14 7Group: Applications/Console
f15b06da 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
e55ef09a 13Suggests: gnuplot
f15b06da 14BuildArch: noarch
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18Cvsplot is used for collecting statistics from CVS controlled files.
19Simple statistics such as how the total number of files and lines of
20code change against time. It runs under any flavour of UNIX, and under
21Windows (assuming Perl from http://www.activestate.com/ is installed).
22
23%description -l pl.UTF-8
24Cvsplot to narzędzie do prezentowania statystyk z repozytoriów CVS.
25Przykładowo jak zmieniała się sumaryczna liczba plików w zadanym
26przedziale czasowym. Działa na każdym Uniksie, a także w Windows (przy
27założeniu, że zostanie zainstalowana wersja Perla z
28http://www.activestate.com/).
29
30%prep
31%setup -q
32
33%build
34
35%install
36rm -rf $RPM_BUILD_ROOT
37
38install -d $RPM_BUILD_ROOT%{_bindir}
39install %{name}.pl $RPM_BUILD_ROOT%{_bindir}
40
41%clean
42rm -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.131944 seconds and 4 git commands to generate.