Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37615446
en ru br
Репозитории ALT
5.1: 0.83.4.1-alt1
4.1: 0.83.3-alt1.1
4.0: 0.83.2-alt1.1
www.altlinux.org/Changes

Группа :: Сети/IRC
Пакет: Supybot

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: Supybot
Version: 0.83.3
Release: alt1.1

Summary: IRC bot written in Python
License: BSD
Group: Networking/IRC
Url: http://supybot.sourceforge.net/

Source0: %name-%version.tar.bz2

BuildPreReq: python-dev

%description
Supybot is a flexible IRC bot written in python.
It features many plugins, is easy to extend and to use.

To run it, just use supybot-wizard to create the configuration file.

%prep
%setup

%build
mkdir -p buildroot
CFLAGS="%optflags" %__python setup.py \
   install --optimize=2 \
   --root=`pwd`/buildroot \
   --record=INSTALLED_FILES

%install
cp -pr buildroot %buildroot
unset RPM_PYTHON

mkdir -p %buildroot%_man1dir
cp -a docs/man/* %buildroot%_man1dir
rm -rf docs/man/

%files -f INSTALLED_FILES
%_mandir/man?/*
%doc ACKS LICENSE README RELNOTES ChangeLog docs/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin