Author: duddits                      Date: Wed Oct  8 19:43:48 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   cvsplot.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cvsplot.spec
diff -u /dev/null SPECS/cvsplot.spec:1.1
--- /dev/null   Wed Oct  8 21:43:48 2008
+++ SPECS/cvsplot.spec  Wed Oct  8 21:43:43 2008
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:       Cvsplot is used for collecting statistics from CVS
+Summary(pl.UTF-8):     Cvsplot pokazuje statystyki z CVS
+Name:          cvsplot
+Version:       1.7.4
+Release:       0.1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/cvsplot/%{name}-%{version}.tar.gz
+# Source0-md5: 50315fad42d7ca5f94ccdd4f5d25ee03
+URL:           http://cvsplot.sourceforge.net/
+Requires:      perl-Date-Manip
+Requires:      perl-String-ShellQuote
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Cvsplot is used for collecting statistics from CVS controlled files.
+Simple statistics such as how the total number of files and lines of
+code change against time. It runs under any flavour of UNIX, and under
+Windows (assuming Perl from http://www.activestate.com/ is installed).
+
+%description -l pl.UTF-8
+Cvsplot to narzędzie do prezentowania statystyk z repozytoriów CVS.
+Przykładowo jak zmieniała się sumaryczna liczba plików w zadanym
+przedziale czasowym. Działa na każdym Uniksie, a także w Windows (przy
+założeniu, że zostanie zainstalowana wersja Perla z
+http://www.activestate.com/).
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name}.pl $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/%{name}.pl
+%doc CHANGELOG README LICENSE
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+$Log$
+Revision 1.1  2008/10/08 19:43:43  duddits
+- initial
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to