]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- some corrects,
authordjrzulf <djrzulf@pld-linux.org>
Tue, 26 Mar 2002 10:16:27 +0000 (10:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.17

ntop.spec

index 21d39353f792d924111cdb464328cfa27c5e2885..ae25f45325cb73d6860594791dce1de776a13fed 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -13,7 +13,7 @@ Patch2:               %{name}-perl.patch
 Patch3:                %{name}-am.patch
 Patch4:                %{name}-plugins-Makefile.patch
 Patch5:                %{name}-pep-Makefile.patch
-Patch6:                %{name}-Makefile-version.patch
+Patch6:                %{name}-Makefile.patch
 URL:           http://www.ntop.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -51,7 +51,7 @@ cd ../%{name}*
 %patch6 -p0
 
 cd plugins
-%patch4 -p0
+%#patch4 -p0
 cd pep
 %patch5 -p0
 
@@ -79,6 +79,8 @@ automake -a -c -f
        --localstatedir=%{_var}/%{ntop}
        
 
+%{__make}
+cd plugins
 %{__make}
 
 %install
@@ -94,7 +96,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}
 gzip -9nf AUTHORS NEWS README THANKS
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+#rm -rf $RPM_BUILD_ROOT
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.061797 seconds and 4 git commands to generate.