Accepting request 125821 from network:utilities

- disable _service file for factory update
- update license to be spdx.org conform (forwarded request 125813 from coolo)

OBS-URL: https://build.opensuse.org/request/show/125821
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/iperf?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2012-06-26 13:54:34 +00:00 committed by Git OBS Bridge
commit 6cac53d6c3
4 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<services> <services>
<service name="download_url"> <service name="download_url" mode="localonly">
<param name="protocol">https</param> <param name="protocol">https</param>
<param name="host">downloads.sourceforge.net</param> <param name="host">downloads.sourceforge.net</param>
<param name="path">/project/iperf/iperf-2.0.5.tar.gz</param> <param name="path">/project/iperf/iperf-2.0.5.tar.gz</param>
</service> </service>
<service name="verify_file"> <service name="verify_file" mode="localonly">
<param name="file">_service:download_url:iperf-2.0.5.tar.gz</param> <param name="file">iperf-2.0.5.tar.gz</param>
<param name="verifier">sha256</param> <param name="verifier">sha256</param>
<param name="checksum">636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b</param> <param name="checksum">636b4eff0431cea80667ea85a67ce4c68698760a9837e1e9d13096d20362265b</param>
</service> </service>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jun 22 13:59:52 UTC 2012 - coolo@suse.com
- disable _service file for factory update
- update license to be spdx.org conform
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Aug 27 18:18:45 UTC 2010 - reddwarf@opensuse.org Fri Aug 27 18:18:45 UTC 2010 - reddwarf@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package iperf (Version 2.0.5) # spec file for package iperf
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,13 @@
# #
Name: iperf Name: iperf
Version: 2.0.5 Version: 2.0.5
Release: 1 Release: 0
License: UI License
Summary: A Tool To Measure Network Performance Summary: A Tool To Measure Network Performance
Url: http://sourceforge.net/projects/iperf/ License: NCSA
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
Url: http://sourceforge.net/projects/iperf/
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build