diff options
author | CoprDistGit <infra@openeuler.org> | 2023-05-17 02:08:06 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-05-17 02:08:06 +0000 |
commit | 650ed4edf7e3175a74ea1804cdffee043b72f893 (patch) | |
tree | c6ba9469d6abc4736625a6cc0cab9b120f415afa | |
parent | 3d43a4f602498fd10ace6d632294e423a8b1280d (diff) |
automatic import of copr-frontend
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | copr-frontend.spec | 82 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 43 insertions, 42 deletions
@@ -1,2 +1,3 @@ /copr-frontend-1.196.tar.gz /copr-frontend-git-35.a1a3c67.tar.gz +/copr-frontend-git-35.2003ae3.tar.gz diff --git a/copr-frontend.spec b/copr-frontend.spec index debcab6..071448b 100644 --- a/copr-frontend.spec +++ b/copr-frontend.spec @@ -49,7 +49,7 @@ Name: copr-frontend Version: 1.199 -Release: 1.git.35.a1a3c67%{?dist} +Release: 1.git.35.2003ae3%{?dist} Summary: Frontend for Copr License: GPL-2.0-or-later @@ -58,7 +58,7 @@ URL: https://github.com/fedora-copr/copr # Source is created by: # git clone %%url && cd copr # tito build --tgz --tag %%name-%%version-%%release -Source0: copr-frontend-git-35.a1a3c67.tar.gz +Source0: copr-frontend-git-35.2003ae3.tar.gz BuildArch: noarch @@ -76,11 +76,11 @@ BuildRequires: python3-devel BuildRequires: python3-alembic BuildRequires: python3-anytree BuildRequires: python3-click -%if 0%{?openEuler} -BuildRequires: python3-commonmark -%else -BuildRequires: python3-CommonMark -%endif +%if 0%{?openEuler} +BuildRequires: python3-commonmark +%else +BuildRequires: python3-CommonMark +%endif BuildRequires: python3-blinker BuildRequires: python3-beautifulsoup4 BuildRequires: python3-copr-common >= %copr_common_version @@ -91,26 +91,26 @@ BuildRequires: python3-flask BuildRequires: python3-templated-dictionary %if 0%{?fedora} >= 31 BuildRequires: python3-flask-caching -%elif 0%{?openEuler} -BuildRequires: python3-Flask-Cache +%elif 0%{?openEuler} +BuildRequires: python3-Flask-Caching %else BuildRequires: python3-flask-cache %endif -%if 0%{?openEuler} -BuildRequires: python3-Flask-OpenID -BuildRequires: python3-Flask-SQLAlchemy -BuildRequires: python3-SQLAlchemy-Utils -BuildRequires: python3-pyLibravatar -BuildRequires: python3-WTForms >= 2.2.1 -BuildRequires: python3-Flask-WTF -%else -BuildRequires: python3-flask-openid -BuildRequires: python3-flask-sqlalchemy -BuildRequires: python3-sqlalchemy-utils -BuildRequires: python3-pylibravatar -BuildRequires: python3-wtforms >= 2.2.1 -BuildRequires: python3-flask-wtf -%endif +%if 0%{?openEuler} +BuildRequires: python3-Flask-OpenID +BuildRequires: python3-Flask-SQLAlchemy +BuildRequires: python3-SQLAlchemy-Utils +BuildRequires: python3-pyLibravatar +BuildRequires: python3-WTForms >= 2.2.1 +BuildRequires: python3-Flask-WTF +%else +BuildRequires: python3-flask-openid +BuildRequires: python3-flask-sqlalchemy +BuildRequires: python3-sqlalchemy-utils +BuildRequires: python3-pylibravatar +BuildRequires: python3-wtforms >= 2.2.1 +BuildRequires: python3-flask-wtf +%endif BuildRequires: python3-flask-whooshee BuildRequires: python3-gobject BuildRequires: python3-html2text @@ -158,27 +158,27 @@ Requires: python3-email-validator Requires: python3-flask %if 0%{?fedora} >= 31 Requires: python3-flask-caching -%elif 0%{?openEuler} +%elif 0%{?openEuler} BuildRequires: python3-Flask-Cache %else Requires: python3-flask-cache %endif -%if 0%{?openEuler} -Requires: python3-commonmark -Requires: python3-Flask-OpenID -Requires: python3-Flask-SQLAlchemy -Requires: python3-SQLAlchemy-Utils -Requires: python3-pyLibravatar -Requires: python3-WTForms >= 2.2.1 -Requires: python3-Flask-WTF -%else +%if 0%{?openEuler} +Requires: python3-commonmark +Requires: python3-Flask-OpenID +Requires: python3-Flask-SQLAlchemy +Requires: python3-SQLAlchemy-Utils +Requires: python3-pyLibravatar +Requires: python3-WTForms >= 2.2.1 +Requires: python3-Flask-WTF +%else Requires: python3-CommonMark -Requires: python3-flask-openid -Requires: python3-flask-sqlalchemy -Requires: python3-sqlalchemy-utils -Requires: python3-pylibravatar -Requires: python3-wtforms >= 2.2.1 -Requires: python3-flask-wtf +Requires: python3-flask-openid +Requires: python3-flask-sqlalchemy +Requires: python3-sqlalchemy-utils +Requires: python3-pylibravatar +Requires: python3-wtforms >= 2.2.1 +Requires: python3-flask-wtf %endif Requires: python3-flask-whooshee Requires: python3-gobject @@ -258,7 +258,7 @@ custom %{name}-flavor package. %prep -%setup -q -n copr-frontend-git-35.a1a3c67 +%setup -q -n copr-frontend-git-35.2003ae3 %build @@ -1 +1 @@ -13756b4a66516936ba399cd31909f19c copr-frontend-git-35.a1a3c67.tar.gz +f6e5408d210fbe19fd086fe57676bd6d copr-frontend-git-35.2003ae3.tar.gz |