public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/uperf] epel10.2: Importing uperf.
@ 2026-09-10 15:19 terjeros
0 siblings, 0 replies; only message in thread
From: terjeros @ 2026-09-10 15:19 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/uperf
Branch : epel10.2
Commit : 9d83f32b493306d4a010d45b2e17dcfb812776a3
Author : terjeros <terjeros@fedoraproject.org>
Date : 2010-03-20T09:01:14+00:00
Stats : +60/-0 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/uperf/c/9d83f32b493306d4a010d45b2e17dcfb812776a3?branch=epel10.2
Log:
Importing uperf.
---
diff --git a/.cvsignore b/.cvsignore
index e69de29..b83c41c 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+uperf-1.0.3-beta.tar.gz
diff --git a/import.log b/import.log
new file mode 100644
index 0000000..99a7618
--- /dev/null
+++ b/import.log
@@ -0,0 +1 @@
+uperf-1_0_3-0_3_beta_fc12:HEAD:uperf-1.0.3-0.3.beta.fc12.src.rpm:1269075643
diff --git a/sources b/sources
index e69de29..ea2f620 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+428035a33729a877f1ecd4ced8911a6f uperf-1.0.3-beta.tar.gz
diff --git a/uperf.spec b/uperf.spec
new file mode 100644
index 0000000..596b0a4
--- /dev/null
+++ b/uperf.spec
@@ -0,0 +1,57 @@
+Summary: Network performance tool with modelling and replay support
+Name: uperf
+Version: 1.0.3
+Release: 0.3.beta%{?dist}
+License: GPLv3
+Group: Applications/Internet
+URL: http://www.uperf.org/
+Source0: http://downloads.sourceforge.net/uperf/uperf-%{version}-beta.tar.gz
+BuildRequires: lksctp-tools-devel openssl-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+%description
+Network performance tool that supports modelling and replay of various
+networking patterns.
+
+%prep
+%setup -q -n %{name}-%{version}-beta
+find src -type f -print0 | xargs --null chmod 0644
+find workloads -type f -print0 | xargs --null chmod 0644
+chmod 0644 AUTHORS ChangeLog COPYING README
+
+%build
+%configure \
+ --enable-cpc \
+ --enable-netstat \
+ --enable-udp \
+ --enable-sctp \
+ --enable-ssl
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__make} install DESTDIR=%{buildroot}
+
+# Move stuff to own subdir
+%{__install} -d -m 0755 %{buildroot}%{_datadir}/%{name}
+%{__install} -p -m 0644 %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/%{name}
+%{__rm} -rf %{buildroot}%{_datadir}/*.xml %{buildroot}%{_datadir}/doc
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, -)
+%doc AUTHORS ChangeLog COPYING README
+%{_bindir}/%{name}
+%{_datadir}/%{name}
+
+%changelog
+* Thu Mar 18 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.0.3-0.3.beta
+- move workloads files
+
+* Thu Mar 18 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.0.3-0.2.beta
+- don't ship pem files
+
+* Mon Feb 1 2010 Terje Rosten <terje.rosten@ntnu.no> - 1.0.3-0.1.beta
+- initial build
+
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-10 15:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-10 15:19 [rpms/uperf] epel10.2: Importing uperf terjeros
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox