]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- update to 0.6.2
authorundefine <undefine@pld-linux.org>
Thu, 22 Nov 2001 15:50:50 +0000 (15:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- STBR

Changed files:
    ettercap.spec -> 1.11

ettercap.spec

index 1210d60b41109bc36c630aff9960ca310242109d..22e4e3498d7335a1256a78004a8ddfcc7f992877 100644 (file)
@@ -1,8 +1,8 @@
 Summary:       ettercap is a ncurses-based sniffer/interceptor utility
 Summary(pl):   ettercap jest opartym o ncurses narzêdziem do sniffowania/przechwytywania
 Name:          ettercap
-Version:       0.5.4
-Release:       2
+Version:       0.6.2
+Release:       1
 License:       GPL
 Group:         Networking/Utilities
 Group(de):     Netzwerkwesen/Werkzeuge
@@ -34,14 +34,15 @@ opartych na switchach lub hubach.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 %patch3 -p1
 
 %build
 aclocal
 autoconf
+CFLAGS="%{rpmcflags} -I/usr/include/ncurses"
 %configure \
        --%{!?debug:dis}%{?debug:en}able-debug \
        --enable-ncurses
@@ -58,15 +59,13 @@ gzip -9nf \
        README README.PLUGINS HISTORY CHANGELOG AUTHORS TODO \
        THANKS KNOWN-BUGS PORTINGS
 
-install -d $RPM_BUILD_ROOT%{_libdir}
-mv -f $RPM_BUILD_ROOT{%{_datadir},%{_libdir}}/%{name}
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc *.gz
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
 %{_libdir}/ettercap
+%{_datadir}/ettercap
 %{_mandir}/man8/*
This page took 0.030939 seconds and 4 git commands to generate.