]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- rel 4
authormisi3k <misi3k@pld-linux.org>
Sun, 6 Apr 2003 20:33:18 +0000 (20:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added patch0 (decode/dissect distcc connections)
- added bcond net-snmp

Changed files:
    wireshark.spec -> 1.69

wireshark.spec

index fa34e3d1e110aa252191bcddc7b4d9ac1aa664c6..63b8426f1344cbd1517d269b4265a23ac9def774 100644 (file)
@@ -15,12 +15,13 @@ Summary(pl):        Analizator ruchu i protoko
 Summary(pt_BR): Analisador de tráfego de rede
 Name:          ethereal
 Version:       0.9.11
-Release:       3
+Release:       4
 License:       GPL
 Group:         Networking
 Source0:       http://www.ethereal.com/distribution/%{name}-%{version}.tar.bz2
 Source1:       %{name}.desktop
 Source2:       %{name}.su-start-script
+Patch0:                %{name}-distcc.patch
 URL:           http://www.ethereal.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -32,7 +33,7 @@ BuildRequires:        gtk+2-devel
 %endif
 BuildRequires: libpcap-devel >= 0.4
 BuildRequires: libtool
-BuildRequires: net-snmp-devel
+%{!?_without_snmp:BuildRequires:       net-snmp-devel}
 BuildRequires: openssl-devel >= 0.9.7
 BuildRequires: perl-devel
 BuildRequires: zlib-devel
@@ -96,6 +97,8 @@ O Ethereal 
 %prep
 %setup -q
 
+%patch0 -p1
+
 %build
 rm -f missing
 %{__libtoolize}
@@ -119,7 +122,9 @@ cd ..
                --disable-tethereal \
                --disable-text2pcap \
 %{!?_with_gtk1:        --enable-gtk2} \
-               --with-plugindir=%{_libdir}/%{name}
+               --with-plugindir=%{_libdir}/%{name} \
+%{!?_without_snmp: --without-snmp}
+
 %{__make}
 
 %install
This page took 0.041763 seconds and 4 git commands to generate.