Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
5 changed files with 15 additions and 10 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1 +1,6 @@
|
||||||
/workflow-*.tar.gz
|
/workflow-0.10.6.tar.gz
|
||||||
|
/workflow-0.10.7.tar.gz
|
||||||
|
/workflow-0.11.1.tar.gz
|
||||||
|
/workflow-0.11.3.tar.gz
|
||||||
|
/workflow-0.11.4.tar.gz
|
||||||
|
/workflow-0.11.5.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
This repository is maintained by packit.
|
This repository is maintained by packit.
|
||||||
https://packit.dev/
|
https://packit.dev/
|
||||||
The file was generated using packit 1.9.0.post1.dev4+g48b4c222.
|
The file was generated using packit 0.96.0.post1.dev4+gc5b1ea8e.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
upstream_project_url: https://github.com/sogou/workflow
|
upstream_project_url: https://github.com/sogou/workflow
|
||||||
upstream_tag_template: v{version}
|
upstream_tag_template: v{version}
|
||||||
create_sync_note: false
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: pull_from_upstream
|
- job: pull_from_upstream
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d
|
SHA512 (workflow-0.11.5.tar.gz) = bad34de72f572ca0a0c5d8ab04350879b01c4a7b171709224db3b8905923b4bf9a8977753e4ccc0f27a68cce27a65b4d31a783038c9192198751a3a407bf284a
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ Name: workflow
|
||||||
# src/kernel/rbtree.h available under GPL-2.0-or-later
|
# src/kernel/rbtree.h available under GPL-2.0-or-later
|
||||||
License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later
|
License: Apache-2.0 AND BSD-2-Clause AND Zlib AND GPL-2.0-or-later
|
||||||
|
|
||||||
Version: 1.1.0
|
Version: 0.11.5
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
|
|
||||||
URL: https://github.com/sogou/workflow
|
URL: https://github.com/sogou/workflow
|
||||||
|
|
@ -18,15 +18,16 @@ BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: gtest-devel
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
%if 0%{?fedora} >= 41
|
||||||
|
BuildRequires: openssl-devel-engine
|
||||||
|
%endif
|
||||||
%ifnarch %{ix86}
|
%ifnarch %{ix86}
|
||||||
# Needed for redis check
|
# Needed for redis check
|
||||||
BuildRequires: redis
|
BuildRequires: redis
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
# Needed for memory check
|
# Needed for memory check
|
||||||
%ifarch %{valgrind_arches}
|
|
||||||
BuildRequires: valgrind
|
BuildRequires: valgrind
|
||||||
%endif
|
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end
|
As Sogou`s C++ server engine, Sogou C++ Workflow supports almost all back-end
|
||||||
|
|
@ -53,7 +54,7 @@ BuildArch: noarch
|
||||||
%_description
|
%_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
# Rename files to make installation of documentation easier
|
# Rename files to make installation of documentation easier
|
||||||
pushd docs
|
pushd docs
|
||||||
pushd en
|
pushd en
|
||||||
|
|
@ -101,8 +102,8 @@ make check
|
||||||
%license LICENSE LICENSE_GPLV2
|
%license LICENSE LICENSE_GPLV2
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%doc README_cn.md
|
%doc README_cn.md
|
||||||
%{_libdir}/libworkflow.so.1.*
|
%{_libdir}/libworkflow.so.0.*
|
||||||
%{_libdir}/libworkflow.so.1
|
%{_libdir}/libworkflow.so.0
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libworkflow.so
|
%{_libdir}/libworkflow.so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue