dnf 5.2.17.0
This commit is contained in:
commit
52cfef448d
1 changed files with 51 additions and 0 deletions
51
dnf5.spec
Normal file
51
dnf5.spec
Normal 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>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue