Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
3 changed files with 11 additions and 2 deletions
|
|
@ -1,17 +1,25 @@
|
|||
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.12.0.tar.gz) = a468477544f40a13595eb0afa74857b669b0cf0bf3258678541368863cc3a27fa6f43cc2ef1f4c6103c81b798cea2f67cc14268789de3965e1315a44972c713f
|
||||
SHA512 (yyjson-0.10.0.tar.gz) = d0274bfdae6291cc54d7c306f7f9064333d3e0fd8d235428148fa5695e151e0fdd0982247a5e82fe60b27e9182ba27d5704aca4546a8dc9545117bd3a017bfb5
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
%global forgeurl https://github.com/ibireme/yyjson
|
||||
Version: 0.12.0
|
||||
Version: 0.10.0
|
||||
%global tag %{version}
|
||||
%forgemeta
|
||||
|
||||
|
|
@ -47,6 +47,7 @@ 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