]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- revised patches, better description in patch commits auto/th/ettercap-0_7_3-10
authorsparky <sparky@pld-linux.org>
Sat, 19 Jun 2010 14:07:17 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- regenerate auto*, this way it uses our (patched) libtool
- release: 10

Changed files:
    ettercap.spec -> 1.72

ettercap.spec

index 36ed055c449a8b773045a01c6c9cd163a92593bc..9939797087a2eb772ba6d589a8d0dd8e349242d5 100644 (file)
@@ -7,17 +7,18 @@ Summary(pl.UTF-8):    ettercap - oparte o ncurses narzędzie do sniffowania/przechw
 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
@@ -25,6 +26,7 @@ BuildRequires:        automake
 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
@@ -79,17 +81,19 @@ hosts na rede local, portas abertas, versão de serviços, tipo de host
 
 %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 \
This page took 0.078677 seconds and 4 git commands to generate.