Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a6fd4172f9 | |||
|
|
24f41dc86b | ||
|
|
519a49def2 | ||
| 6ad4013206 | |||
|
|
9fa4f8ec94 |
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 19:07:58 UTC 2026 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
- Minor improvement.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 30 08:58:45 UTC 2025 - Ana Guerrero <ana.guerrero@suse.com>
|
||||
|
||||
- Disable LUA scripts support, it's only supported with LUA 5.1
|
||||
and this version is being removed. (boo#1252922)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 9 00:15:45 UTC 2025 - Илья Индиго <ilya@ilya.top>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package eiskaltdcpp
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -49,7 +49,6 @@ BuildRequires: cmake(Qt5Xml)
|
||||
BuildRequires: pkgconfig(bzip2)
|
||||
BuildRequires: pkgconfig(libidn)
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
BuildRequires: pkgconfig(lua5.1)
|
||||
BuildRequires: pkgconfig(miniupnpc)
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
@@ -128,6 +127,7 @@ all common DC hub software.
|
||||
%build
|
||||
export CMAKE_POLICY_VERSION_MINIMUM=3.5
|
||||
%cmake -LA \
|
||||
-DLUA_SCRIPT=OFF \
|
||||
-DNO_UI_DAEMON=ON \
|
||||
-DUSE_CLI_JSONRPC=ON \
|
||||
-DWITH_EXAMPLES=OFF
|
||||
@@ -147,7 +147,6 @@ install -Dpm0644 %{SOURCE1} %{buildroot}%{_prefix}/lib/firewalld/services/%{name
|
||||
%doc AUTHORS ChangeLog.txt README.md TODO
|
||||
%dir %{_datadir}/%{name}
|
||||
%{_datadir}/%{name}/emoticons
|
||||
%{_datadir}/%{name}/luascripts
|
||||
%{_datadir}/%{name}/sounds
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.png
|
||||
|
||||
Reference in New Issue
Block a user