Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb29287ffa | ||
|
|
f00ebb52d1 | ||
|
|
4449d9b84b | ||
|
|
3fb5a0cb63 | ||
| 8093786756 | |||
| d94adfc9b1 | |||
|
|
52438b3b79 | ||
|
|
ebe9d61d84 |
4 changed files with 7 additions and 19 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -1,11 +1 @@
|
||||||
/workflow-0.10.6.tar.gz
|
/workflow-*.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
|
|
||||||
/workflow-0.11.6.tar.gz
|
|
||||||
/workflow-0.11.7.tar.gz
|
|
||||||
/workflow-0.11.8.tar.gz
|
|
||||||
/workflow-0.11.9.tar.gz
|
|
||||||
/workflow-0.11.10.tar.gz
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
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-0.11.10.tar.gz) = 1382a538e4b4760220b8904cc0204e617c62cb78cffe80740097ef57bba2fe9802e382594804912688d4bfdd22eedcf1d9d1644584433b64994e7efb521cca17
|
SHA512 (workflow-1.1.0.tar.gz) = 366713a1e8f0394e9585e834705892eec362d4949aa71a50c2130a819b8cf993ebcae2d8ba474ac66766a114520893107233d64364694aab56d094114ae6730d
|
||||||
|
|
|
||||||
|
|
@ -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: 0.11.10
|
Version: 1.1.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
|
|
||||||
URL: https://github.com/sogou/workflow
|
URL: https://github.com/sogou/workflow
|
||||||
|
|
@ -18,9 +18,6 @@ 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
|
||||||
|
|
@ -56,7 +53,7 @@ BuildArch: noarch
|
||||||
%_description
|
%_description
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -p1
|
||||||
# Rename files to make installation of documentation easier
|
# Rename files to make installation of documentation easier
|
||||||
pushd docs
|
pushd docs
|
||||||
pushd en
|
pushd en
|
||||||
|
|
@ -104,8 +101,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.0.*
|
%{_libdir}/libworkflow.so.1.*
|
||||||
%{_libdir}/libworkflow.so.0
|
%{_libdir}/libworkflow.so.1
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_libdir}/libworkflow.so
|
%{_libdir}/libworkflow.so
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue