]> git.pld-linux.org Git - packages/ettercap6.git/commitdiff
- Added plugin_dir patch --- plugins moved to %%{_libdir}. They are binary
authormkochano <mkochano@pld-linux.org>
Thu, 6 Sep 2001 16:11:16 +0000 (16:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  files (*.so) and AFAIK should not be in %%{_datadir}.
- Removed not needed ,,\'' from %%build section.
- Corrected %%files section --- ettercap now owns %%{_libdir}/%%{name}
  directory.

Changed files:
    ettercap6.spec -> 1.3

ettercap6.spec

index e09c8bd753596e04bdc7757a45c27477e82cdf07..b3a32a6c1bf63b6d2a0b6e5e5735c639fb43f55c 100644 (file)
@@ -5,6 +5,7 @@ Release:        1
 Source0:       http://ettercap.sourceforge.net/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-dont_require_root.patch
 Patch1:                %{name}-ncurses.patch
+Patch2:                %{name}-plugin_dir.patch
 URL:           http://ettercap.sourceforge.net/
 License:       GPL
 Group:         Networking/Utilities
@@ -24,13 +25,14 @@ ettercap is a multipurpose sniffer/interceptor/logger for switched or
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 aclocal
 autoconf
 %configure \
        --disable-debug \
-       --enable-ncurses \
+       --enable-ncurses
 %{__make}
 %{__make} plug-ins
 
@@ -43,6 +45,9 @@ 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
 
@@ -51,4 +56,4 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man8/*
 %doc *.gz
 %attr(755,root,root) %{_bindir}/*
-%{_datadir}/ettercap/*
+%{_libdir}/ettercap
This page took 0.041391 seconds and 4 git commands to generate.