diff options
| author | Remi Collet <remi@remirepo.net> | 2025-08-05 13:00:08 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-08-05 13:00:08 +0200 | 
| commit | cf96b7472226cf1cf54b99935ba66a129ee15b57 (patch) | |
| tree | 736ac4d90951658db282f3ce9c330ba9b79f416a /valkey-bloom.spec | |
| parent | 00f941c88b62713a67074add2558024050b79a11 (diff) | |
Diffstat (limited to 'valkey-bloom.spec')
| -rw-r--r-- | valkey-bloom.spec | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/valkey-bloom.spec b/valkey-bloom.spec index 5f76dc1..b8eacff 100644 --- a/valkey-bloom.spec +++ b/valkey-bloom.spec @@ -15,20 +15,18 @@  %global forgeurl         https://github.com/%{gh_vend}/%{gh_proj}  #global commit           afe5de4ce52bb2b80af565a6f297bf330a65d0d8  %global tag              %{version} -# for EL-8 to avoid TAG usage -%global archivename      %{gh_proj}-%{version}  Name:              valkey-bloom  Version:           1.0.0 +%forgemeta  Release:           1%{?dist}  Summary:           Probabilistic data structures  # this module is BSD-3-Clause  # rust lilbraries are Apache-2.0, MIT, BSD-2-CLAUSE  License:           BSD-3-Clause AND BSD-2-CLAUSE AND Apache-2.0 AND MIT  URL:               %{forgeurl} -Source0:           %{name}-%{version}.tgz -Source1:           makesrc.sh -# get full git snapshot with submodules +Source0:           %{forgesource} +# get rust dependencies  Source2:           %{name}-deps-%{version}.tgz  Source3:           makedeps.sh | 
