rpms/uperf/devel import.log, NONE, 1.1 uperf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

terjeros terjeros at fedoraproject.org
Sat Mar 20 09:01:14 UTC 2010


Author: terjeros

Update of /cvs/pkgs/rpms/uperf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31474/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log uperf.spec 
Log Message:
Importing uperf.




--- NEW FILE import.log ---
uperf-1_0_3-0_3_beta_fc12:HEAD:uperf-1.0.3-0.3.beta.fc12.src.rpm:1269075643


--- NEW FILE uperf.spec ---
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 at ntnu.no> - 1.0.3-0.3.beta
- move workloads files

* Thu Mar 18 2010 Terje Rosten <terje.rosten at ntnu.no> - 1.0.3-0.2.beta
- don't ship pem files

* Mon Feb  1 2010 Terje Rosten <terje.rosten at ntnu.no> - 1.0.3-0.1.beta
- initial build



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uperf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	19 Mar 2010 20:05:40 -0000	1.1
+++ .cvsignore	20 Mar 2010 09:01:13 -0000	1.2
@@ -0,0 +1 @@
+uperf-1.0.3-beta.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uperf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	19 Mar 2010 20:05:40 -0000	1.1
+++ sources	20 Mar 2010 09:01:13 -0000	1.2
@@ -0,0 +1 @@
+428035a33729a877f1ecd4ced8911a6f  uperf-1.0.3-beta.tar.gz



More information about the scm-commits mailing list