]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- fixed typo in typo fix, changed localstatedir to FHS-compliant
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Oct 2002 10:35:11 +0000 (10:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop.spec -> 1.23

ntop.spec

index c5ee70d6fbe5e61ac99f7a813a4502f7dc65f33a..bbd716d6ad14dff0fbb5cbece218d0d357c53d9f 100644 (file)
--- a/ntop.spec
+++ b/ntop.spec
@@ -68,7 +68,7 @@ aclocal
 cd ../%{name}*
 mv -f acinclude.m4.in acinclude.m4
 rm -f missing
-#libtoolize --copy --force
+#%{__libtoolize}
 aclocal
 %{__autoconf}
 %{__automake}
@@ -77,7 +77,7 @@ aclocal
        --with-ossl-root=%{_prefix} \
        --enable-tcpwrap \
        --with-gnu-ld \
-       --localstatedir=%{_var}/%{nane}
+       --localstatedir=%{_var}/lib/%{name}
        
 
 %{__make}
@@ -87,7 +87,7 @@ cd plugins
 %install
 rm -rf $RPM_BUILD_ROOT
 cd %{name}*
-install -d     $RPM_BUILD_ROOT%{_var}/%{name}
+install -d     $RPM_BUILD_ROOT%{_var}/lib/%{name}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -103,7 +103,7 @@ mv $RPM_BUILD_ROOT%{_bindir}/*.pem $RPM_BUILD_ROOT%{_datadir}/%{name}
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS NEWS README THANKS
-%dir %{_var}/%{name}
+%dir %{_var}/lib/%{name}
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.071654 seconds and 4 git commands to generate.