SHA256
1
0
forked from pool/SpeedTest__

5 Commits

6 changed files with 34 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abf315788635973d79c374ee1e29c553ba09e1adf415b7de37f5007806915bb8
size 12084

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65fbdd9c4b77a0eb5c11f092aa9c0ab0043b0c3c96ba25571809d84e0a8d59a0
size 81419

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed May 21 07:51:59 UTC 2025 - Martin Pluskal <mpluskal@suse.com>
- Switch to obs_scm service
- Update to version 1.11+git20240407.b743996
-------------------------------------------------------------------
Sat Mar 22 14:49:08 UTC 2025 - Shawn Dunn <sfalken@opensuse.org>
- Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS with cmake4
- Add %check section
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 30 08:57:32 UTC 2022 - Luigi Baldoni <aloisio@gmx.com> Thu Jun 30 08:57:32 UTC 2022 - Luigi Baldoni <aloisio@gmx.com>

4
SpeedTest++.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: SpeedTest++
version: 1.11+git20240407.b743996
mtime: 1712510237
commit: b743996d617e63c065b8552165954dfd2b1f2918

View File

@@ -1,7 +1,7 @@
# #
# spec file for package SpeedTest++ # spec file for package SpeedTest++
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# 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
@@ -17,13 +17,13 @@
Name: SpeedTest++ Name: SpeedTest++
Version: 1.11+git20210829.0f63cfb Version: 1.11+git20240407.b743996
Release: 0 Release: 0
Summary: Yet another unofficial speedtest.net client cli interface Summary: Yet another unofficial speedtest.net client cli interface
License: MIT License: MIT
URL: https://github.com/taganaka/SpeedTest URL: https://github.com/taganaka/SpeedTest
Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: cmake >= 3.5
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: pkgconfig(libcrypto) BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libcurl)
@@ -43,12 +43,15 @@ sed -e '/add_executable/s/SpeedTest/%{name}/' \
-i CMakeLists.txt -i CMakeLists.txt
%build %build
%cmake %cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
%cmake_build %cmake_build
%install %install
%cmake_install %cmake_install
%check
%ctest
%files %files
%doc README.md %doc README.md
%{_bindir}/%{name} %{_bindir}/%{name}

View File

@@ -1,5 +1,5 @@
<services> <services>
<service mode="disabled" name="tar_scm"> <service mode="manual" name="obs_scm">
<param name="url">https://github.com/taganaka/SpeedTest.git</param> <param name="url">https://github.com/taganaka/SpeedTest.git</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
@@ -8,9 +8,12 @@
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param> <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
</service> </service>
<service mode="disabled" name="recompress"> <service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">gz</param>
<param name="file">*.tar</param> <param name="file">*.tar</param>
<param name="compression">xz</param>
</service> </service>
<service mode="disabled" name="set_version" /> <service name="set_version" mode="manual">
<param name="file">SpeedTest++.spec</param>
</service>
</services> </services>