summaryrefslogtreecommitdiff
path: root/packaging/tcpdump.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/tcpdump.spec')
-rw-r--r--packaging/tcpdump.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/tcpdump.spec b/packaging/tcpdump.spec
index a6fae96..8093dc6 100644
--- a/packaging/tcpdump.spec
+++ b/packaging/tcpdump.spec
@@ -6,6 +6,7 @@ Summary: A Packet Sniffer
Url: http://www.tcpdump.org/
Group: Productivity/Networking/Diagnostic
Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
+Source1001: tcpdump.manifest
BuildRequires: libpcap-devel
#BuildRequires: libsmi-devel
BuildRequires: openssl-devel
@@ -16,6 +17,7 @@ ethernet. It can be used to debug specific network problems.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
export CFLAGS="%{optflags} -Wall -DGUESS_TSO -fstack-protector -fno-strict-aliasing"
@@ -27,6 +29,7 @@ make
%make_install
%files
+%manifest %{name}.manifest
%defattr(-,root,root)
%doc LICENSE README *.awk
%doc %{_mandir}/man?/*