]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- fix build (add DESTDIR patch)
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 2 Jan 2005 21:48:56 +0000 (21:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.62

ntop.spec

index 990b3f96a46c6e36fb038663378796ff99949a53..055a37b0a23439355d416b1004716e0f77cdb94f 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -1,11 +1,12 @@
 # TODO:
-# there is a problem with --localstatedir=%{_var}/lib/%{name} (not building)
+#  - duplicate configure. remove or write down reason.
+#  - configure appears to need gawk
 #
 Summary:       Network monitoring tool
 Summary(pl):   Narzêdzie do monitorowania sieci
 Name:          ntop
 Version:       3.1
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Networking
 Source0:       http://dl.sourceforge.net/ntop/%{name}-%{version}.tgz
@@ -14,6 +15,7 @@ Source1:      %{name}.init
 Source2:       %{name}.sysconfig
 Patch1:                %{name}-plugins_makefile.patch
 Patch2:                %{name}-conf.patch
+Patch3:                %{name}-DESTDIR.patch
 URL:           http://www.ntop.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -54,6 +56,7 @@ robi to popularna uniksowa komenda top.
 %setup -q -n %{name}
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 #mv -f acinclude.m4.in acinclude.m4
This page took 0.08411 seconds and 4 git commands to generate.