]> git.pld-linux.org Git - packages/irssistats.git/commitdiff
- initial
authorundefine <undefine@pld-linux.org>
Sat, 31 Dec 2005 00:13:43 +0000 (00:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    irssistats.spec -> 1.1

irssistats.spec [new file with mode: 0644]

diff --git a/irssistats.spec b/irssistats.spec
new file mode 100644 (file)
index 0000000..efbf36a
--- /dev/null
@@ -0,0 +1,43 @@
+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}
This page took 0.109449 seconds and 4 git commands to generate.