Author: sparky Date: Sat Jun 19 14:07:22 2010 GMT Module: packages Tag: HEAD ---- Log message: - revised patches, better description in patch commits - regenerate auto*, this way it uses our (patched) libtool - release: 10
---- Files affected: packages/ettercap: ettercap.spec (1.71 -> 1.72) ---- Diffs: ================================================================ Index: packages/ettercap/ettercap.spec diff -u packages/ettercap/ettercap.spec:1.71 packages/ettercap/ettercap.spec:1.72 --- packages/ettercap/ettercap.spec:1.71 Mon Jun 7 20:03:21 2010 +++ packages/ettercap/ettercap.spec Sat Jun 19 16:07:17 2010 @@ -8,17 +8,18 @@ Summary(pt_BR.UTF-8): ettercap e um interceptador/sniffer paseado em ncurses Name: ettercap Version: 0.7.3 -Release: 9 +Release: 10 Epoch: 1 License: GPL Group: Networking/Utilities -Source0: http://dl.sourceforge.net/ettercap/%{name}-NG-%{version}.tar.gz +Source0: http://downloads.sourceforge.net/ettercap/%{name}-NG-%{version}.tar.gz # Source0-md5: 28fb15cd024162c55249888fe1b97820 -Patch1: %{name}-ncurses.patch -Patch2: %{name}-plugin_dir.patch -Patch3: %{name}-kernel_version.patch -Patch4: %{name}-as-needed.patch -Patch5: %{name}-build.patch +Patch1: %{name}-build.patch +Patch2: %{name}-as-needed.patch +Patch3: %{name}-ncurses.patch +Patch4: %{name}-libmissing.patch +Patch5: %{name}-shlib_ext.patch +Patch6: %{name}-flags.patch URL: http://ettercap.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -26,6 +27,7 @@ BuildRequires: libltdl-devel BuildRequires: libnet-devel >= 1.1.2.1 BuildRequires: libpcap-devel +BuildRequires: libtool BuildRequires: ncurses-ext-devel BuildRequires: openssl-devel >= 0.9.7d BuildRequires: pcre-devel @@ -80,17 +82,19 @@ %prep %setup -q -n %{name}-NG-%{version} -#%patch1 -p0 -#%patch2 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build -#cp -f /usr/share/automake/config.sub . -#%{__aclocal} -#%{__autoconf} -#%{__autoheader} -CFLAGS="%{rpmcflags} -I/usr/include/ncurses" +%{__libtoolize} +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ --%{!?debug:dis}%{?debug:en}able-debug \ --%{?with_gtk:en}%{!?with_gtk:dis}able-gtk \ @@ -126,6 +130,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.72 2010/06/19 14:07:17 sparky +- revised patches, better description in patch commits +- regenerate auto*, this way it uses our (patched) libtool +- release: 10 + Revision 1.71 2010/06/07 18:03:21 hawk - release 9 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ettercap/ettercap.spec?r1=1.71&r2=1.72&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
