|
@@ -32,8 +32,8 @@ Packager: The OpenPKG Project
|
|
|
Distribution: OpenPKG [EVAL]
|
|
Distribution: OpenPKG [EVAL]
|
|
|
Group: Network
|
|
Group: Network
|
|
|
License: BSD-style
|
|
License: BSD-style
|
|
|
-Version: 1.3.3
|
|
|
|
|
-Release: 20030504
|
|
|
|
|
|
|
+Version: 1.4.0
|
|
|
|
|
+Release: 20030508
|
|
|
|
|
|
|
|
# list of sources
|
|
# list of sources
|
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/tcpreplay/tcpreplay-%{version}.tar.gz
|
|
Source0: http://osdn.dl.sourceforge.net/sourceforge/tcpreplay/tcpreplay-%{version}.tar.gz
|
|
@@ -65,7 +65,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
%install
|
|
%install
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
- %{l_make} %{l_mflags} install PREFIX=$RPM_BUILD_ROOT%{l_prefix}
|
|
|
|
|
|
|
+ %{l_make} %{l_mflags} install prefix=$RPM_BUILD_ROOT%{l_prefix}
|
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
|
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
|
|
|