mirror of
https://github.com/Syping/dtranslatebot.git
synced 2026-04-01 05:20:22 +02:00
ported translator to curl, removed EL7 + Windows support
This commit is contained in:
parent
ecece11eac
commit
63399a010d
18 changed files with 250 additions and 101 deletions
|
|
@ -27,10 +27,14 @@ Source3: %{name}.sysusersd
|
|||
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
BuildRequires: %{?toolset_prefix}annobin
|
||||
BuildRequires: curl-devel
|
||||
%if 0%{?rhel} && 0%{?rhel} < 9
|
||||
BuildRequires: epel-rpm-macros-systemd
|
||||
%endif
|
||||
%endif
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: libcurl-devel
|
||||
%endif
|
||||
BuildRequires: cmake%{?cmake_suffix}
|
||||
BuildRequires: %{?toolset_prefix}gcc%{?toolset_version}-c++
|
||||
BuildRequires: make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue