dnf 5.2.17.0

This commit is contained in:
Dmitrii Tochanskii 2025-10-17 13:02:06 +00:00
commit 52cfef448d

51
dnf5.spec Normal file
View file

@ -0,0 +1,51 @@
Name: dnf5
Version: 5.2.17.0
Release: 1%{?dist}
Summary: Next-generation RPM package management system
License: GPL-2+
URL: https://github.com/rpm-software-management/dnf5
Source0: https://github.com/rpm-software-management/dnf5/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc-c++ cmake toml11-devel fmt-devel json-c-devel libsolv-devel libxml2-devel librepo-devel sqlite-devel
BuildRequires: libsmartcols-devel sdbus-cpp-devel
Requires: bash
%description
%prep
%autosetup
%build
%cmake \
-DWITH_DNF5DAEMON_SERVER=false \
-DWITH_DNF5DAEMON_CLIENT=false \
-DWITH_MODULEMD=false \
-DWITH_PLUGIN_APPSTREAM=false \
-DWITH_PERL5=off \
-DWITH_PYTHON3=off \
-DWITH_RUBY=off \
-DWITH_TESTS=false \
-DWITH_MAN=false \
-DWITH_HTML=false
%cmake_build
%install
%cmake_install
%files
%{_sysconfdir}
%{_bindir}
%{_libdir}
%{_unitdir}
%{_includedir}
%{_datadir}
%changelog
* Fri Oct 17 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
-