diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 16:28:45 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-06 16:28:45 -0800 |
commit | d20a542239e6d3fe01e1ad0947c21331fc08c496 (patch) | |
tree | 4dc4c6a9519296a7fc661d66025fa159967827ec | |
parent | 8b5f3d910f8a26d72ab2f17ecd33992a1225d183 (diff) | |
download | tcpdump-d20a542239e6d3fe01e1ad0947c21331fc08c496.tar.gz tcpdump-d20a542239e6d3fe01e1ad0947c21331fc08c496.tar.bz2 tcpdump-d20a542239e6d3fe01e1ad0947c21331fc08c496.zip |
add packaging
-rw-r--r-- | packaging/tcpdump.spec | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/packaging/tcpdump.spec b/packaging/tcpdump.spec index 701bfa9..6cc99f9 100644 --- a/packaging/tcpdump.spec +++ b/packaging/tcpdump.spec @@ -1,21 +1,3 @@ -# -# spec file for package tcpdump -# -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. -# -# All modifications and additions to the file contributed by third parties -# remain the property of their copyright owners, unless otherwise agreed -# upon. The license for this file, and modifications and additions to the -# file, is the same license as for the pristine package itself (unless the -# license for the pristine package is not an Open Source License, in which -# case the license is the MIT License). An "Open Source License" is a -# license that conforms to the Open Source Definition (Version 1.9) -# published by the Open Source Initiative. - -# Please submit bugfixes or comments via http://bugs.opensuse.org/ -# - - Name: tcpdump Version: 4.3.0 Release: 0 @@ -31,7 +13,6 @@ Patch3: tcpdump-4.0.0-uninitialized.patch BuildRequires: libpcap-devel BuildRequires: libsmi-devel BuildRequires: openssl-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This program can "read" all or only certain packets going over the @@ -51,13 +32,10 @@ make %install %make_install -%ifarch s390 s390x - install -D -m 755 $RPM_SOURCE_DIR/tcpdump-qeth %{buildroot}%{_sbindir} -%endif %files %defattr(-,root,root) -%doc CHANGES CREDITS LICENSE README *.awk +%doc LICENSE README *.awk %doc %{_mandir}/man?/* %{_sbindir}/* |