]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- updated and fixed _without_snmp bcond, removed useless plugins *.la
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 13 Aug 2003 09:49:45 +0000 (09:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.spec -> 1.90

wireshark.spec

index c0b966cf9454bb2a50cc7967456ab6b097327b3f..8d12a3dc21937ec852f19d0e03909fdfe1f35fc0 100644 (file)
@@ -168,7 +168,7 @@ cd ..
        --enable-randpkt \
        %{!?_with_gtk1:--enable-gtk2} \
        --with-plugindir=%{_libdir}/%{name} \
-       %{!?_without_snmp:--without-snmp}
+       %{?_without_snmp:--without-net-snmp --without-ucdsnmp}
 
 %{__make}
 
@@ -184,6 +184,9 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/%{name}_su
 install image/ethereal48x48-trans.png \
        $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
 
+# plugins *.la are useless - *.so are loaded through gmodule
+rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/plugins/%{version}/*.la
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -194,7 +197,6 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libdir}/%{name}/plugins
 %dir %{_libdir}/%{name}/plugins/%{version}
 %attr(755,root,root) %{_libdir}/%{name}/plugins/%{version}/*.so
-%{_libdir}/%{name}/plugins/%{version}/*.la
 %{_datadir}/%{name}
 %{_applnkdir}/Network/Misc/*
 %{_pixmapsdir}/*
This page took 0.032054 seconds and 4 git commands to generate.