From: Alexandru Cornea Date: Sat, 29 Jun 2013 02:12:53 +0000 (+0300) Subject: resetting manifest requested domain to floor X-Git-Tag: accepted/tizen/20130710.214601^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F4977%2F1;p=platform%2Fupstream%2Ftcpdump.git resetting manifest requested domain to floor --- diff --git a/packaging/tcpdump.manifest b/packaging/tcpdump.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/tcpdump.manifest @@ -0,0 +1,5 @@ + + + + + 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?/*