]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- needs more hacks to avoid am problems
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 26 Oct 2001 21:53:27 +0000 (21:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.11

ntop.spec

index 23b3fae784ccdf97609413aedfa61013f5d33818..77d048ab3d30005dfd79c7853a740488af2471e7 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -1,9 +1,9 @@
-%define        snap    01-03-26
+%define        snap    01-10-26
 Summary:       Network monitoring tool
 Summary(pl):   Narzêdzie do monitorowania sieci
 Name:          ntop
 Version:       1.3.2
-Release:       3.%(echo %{snap} | sed -e "s/-//g")
+Release:       4.%(echo %{snap} | sed -e "s/-//g")
 License:       GPL
 Group:         Networking
 Group(de):     Netzwerkwesen
@@ -12,6 +12,7 @@ Source0:      http://snapshot.ntop.org/tgz/%{name}-%{snap}.tgz
 Patch0:                %{name}-configure.patch
 Patch1:                %{name}-externallib.patch
 Patch2:                %{name}-perl.patch
+Patch3:                %{name}-am.patch
 URL:           http://www.ntop.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -40,8 +41,9 @@ robi to popularna Unixowa komenda top.
 %setup -q -n %{name}-current
 cd %{name}*
 rm -f missing ltconfig
-%patch0 -p1
+#%patch0 -p1
 %patch2 -p1
+%patch3 -p1
 cd ../gdchart*
 %patch1 -p1
 
This page took 0.095763 seconds and 4 git commands to generate.