]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- Add require lib
authorpbern <pbern@pld-linux.org>
Thu, 3 Oct 2002 21:22:59 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.27

ntop.spec

index 85c879f16001ed9afac3b1d51d9a11169d456315..ae0b1c3217fcda1d7d2ef4d9c953f2e4c8c19a62 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -3,7 +3,7 @@ Summary:        Network monitoring tool
 Summary(pl):   Narzêdzie do monitorowania sieci
 Name:          ntop
 Version:       2.1
-Release:       0.4.%(echo %{snap} | sed -e "s/-//g")
+Release:       0.5.%(echo %{snap} | sed -e "s/-//g")
 License:       GPL
 Group:         Networking
 Source0:       http://snapshot.ntop.org/tgz/%{name}-%{snap}.tgz
@@ -105,8 +105,8 @@ mv $RPM_BUILD_ROOT%{_bindir}/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}
 %doc ntop/AUTHORS ntop/NEWS ntop/README ntop/THANKS
 %dir %{_var}/lib/%{name}
 %attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so
-%attr(755,root,root) %{_libdir}/lib*.la
+%attr(755,root,root) %{_libdir}/*
+#%attr(755,root,root) %{_libdir}/lib*.la
 #%dir %{_libdir}/%{name}
 #%dir %{_libdir}/%{name}/plugins
 #%attr(755,root,root) %{_libdir}/%{name}/plugins/
This page took 0.142962 seconds and 4 git commands to generate.