]> git.pld-linux.org Git - packages/wireshark.git/commitdiff
- obsoletes; adapterized
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 9 Jun 2006 21:07:24 +0000 (21:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wireshark.spec -> 1.155

wireshark.spec

index 06e9ec88b65099f883ba5f077e457fccbf79a587..4c15959b64d699821bc6fac2e8602e51ef758aab 100644 (file)
@@ -4,6 +4,7 @@
 %bcond_without krb5            # build without kerberos5 support (via heimdal)
 %bcond_without snmp            # build without snmp support
 #
+%define        _pre    pre1
 Summary:       Network traffic and protocol analyzer
 Summary(es):   Analizador de tráfico de red
 Summary(pl):   Analizator ruchu i protoko³ów sieciowych
@@ -12,7 +13,6 @@ Summary(ru):  
 Summary(uk):   áÎÁ̦ÚÁÔÏÒ ÍÅÒÅÖÅ×ÏÇÏ ÔÒÁƦËÕ
 Name:          wireshark
 Version:       0.99.1
-%define        _pre    pre1
 Release:       0.%{_pre}.1
 License:       GPL
 Group:         Networking
@@ -41,7 +41,9 @@ BuildRequires:        pkgconfig
 BuildRequires: zlib-devel
 Requires:      %{name}-common = %{version}-%{release}
 Requires:      libpcap >= 0.4
+Obsoletes:     ethereal-gnome
 Obsoletes:     wireshark-gnome
+Obsoletes      ethereal
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -81,6 +83,7 @@ Summary:      Network traffic and protocol analyzer - common files
 Summary(pl):   Analizator ruchu i protoko³ów sieciowych - wspólne pliki
 Group:         Networking
 Requires:      libwiretap = %{version}-%{release}
+Obsoletes:     ethereal-common
 
 %description common
 Wireshark is the name for powerful graphical network sniffer, traffic
@@ -119,6 +122,7 @@ Summary:    Tools for manipulating capture files
 Summary(pl):   Narzêdzia do obróbki plików z przechwyconymi pakietami sieciowymi
 Group:         Networking
 Requires:      %{name}-common = %{version}-%{release}
+Obsoletes:     ethereal-tools
 
 %description tools
 Set of tools for manipulating capture files. Contains:
@@ -146,6 +150,7 @@ Summary(pt_BR):     Analisador modo texto de tr
 Group:         Networking
 Requires:      %{name}-common = %{version}-%{release}
 Requires:      libpcap >= 0.4
+Obsoletes:     tethereal
 
 %description -n twireshark
 Twireshark is a network protocol analyzer. It lets you capture packet
@@ -210,7 +215,7 @@ cd wiretap
 %{__aclocal} -I ../aclocal-fallback
 %{__autoconf}
 # don't use --force here
-automake -a -c --foreign
+%{__automake}
 cd ..
 %configure \
        --enable-randpkt \
This page took 0.19248 seconds and 4 git commands to generate.