- 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 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 %if 0%{?suse_version} < 1130
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRoot: %{_tmppath}/%{name}-%{version}-build
%endif %endif
Name: tcpreplay Name: tcpreplay
Version: 4.1.1 Version: 4.1.1
Release: 1 Release: 0
Source: %{name}-%{version}.tar.xz Source: %{name}-%{version}.tar.xz
URL: http://tcpreplay.appneta.com/ Url: http://tcpreplay.appneta.com/
BuildRequires: xz BuildRequires: libdnet-devel
BuildRequires: libpcap-devel BuildRequires: libpcap-devel
BuildRequires: libdnet-devel BuildRequires: tcpdump
BuildRequires: tcpdump BuildRequires: xz
Requires: tcpdump Requires: tcpdump
Group: Productivity/Networking/Diagnostic Summary: Network analysis and testing tools
License: GPL-3.0 License: GPL-3.0
Summary: Network analysis and testing tools Group: Productivity/Networking/Diagnostic
%description %description
Tcpreplay is a suite of free Open Source utilities for editing and 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 %prep
%setup %setup
%build %build
%configure --enable-dynamic-link %configure --enable-dynamic-link
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR=${RPM_BUILD_ROOT} install make DESTDIR=${RPM_BUILD_ROOT} install
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/* %{_bindir}/*
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog