]> git.pld-linux.org Git - packages/ettercap.git/commitdiff
- next part of small fixes inpired by kloczek :)
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 8 Jul 2003 17:20:58 +0000 (17:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ettercap.spec -> 1.34

ettercap.spec

index c610ebb934ba715e9460436269996f6df9728633..e4bd80efa2e30dc6a68d9f1a68a5b0309fec77e2 100644 (file)
@@ -14,13 +14,13 @@ Patch1:             %{name}-ncurses.patch
 Patch2:                %{name}-plugin_dir.patch
 Patch3:                %{name}-kernel_version.patch
 URL:           http://ettercap.sourceforge.net/
-BuildRequires: awk
-BuildRequires: textutils
-BuildRequires: grep
 BuildRequires: autoconf
 BuildRequires: automake
+BuildRequires: awk
+BuildRequires: grep
 BuildRequires: ncurses-devel
 BuildRequires: openssl-devel >= 0.9.7
+BuildRequires: textutils
 Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -77,8 +77,10 @@ CFLAGS="%{rpmcflags} -I%{_includedir}/ncurses"
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
-%{__make} plug-ins_install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+%{__make} plug-ins_install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.075311 seconds and 4 git commands to generate.