From b2f522f9139dd78ff4f29c1ac775e97d3900bb7177c70aa9695217d27a0bf0d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= Date: Thu, 28 Jan 2016 13:00:01 +0000 Subject: [PATCH] - run specfile through cleaner service to silence check scripts OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=4 --- tcpreplay.changes | 5 +++++ tcpreplay.spec | 52 ++++++++++++++++++++++++++++++----------------- 2 files changed, 38 insertions(+), 19 deletions(-) diff --git a/tcpreplay.changes b/tcpreplay.changes index 02613cc..fc800bd 100644 --- a/tcpreplay.changes +++ b/tcpreplay.changes @@ -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 diff --git a/tcpreplay.spec b/tcpreplay.spec index 161b250..22bb2ba 100644 --- a/tcpreplay.spec +++ b/tcpreplay.spec @@ -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