]> git.pld-linux.org Git - packages/wireshark.git/blobdiff - wireshark.spec
- rel. 1
[packages/wireshark.git] / wireshark.spec
index a283a7b2185550072ebe36a39a2b7c464b1dff1d..a20568a7ec1c8d8b0db64e78a157b0215022505e 100644 (file)
@@ -1,3 +1,6 @@
+# TODO: unpackaged files:
+#   /usr/bin/rawshark
+#   /usr/share/man/man1/rawshark.1.gz
 #
 # Conditional build:
 %bcond_with    gtk1            # build gtk+1 (not gtk+2) based wireshark binary
@@ -12,7 +15,7 @@ Summary(ru.UTF-8):    Анализатор сетевого траффика
 Summary(uk.UTF-8):     Аналізатор мережевого трафіку
 Name:          wireshark
 Version:       1.0.0
-Release:       0.1
+Release:       1
 License:       GPL
 Group:         Networking
 Source0:       http://www.wireshark.org/download/src/%{name}-%{version}.tar.bz2
@@ -35,6 +38,7 @@ BuildRequires:        gtk+-devel >= 1.2
 BuildRequires: gtk+2-devel >= 1:2.0.0
 %endif
 %{?with_kerberos5:BuildRequires:       krb5-devel}
+BuildRequires: libcap-devel
 BuildRequires: libgcrypt-devel >= 1.1.42
 BuildRequires: libpcap-devel >= 0.4
 BuildRequires: libtool
@@ -229,12 +233,6 @@ find -name Makefile.am | xargs perl -pi -e 's/-Werror//g'
 %{__aclocal} -I aclocal-fallback
 %{__autoconf}
 %{__automake}
-cd wiretap
-%{__aclocal} -I ../aclocal-fallback
-%{__autoconf}
-# don't use --force here
-%{__automake}
-cd ..
 %configure \
        --enable-randpkt \
        --enable-dftest \
@@ -323,7 +321,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files -n libwiretap
 %defattr(644,root,root,755)
-%doc wiretap/{README*,AUTHORS,NEWS,ChangeLog}
+%doc wiretap/{README*,AUTHORS}
 %attr(755,root,root) %{_libdir}/libwiretap.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libwiretap.so.0
 
This page took 0.030081 seconds and 4 git commands to generate.