]> git.pld-linux.org Git - packages/eggdrop.git/blame - eggdrop.spec
- md5s
[packages/eggdrop.git] / eggdrop.spec
CommitLineData
dead188d 1Summary: Eggdrop is an IRC bot, written in C
1eb50e56 2Summary(pl): Eggdrop jest botem IRC napisanym w C
b41a6adc 3Summary(pt_BR): Bot de IRC escrito em C
dead188d 4Name: eggdrop
99a4865c 5Version: 1.6.13
0a5724e8 6Release: 4
dead188d 7License: GPL
8Group: Applications/Communications
99a4865c 9Source0: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.gz
80be6ab9 10# Source0-md5: 7889fffec7d9105ad5ce875dd7e58ca8
88dd3cd2
AG
11# PLD docs - information about changes.
12Source1: http://pld.mysza.eu.org/sources/%{name}-README.PLD.en
13Source2: http://pld.mysza.eu.org/sources/%{name}-README.PLD.pl
b41a6adc
AG
14# In order to unify filenames, following language packs and third-party modules were
15# repackaged. Some files were renamed, but none modified. Original archives can be
c3121639 16# found by looking at http://www.egghelp.org/
2b4a59f0 17Source10: %{name}-language-danish.tar.gz
80be6ab9 18# Source10-md5: 86b9bbab196f64b09e4daf2dec93fd50
2b4a59f0 19Source11: %{name}-language-finnish.tar.gz
80be6ab9 20# Source11-md5: d720c6ad3f19deb8d51eeb753d0da390
2b4a59f0 21Source12: %{name}-language-italian.tar.gz
80be6ab9 22# Source12-md5: 9c568bc516ecb202ed9e76c1523e4d6a
2b4a59f0 23Source13: %{name}-language-norwegian.tar.gz
80be6ab9 24# Source13-md5: 118e14c8dfe0a6917e8e7b191a733e3f
2b4a59f0 25Source14: %{name}-language-portuguese.tar.gz
80be6ab9 26# Source14-md5: 1b96f1ba51a0162665be892327c405cf
2b4a59f0 27Source15: %{name}-language-portuguese_br.tar.gz
80be6ab9 28# Source15-md5: 93d4afae51dfa4cd7512fa6236868960
2b4a59f0 29Source16: %{name}-language-romanian.tar.gz
80be6ab9 30# Source16-md5: 3664b4f4870eb099d3a291284a076561
3d763985 31# Additional modules taken from various places
c3121639 32Source20: %{name}-module-away-1.0.tar.gz
80be6ab9 33# Source20-md5: 89b0529d024d8c29a855fb26e9e24a58
c3121639 34Source21: %{name}-module-botnetop-1.0.1.tar.gz
80be6ab9 35# Source21-md5: 1815a88748529d2ce6a221d560678285
c3121639 36Source22: %{name}-module-fakebotnet-1.3.tar.gz
80be6ab9 37# Source22-md5: bf6e0ecc97bbe154137dba5f47c6e518
c3121639 38Source23: %{name}-module-gseen-1.1.0.tar.gz
80be6ab9 39# Source23-md5: d1b5ff929c360581647a2baf7281a7a6
c3121639 40Source24: %{name}-module-irctree-1.1.tar.gz
80be6ab9 41# Source24-md5: 8bf884c57adbb131228fe47bffc69836
c3121639 42Source25: %{name}-module-megahal-2.5.tar.gz
80be6ab9 43# Source25-md5: ee00bf26ef44ea587200c7e9a73dc767
c3121639 44Source26: %{name}-module-stats-1.3.3dev1.tar.gz
80be6ab9 45# Source26-md5: f50299b06dc9c8d29f7abb19defaa917
c867ba45 46Source27: %{name}-module-idea-1.0.0.tar.gz
80be6ab9 47# Source27-md5: b1aa55ba5abebfcf0cf346b5bbba3bae
c867ba45 48Source28: %{name}-module-twofish-1.0.tar.gz
80be6ab9 49# Source28-md5: 861957c170b4af105199202e724be2a3
c867ba45 50Source29: %{name}-module-rijndael-1.0.tar.gz
80be6ab9 51# Source29-md5: 0210476c24ed6f24e1fdc1cbab41a863
dead188d 52Patch0: %{name}-FHS.patch
82b12a7e
AG
53# Unofficial IPv6 patch
54Patch1: http://www.egghelp.org/files/patches/%{name}%{version}+ipv6.patch.gz
3d763985 55# Adds IPv6 variables to config file
9e0c7b2e 56Patch2: %{name}%{version}+ipv6_config.patch
3d763985 57# Adds additional docs
5141e6cf 58Patch3: %{name}-doc_makefile.patch
3d763985 59# Multilevel sharing patch - now it is possible to create *secure* multilevel
b41a6adc 60# botnets, each bot will only accept changes to userlist from bot that acts as
3d763985
AG
61# hub to him, and rejects changes from leaves
62Patch4: %{name}%{version}-multilevel_sharing.patch.gz
63# Unlinkedby patch - when unlinking bot from botnet, adds nickname of a person
64# that issues .unlink command to a broadcasted message
65Patch5: %{name}%{version}-unlinkedby.patch
f2dbaada
AG
66# Topicprot - protects channel topic from being changed
67# This pathc was a bit modified to apply to eggdrop1.6.13
68Patch6: %{name}%{version}-topicprot.patch
69# Adds information about additional encryption modules to config file
70Patch7: %{name}-config_encryption.patch
82b12a7e 71URL: http://www.eggheads.org/
810b9976 72BuildRequires: tcl-devel
f59e3b0f 73Requires: tcl
dead188d 74BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
2b2929cd 75
76%description
f7a7da8e 77Eggdrop is an IRC bot, written in C. If you don't know what IRC is,
78this is probably not whatever you're looking for! Eggdrop, being a
2b2929cd 79bot, sits on a channel and takes protective measures: to keep the
f7a7da8e 80channel from being taken over (in the few ways that anything CAN), to
81recognize banished users or sites and reject them, to recognize
82privileged users and let them gain ops, etc. Eggdrop also contains
b41a6adc
AG
83many modules and scripts, for example for sending files. Here is the
84list of new features as opposed to vanilla eggdrop:
85- Built-in IPv6 support
86- Additional modules, including:
2ffe4561
AG
87 - away
88 - botnetop
89 - fakebotnet
90 - gseen
91 - irctree
92 - megahal
93 - stats
94 - three new encryption modules: idea, twofish, rijndael
b41a6adc 95- Additional language packs:
2ffe4561
AG
96 - dannish
97 - finnish
98 - italian
99 - norwegian
100 - portuguese
101 - brazillian portuguese
102 - romanian
b41a6adc
AG
103- Various small patches were applied For more information, see
104 README.PLD.en file located under %{_docdir}/%{name}-%{version}
2b2929cd 105
3da23678 106%description -l pl
f7a7da8e 107