public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: terjeros <terjeros@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/uperf] epel10: Importing uperf.
Date: Thu, 10 Sep 2026 15:17:49 GMT [thread overview]
Message-ID: <178905346994.1.11470053347045359453.rpms-uperf-9d83f32b4933@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/uperf
Branch : epel10
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
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
+
reply other threads:[~2026-09-10 15:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178905346994.1.11470053347045359453.rpms-uperf-9d83f32b4933@fedoraproject.org \
--to=terjeros@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox