Compare commits
7 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b31c6e3c19 | ||
|
|
fa48c616fc | ||
|
|
c50304d973 | ||
|
|
1d01abaf5b | ||
|
|
fb5eb72376 | ||
|
|
cec5261299 | ||
|
|
a5d6704359 |
3 changed files with 2 additions and 11 deletions
|
|
@ -1,25 +1,17 @@
|
|||
upstream_package_name: yyjson
|
||||
upstream_project_url: https://github.com/ibireme/yyjson
|
||||
|
||||
downstream_package_name: yyjson
|
||||
|
||||
specfile_path: yyjson.spec
|
||||
|
||||
jobs:
|
||||
- job: pull_from_upstream
|
||||
trigger: release
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
- epel-9
|
||||
|
||||
- job: koji_build
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
- epel-9
|
||||
|
||||
- job: bodhi_update
|
||||
trigger: commit
|
||||
dist_git_branches:
|
||||
- rawhide
|
||||
- epel-9
|
||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (yyjson-0.10.0.tar.gz) = d0274bfdae6291cc54d7c306f7f9064333d3e0fd8d235428148fa5695e151e0fdd0982247a5e82fe60b27e9182ba27d5704aca4546a8dc9545117bd3a017bfb5
|
||||
SHA512 (yyjson-0.12.0.tar.gz) = a468477544f40a13595eb0afa74857b669b0cf0bf3258678541368863cc3a27fa6f43cc2ef1f4c6103c81b798cea2f67cc14268789de3965e1315a44972c713f
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%global forgeurl https://github.com/ibireme/yyjson
|
||||
Version: 0.10.0
|
||||
Version: 0.12.0
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
|
||||
|
|
@ -47,7 +47,6 @@ sed -i '/-Werror/d' CMakeLists.txt
|
|||
%build
|
||||
%cmake \
|
||||
-GNinja \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DYYJSON_BUILD_TESTS=ON \
|
||||
|
||||
%cmake_build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue