Author: duddits Date: Tue Sep 23 10:34:22 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 1.6.19 - removed unnecessary patches (changes are already there) - some patches updated to work with new version - config example copied to %doc - rijndael module temporarily disabled (needs some work)
---- Files affected: SPECS: eggdrop.spec (1.107 -> 1.108) ---- Diffs: ================================================================ Index: SPECS/eggdrop.spec diff -u SPECS/eggdrop.spec:1.107 SPECS/eggdrop.spec:1.108 --- SPECS/eggdrop.spec:1.107 Sun Mar 9 21:34:15 2008 +++ SPECS/eggdrop.spec Tue Sep 23 12:34:17 2008 @@ -4,12 +4,12 @@ Summary(pt_BR.UTF-8): Bot de IRC escrito em C Summary(ru.UTF-8): Eggdrop, это IRC-бот написанный на языке C. Name: eggdrop -Version: 1.6.17 -Release: 4.1 +Version: 1.6.19 +Release: 1 License: GPL v2 Group: Applications/Communications Source0: ftp://ftp.eggheads.org/pub/eggdrop/source/1.6/%{name}%{version}.tar.bz2 -# Source0-md5: 68e181201483dee398f9904e8652e6ca +# Source0-md5: b706bbe4fdd05964e0ea0cd920f28539 # In order to unify filenames, following language packs and third-party modules were # repackaged. Some files were renamed, but none modified. Original archives can be # found by looking at http://www.egghelp.org/ @@ -46,7 +46,7 @@ # 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 +#Source29: http://pld.mysza.eu.org/sources/%{name}-module-rijndael-1.0.tar.gz # Source29-md5: 0210476c24ed6f24e1fdc1cbab41a863 Patch0: %{name}-FHS.patch Patch1: %{name}-doc_makefile.patch @@ -55,11 +55,9 @@ Patch4: %{name}-config_encryption.patch Patch5: %{name}-autobotchk.patch Patch6: %{name}-ssl.patch -Patch7: %{name}-amd64.patch -Patch8: %{name}-nolibs.patch -Patch9: %{name}-nohostwhowhom.patch -Patch10: %{name}-CVE-2007-2807.patch -Patch11: %{name}-bz-463.patch +Patch7: %{name}-nolibs.patch +Patch8: %{name}-nohostwhowhom.patch +Patch9: %{name}-bz-463.patch URL: http://www.eggheads.org/ BuildRequires: autoconf BuildRequires: automake @@ -146,7 +144,7 @@ соответствующих прав и привилегий. %prep -%setup -q -n %{name}%{version} -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 -a29 +%setup -q -n %{name}%{version} -a10 -a11 -a12 -a13 -a14 -a15 -a16 -a20 -a21 -a22 -a23 -a24 -a25 -a26 -a27 -a28 %patch0 -p1 %patch1 -p0 %patch2 -p1 @@ -157,12 +155,11 @@ %patch7 -p1 %patch8 -p1 %patch9 -p1 -%patch10 -p1 -%patch11 -p0 %build mv aclocal.m4 acinclude.m4 cp -f /usr/share/automake/config.sub misc/ +cp -f %{name}.conf doc/%{name}.conf.example %{__aclocal} %{__autoheader} %{__autoconf} @@ -213,6 +210,13 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.108 2008/09/23 10:34:17 duddits +- up to 1.6.19 +- removed unnecessary patches (changes are already there) +- some patches updated to work with new version +- config example copied to %doc +- rijndael module temporarily disabled (needs some work) + Revision 1.107 2008/03/09 20:34:15 arekm - rel 4.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/eggdrop.spec?r1=1.107&r2=1.108&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
