Compare commits
19 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb29287ffa | ||
|
|
f00ebb52d1 | ||
|
|
4449d9b84b | ||
|
|
3fb5a0cb63 | ||
| 8093786756 | |||
| d94adfc9b1 | |||
|
|
52438b3b79 | ||
|
|
ebe9d61d84 | ||
|
|
5a1d0eb25b | ||
|
|
172ecfb153 | ||
|
|
92b5bc77f9 | ||
|
|
5ad4ec6291 | ||
|
|
041c0f1f8c | ||
|
|
a9fc7066df | ||
|
|
914598f02a | ||
|
|
fab13a09ee | ||
|
|
88205727dc | ||
|
|
c0e3071e5a | ||
|
|
f99b1546f7 |
5 changed files with 14 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,4 +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
|
|
||||||
|
|
|
||||||
3
README.packit
Normal file
3
README.packit
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
This repository is maintained by packit.
|
||||||
|
https://packit.dev/
|
||||||
|
The file was generated using packit 1.9.0.post1.dev4+g48b4c222.
|
||||||
|
|
@ -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.3.tar.gz) = cab2e9aca563ed25ba135ec87ba75dd5aee03c21a283e6c71e258a2db1feb3a47bf111ab75d48f54aa4a946f1638ba30aff23ebc68f063d87f3aac3b08319284
|
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.3
|
Version: 1.1.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
|
|
||||||
URL: https://github.com/sogou/workflow
|
URL: https://github.com/sogou/workflow
|
||||||
|
|
@ -18,11 +18,15 @@ BuildRequires: gcc-c++
|
||||||
BuildRequires: ninja-build
|
BuildRequires: ninja-build
|
||||||
BuildRequires: gtest-devel
|
BuildRequires: gtest-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
|
%ifnarch %{ix86}
|
||||||
# Needed for redis check
|
# Needed for redis check
|
||||||
BuildRequires: redis
|
BuildRequires: redis
|
||||||
|
%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
|
||||||
|
|
@ -49,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
|
||||||
|
|
@ -97,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