SPECS: irssistats.spec (NEW) - initial
undefine
undefine at pld-linux.org
Sat Dec 31 01:13:49 CET 2005
Author: undefine Date: Sat Dec 31 00:13:49 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
irssistats.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/irssistats.spec
diff -u /dev/null SPECS/irssistats.spec:1.1
--- /dev/null Sat Dec 31 01:13:49 2005
+++ SPECS/irssistats.spec Sat Dec 31 01:13:43 2005
@@ -0,0 +1,54 @@
+# $Revision$, $Date$
+Summary: Generates HTML IRC stats based on irssi logs
+Summary(pl): Generuje statystyki kanału IRC korzystając z logów irssi
+Name: irssistats
+Version: 0.70
+Release: 1
+License: GPL v2
+Group: Applications
+Source0: http://royale.zerezo.com/irssistats/%{name}-%{version}.tar.gz
+# Source0-md5: 9fd99eb73166f2e8dad2328a52e884a1
+URL: http://royale.zerezo.com/irssistats/
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+irssistats is a tool that make HTML stats from irssi logfiles. The
+statistics generated display many useful and funny informations about
+the channel.
+
+
+%description -l pl
+irssistats to narzędzie tworzące statystyki w HTML-u korzystające z
+logów irssi. Statystyki zawierają dużo pożytecznych i zabawnych
+informacji o kanale.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+ PRE=$RPM_BUILD_ROOT%{_prefix}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README irssistats.sgml sample.*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man?/%{name}*
+%{_datadir}/%{name}
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2005/12/31 00:13:43 undefine
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list