Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 3498126d24 | |||
| 9a4b454ee3 | |||
| c50fc815c8 | |||
| 5d3075fbe7 | |||
| a32b42da2d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:abf315788635973d79c374ee1e29c553ba09e1adf415b7de37f5007806915bb8
|
||||
size 12084
|
||||
3
SpeedTest++-1.11+git20240407.b743996.obscpio
Normal file
3
SpeedTest++-1.11+git20240407.b743996.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65fbdd9c4b77a0eb5c11f092aa9c0ab0043b0c3c96ba25571809d84e0a8d59a0
|
||||
size 81419
|
||||
@@ -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>
|
||||
|
||||
|
||||
4
SpeedTest++.obsinfo
Normal file
4
SpeedTest++.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: SpeedTest++
|
||||
version: 1.11+git20240407.b743996
|
||||
mtime: 1712510237
|
||||
commit: b743996d617e63c065b8552165954dfd2b1f2918
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: SpeedTest++
|
||||
Version: 1.11+git20210829.0f63cfb
|
||||
Version: 1.11+git20240407.b743996
|
||||
Release: 0
|
||||
Summary: Yet another unofficial speedtest.net client cli interface
|
||||
License: MIT
|
||||
URL: https://github.com/taganaka/SpeedTest
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: cmake
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(libcrypto)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
@@ -43,12 +43,15 @@ sed -e '/add_executable/s/SpeedTest/%{name}/' \
|
||||
-i CMakeLists.txt
|
||||
|
||||
%build
|
||||
%cmake
|
||||
%cmake -DCMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%ctest
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
|
||||
11
_service
11
_service
@@ -1,5 +1,5 @@
|
||||
<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="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
@@ -8,9 +8,12 @@
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
|
||||
</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="compression">xz</param>
|
||||
</service>
|
||||
<service mode="disabled" name="set_version" />
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="file">SpeedTest++.spec</param>
|
||||
</service>
|
||||
</services>
|
||||
|
||||
Reference in New Issue
Block a user