X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=eggdrop.spec;h=0ad6cdb3414a7a988fa03683f14da0d77af75e43;hb=a343c12b076891a9bd2af4d8ae9fbad0f64d89ad;hp=266f5e630eda628dcab720454f84db7f7f67ad30;hpb=737c38509172bc1f1552f53caa0d5a243645a0f0;p=packages%2Feggdrop.git diff --git a/eggdrop.spec b/eggdrop.spec index 266f5e6..0ad6cdb 100644 --- a/eggdrop.spec +++ b/eggdrop.spec @@ -1,10 +1,10 @@ Summary: Eggdrop is an IRC bot, written in C Summary(pl): Eggdrop jest botem IRC napisanym w C Summary(pt_BR): Bot de IRC escrito em C -Summary(ru_RU.KOI8-R): Eggdrop, ÜÔÏ IRC-ÂÏÔ ÎÁÐÉÓÁÎÎÙÊ ÎÁ ÑÚÙËÅ C. +Summary(ru_RU): Eggdrop, ÜÔÏ IRC-ÂÏÔ ÎÁÐÉÓÁÎÎÙÊ ÎÁ ÑÚÙËÅ C. Name: eggdrop Version: 1.6.15 -Release: 0.3 +Release: 0.6 License: GPL Group: Applications/Communications Source0: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2 @@ -37,12 +37,12 @@ Source23: http://pld.mysza.eu.org/sources/%{name}-module-gseen-1.1.0.tar.gz # Source23-md5: d1b5ff929c360581647a2baf7281a7a6 Source24: http://pld.mysza.eu.org/sources/%{name}-module-irctree-1.1.tar.gz # Source24-md5: 8bf884c57adbb131228fe47bffc69836 -Source25: http://pld.mysza.eu.org/sources/%{name}-module-megahal-2.5b.tar.gz -# Source25-md5: 77a4c3e8a2324d5f8b90284490529edd +Source25: http://pld.mysza.eu.org/sources/%{name}-module-megahal-2.6.tar.gz +# Source25-md5: 69373687be6b68f511c2ca401e346948 Source26: http://pld.mysza.eu.org/sources/%{name}-module-stats-1.3.3dev1.tar.gz # Source26-md5: f50299b06dc9c8d29f7abb19defaa917 -Source27: http://pld.mysza.eu.org/sources/%{name}-module-idea-1.0.0.tar.gz -# Source27-md5: b1aa55ba5abebfcf0cf346b5bbba3bae +Source27: http://pld.mysza.eu.org/sources/%{name}-module-idea-1.0.2.tar.gz +# Source27-md5: dce4a43dfcfb72e143c71e8f6c6fc8c8 Source28: http://pld.mysza.eu.org/sources/%{name}-module-twofish-1.0.tar.gz # Source28-md5: 861957c170b4af105199202e724be2a3 Source29: http://pld.mysza.eu.org/sources/%{name}-module-rijndael-1.0.tar.gz @@ -60,6 +60,7 @@ Patch3: ftp://ftp.eggheads.org/pub/%{name}/patches/1.6/topicprot%{version}.patc Patch4: %{name}-config_encryption.patch # This one fixes eggdrop botchk/autobotchk scripts Patch5: %{name}-autobotchk.patch +Patch6: %{name}-ac_fix.patch URL: http://www.eggheads.org/ BuildRequires: tcl-devel Requires: tcl @@ -82,7 +83,7 @@ list of new features as opposed to vanilla eggdrop: - irctree - megahal - stats - - two new encryption modules: twofish, rijndael + - three new encryption modules: idea, twofish, rijndael - Additional language packs: - dannish - finnish @@ -110,7 +111,7 @@ Oto lista nowych mo - irctree - megahal - stats - - dwa nowe modu³y szyfruj±ce: twofish, rijndael + - trzy nowe modu³y szyfruj±ce: idea, twofish, rijndael - Dodatkowe - duñski - fiñski @@ -143,30 +144,31 @@ Eggdrop ÓÏÏÔ×ÅÔÓÔ×ÕÀÝÉÈ ÐÒÁ× É ÐÒÉ×ÉÌÅÇÉÊ. %prep -%setup -q -n %{name}%{version} -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a28 -a29 +%setup -q -n %{name}%{version} -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 %patch0 -p1 %patch1 -p0 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p0 %build -#CFLAGS="%{rpmcflags}"; export CFLAGS -# There is no sense in using configure macro, as the eggdrop makes no use -# of provided settings, or at least of those given with --*dir options -# HUMPF! At least one thing sucks: -# eggdrop's configure thingie, or my linux knowledge. -#./configure --enable-ipv6 -#%{__aclocal} -#%{__autoconf} -#%{__autoheader} -#cd src/mod/compress.mod -#%{__autoconf} -#cd ../dns.mod -#%{__autoconf} -#cd ../../.. -%configure2_13 --enable-ipv6 +# Author of eggdrop should go read some docs... a lot of docs +# It's either ipv6 support or async dns module... I don't know which is more +# important so I disabled ipv6... anybody cares to correct me? -- mmazur +mv aclocal.m4 acinclude.m4 +%{__aclocal} +%{__autoheader} +%{__autoconf} +cd src/mod/compress.mod +%{__autoconf} +%configure +cd ../dns.mod +%{__autoconf} +%configure #--enable-ipv6 +cd ../../.. +%configure #--enable-ipv6 %{__make} config %{__make} @@ -174,7 +176,8 @@ Eggdrop rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir}/%{name}/modules,%{_datadir}/%{name},%{_mandir}/man1,%{_datadir}/%{name}/{help,scripts,language},%{_datadir}/doc/%{name}-%{version}} -%{__make} DESTDIR="$RPM_BUILD_ROOT" install +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/%{name}-%{version} $RPM_BUILD_ROOT%{_bindir}/%{name}