- run specfile through cleaner service to silence check scripts

OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=4
This commit is contained in:
Michal Kubeček 2016-01-28 13:00:01 +00:00 committed by Git OBS Bridge
parent 11cc09f2e3
commit b2f522f913
2 changed files with 38 additions and 19 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 28 12:58:28 UTC 2016 - mkubecek@suse.cz
- run specfile through cleaner service to silence check scripts
-------------------------------------------------------------------
Tue Jan 12 08:15:04 UTC 2016 - mkubecek@suse.cz

View File

@ -1,21 +1,38 @@
#
# spec file for package tcpreplay
#
# Copyright (c) 2016 SUSE LINUX 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/
#
%if 0%{?suse_version} < 1130
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif
Name: tcpreplay
Version: 4.1.1
Release: 1
Source: %{name}-%{version}.tar.xz
URL: http://tcpreplay.appneta.com/
BuildRequires: xz
BuildRequires: libpcap-devel
BuildRequires: libdnet-devel
BuildRequires: tcpdump
Requires: tcpdump
Group: Productivity/Networking/Diagnostic
License: GPL-3.0
Summary: Network analysis and testing tools
Name: tcpreplay
Version: 4.1.1
Release: 0
Source: %{name}-%{version}.tar.xz
Url: http://tcpreplay.appneta.com/
BuildRequires: libdnet-devel
BuildRequires: libpcap-devel
BuildRequires: tcpdump
BuildRequires: xz
Requires: tcpdump
Summary: Network analysis and testing tools
License: GPL-3.0
Group: Productivity/Networking/Diagnostic
%description
Tcpreplay is a suite of free Open Source utilities for editing and
@ -31,19 +48,16 @@ support switches, routers, and IP Flow/NetFlow appliances.
%prep
%setup
%build
%configure --enable-dynamic-link
make %{?_smp_mflags}
%install
make DESTDIR=${RPM_BUILD_ROOT} install
%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man1/*
%changelog