]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- updated to 0.10.0
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 13 Dec 2003 20:07:39 +0000 (20:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added dftest program
- some cosmetics (sorted %%files in -tools package)
- original tarball is, to put it mildly, fucked up, because authors forgot
  to include help/ directory, thus Source3 was added. Now it builds.

Changed files:
    wireshark.spec -> 1.100

wireshark.spec

index de26436eade334b0f9fed6ae86537c242c341615..974beab7ecc3a54217ec2aa4f0fbe2854e1ee47a 100644 (file)
@@ -10,14 +10,16 @@ Summary(pt_BR):     Analisador de tr
 Summary(ru):   áÎÁÌÉÚÁÔÏÒ ÓÅÔÅ×ÏÇÏ ÔÒÁÆÆÉËÁ
 Summary(uk):   áÎÁ̦ÚÁÔÏÒ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          ethereal
-Version:       0.9.16
-Release:       2
+Version:       0.10.0
+Release:       1
 License:       GPL
 Group:         Networking
 Source0:       http://www.ethereal.com/distribution/%{name}-%{version}.tar.bz2
-# Source0-md5: ab33d191f3cca324e5c819e9e4c034e1
+# Source0-md5: dea23de328137aef684a7fdaaa7de093
 Source1:       %{name}.desktop
 Source2:       %{name}.su-start-script
+Source3:       %{name}-help.tar.gz
+# Source3-md5: a582acf9e473e457ee85a223587545e0
 URL:           http://www.ethereal.com/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -156,7 +158,7 @@ Esta 
 Ethereal.
 
 %prep
-%setup -q
+%setup -q -a3
 
 %build
 rm -f missing
@@ -178,6 +180,7 @@ automake -a -c --foreign
 cd ..
 %configure \
        --enable-randpkt \
+       --enable-dftest \
        %{!?_with_gtk1:--enable-gtk2} \
        --with-plugindir=%{_libdir}/%{name} \
        %{?_without_snmp:--without-net-snmp --without-ucdsnmp}
@@ -221,16 +224,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files tools
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dftest
 %attr(755,root,root) %{_bindir}/editcap
-%attr(755,root,root) %{_bindir}/mergecap
-%attr(755,root,root) %{_bindir}/randpkt
-%attr(755,root,root) %{_bindir}/text2pcap
 %attr(755,root,root) %{_bindir}/ethereal_su
 %attr(755,root,root) %{_bindir}/idl2eth
+%attr(755,root,root) %{_bindir}/mergecap
+%attr(755,root,root) %{_bindir}/text2pcap
+%attr(755,root,root) %{_bindir}/randpkt
 %{_mandir}/man1/editcap*
+%{_mandir}/man1/idl2eth*
 %{_mandir}/man1/mergecap*
 %{_mandir}/man1/text2pcap*
-%{_mandir}/man1/idl2eth*
 
 %files -n tethereal
 %defattr(644,root,root,755)
This page took 0.046011 seconds and 4 git commands to generate.