]> git.pld-linux.org Git - packages/php-pear-Net_SmartIRC.git/blame - php-pear-Net_SmartIRC.spec
- fix for variable refs warning; rel 2
[packages/php-pear-Net_SmartIRC.git] / php-pear-Net_SmartIRC.spec
CommitLineData
24b5d961 1%include /usr/lib/rpm/macros.php
a515de24 2%define _class Net
3%define _subclass SmartIRC
8395c6c1 4%define _status stable
24b5d961 5%define _pearname %{_class}_%{_subclass}
a515de24 6
7Summary: %{_pearname} - IRC client class
8Summary(pl): %{_pearname} - klasa klienta IRC
24b5d961 9Name: php-pear-%{_pearname}
c745fb7d 10Version: 1.0.0
96eb0732 11Release: 2
24b5d961
PG
12License: LGPL
13Group: Development/Languages/PHP
14Source0: http://pear.php.net/get/%{_pearname}-%{version}.tgz
c745fb7d 15# Source0-md5: 042935bf413e7021aeea2971dd4d3997
4cc6e8df 16Patch0: %{name}-fix_includes.patch
96eb0732 17Patch1: %{name}-refs.patch
6006e0ab 18URL: http://pear.php.net/package/Net_SmartIRC/
d8266b16 19BuildRequires: php-pear-PEAR
6006e0ab 20BuildRequires: rpm-php-pearprov >= 4.4.2-11
68e98509 21BuildRequires: rpmbuild(macros) >= 1.300
24b5d961
PG
22Requires: php-pear
23BuildArch: noarch
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
ebb3b540
PG
27Net_SmartIRC is a PHP class for communication with IRC networks, which
28conforms to the RFC 2812 (IRC protocol). It's an API that handles all
29IRC protocol messages. This class is designed for creating IRC bots,
30chats and show irc related info on webpages.
24b5d961
PG
31
32Featurelist:
33- actionhandler for the API
34- messagehandler for the API
35- send/receive floodprotection
36- detects and changes nickname on nickname collisions
37- time events
38- full object oriented programmed
39- autoreconnect
40- debugging/logging system
41- supports fsocks and PHP socket extension
42- supports PHP 4.1.x to 4.3.0
43- sendbuffer with priority levels
44- channel synching (tracking of users/modes/topic etc in variables)
ebb3b540
PG
45- IRC functions: op, deop, voice, devoice, ban, unban, join, part,
46 action, message, query, ctcp, mode, topic, nick, invite
24b5d961 47
6d1d7a6a 48In PEAR status of this package is: %{_status}.
24b5d961
PG
49
50%description -l pl
3a3af45a
JB
51Net_SmartIRC to klasa PHP do komunikacji z sieciami IRC zgodnymi z RFC
52