]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- renumbered patches, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 19 May 2005 08:41:34 +0000 (08:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.66

ntop.spec

index b642929bba2901d85a1578a1afd74cc72b9b5414..b9f17e8f3fc8321de371f89cc259d834d68ee698 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -18,9 +18,9 @@ Source0:      http://dl.sourceforge.net/ntop/%{name}-%{version}.tgz
 # Source0-md5: 1c9b4097c2e464b84f2fe8f6626d2b06
 Source1:       %{name}.init
 Source2:       %{name}.sysconfig
-Patch1:                %{name}-plugins_makefile.patch
-Patch2:                %{name}-conf.patch
-Patch3:                %{name}-DESTDIR.patch
+Patch0:                %{name}-plugins_makefile.patch
+Patch1:                %{name}-conf.patch
+Patch2:                %{name}-DESTDIR.patch
 URL:           http://www.ntop.org/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -59,13 +59,12 @@ robi to popularna uniksowa komenda top.
 
 %prep
 %setup -q -n %{name}
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 #mv -f acinclude.m4.in acinclude.m4
-#rm -f missing
 #%%{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -88,12 +87,11 @@ robi to popularna uniksowa komenda top.
 
 
 %{__make}
-cd plugins
-%{__make}
+%{__make} -C plugins
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d     $RPM_BUILD_ROOT{%{_var}/lib/%{name},/etc/{rc.d/init.d,sysconfig}}
+install -d $RPM_BUILD_ROOT{%{_var}/lib/%{name},/etc/{rc.d/init.d,sysconfig}}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -149,5 +147,5 @@ fi
 %attr(754,root,root) /etc/rc.d/init.d/ntop
 %attr(640,root,root) /etc/sysconfig/ntop
 %attr(750,root,ntop) %dir /etc/ntop
-%attr(640,root,ntop) %config(noreplace) %verify(not size mtime md5) /etc/ntop/*
-%attr(644,root,ntop) %config(noreplace) %verify(not size mtime md5) /etc/ntop.conf
+%attr(640,root,ntop) %config(noreplace) %verify(not md5 mtime size) /etc/ntop/*
+%attr(644,root,ntop) %config(noreplace) %verify(not md5 mtime size) /etc/ntop.conf
This page took 0.085478 seconds and 4 git commands to generate.