]> git.pld-linux.org Git - packages/eggdrop.git/blame_incremental - eggdrop.spec
- md5s
[packages/eggdrop.git] / eggdrop.spec
... / ...
CommitLineData
1Summary: Eggdrop is an IRC bot, written in C
2Summary(pl): Eggdrop jest botem IRC napisanym w C
3Summary(pt_BR): Bot de IRC escrito em C
4Name: eggdrop
5Version: 1.6.13
6Release: 4
7License: GPL
8Group: Applications/Communications
9Source0: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.gz
10# Source0-md5: 7889fffec7d9105ad5ce875dd7e58ca8
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
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
16# found by looking at http://www.egghelp.org/
17Source10: %{name}-language-danish.tar.gz
18# Source10-md5: 86b9bbab196f64b09e4daf2dec93fd50
19Source11: %{name}-language-finnish.tar.gz
20# Source11-md5: d720c6ad3f19deb8d51eeb753d0da390
21Source12: %{name}-language-italian.tar.gz
22# Source12-md5: 9c568bc516ecb202ed9e76c1523e4d6a
23Source13: %{name}-language-norwegian.tar.gz
24# Source13-md5: 118e14c8dfe0a6917e8e7b191a733e3f
25Source14: %{name}-language-portuguese.tar.gz
26# Source14-md5: 1b96f1ba51a0162665be892327c405cf
27Source15: %{name}-language-portuguese_br.tar.gz
28# Source15-md5: 93d4afae51dfa4cd7512fa6236868960
29Source16: %{name}-language-romanian.tar.gz
30# Source16-md5: 3664b4f4870eb099d3a291284a076561
31# Additional modules taken from various places
32Source20: %{name}-module-away-1.0.tar.gz
33# Source20-md5: 89b0529d024d8c29a855fb26e9e24a58
34Source21: %{name}-module-botnetop-1.0.1.tar.gz
35# Source21-md5: 1815a88748529d2ce6a221d560678285
36Source22: %{name}-module-fakebotnet-1.3.tar.gz
37# Source22-md5: bf6e0ecc97bbe154137dba5f47c6e518
38Source23: %{name}-module-gseen-1.1.0.tar.gz
39# Source23-md5: d1b5ff929c360581647a2baf7281a7a6
40Source24: %{name}-module-irctree-1.1.tar.gz
41# Source24-md5: 8bf884c57adbb131228fe47bffc69836
42Source25: %{name}-module-megahal-2.5.tar.gz
43# Source25-md5: ee00bf26ef44ea587200c7e9a73dc767
44Source26: %{name}-module-stats-1.3.3dev1.tar.gz
45# Source26-md5: f50299b06dc9c8d29f7abb19defaa917
46Source27: %{name}-module-idea-1.0.0.tar.gz
47# Source27-md5: b1aa55ba5abebfcf0cf346b5bbba3bae
48Source28: %{name}-module-twofish-1.0.tar.gz
49# Source28-md5: 861957c170b4af105199202e724be2a3
50Source29: %{name}-module-rijndael-1.0.tar.gz
51# Source29-md5: 0210476c24ed6f24e1fdc1cbab41a863
52Patch0: %{name}-FHS.patch
53# Unofficial IPv6 patch
54Patch1: http://www.egghelp.org/files/patches/%{name}%{version}+ipv6.patch.gz
55# Adds IPv6 variables to config file
56Patch2: %{name}%{version}+ipv6_config.patch
57# Adds additional docs
58Patch3: %{name}-doc_makefile.patch
59# Multilevel sharing patch - now it is possible to create *secure* multilevel
60# botnets, each bot will only accept changes to userlist from bot that acts as
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
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
71URL: http://www.eggheads.org/
72BuildRequires: tcl-devel
73Requires: tcl
74BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
75
76%description
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
79bot, sits on a channel and takes protective measures: to keep the
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
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:
87 - away
88 - botnetop
89 - fakebotnet
90 - gseen
91 - irctree
92 - megahal
93 - stats
94 - three new encryption modules: idea, twofish, rijndael
95- Additional language packs:
96 - dannish
97 - finnish
98 - italian
99 - norwegian
100 - portuguese
101 - brazillian portuguese
102 - romanian
103- Various small patches were applied For more information, see
104 README.PLD.en file located under %{_docdir}/%{name}-%{version}
105
106%description -l pl
107