From 8a17d4f94d538cae2bbe49918046d68c30688ea6 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 21 Nov 2024 10:10:39 +0800 Subject: [PATCH] adopt to new cmake macro --- createrepo_c.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/createrepo_c.spec b/createrepo_c.spec index 7fd1726..1c89ab4 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -33,7 +33,7 @@ Summary: Creates a common metadata repository Name: createrepo_c Version: 1.1.4 -Release: 2 +Release: 3 License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/createrepo_c Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -157,7 +157,7 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %{_includedir}/%{name}/ %files help -%doc doc/html +%doc %{__cmake_builddir}/doc/html %{_mandir}/man8/createrepo_c.8* %{_mandir}/man8/mergerepo_c.8* %{_mandir}/man8/modifyrepo_c.8* @@ -170,6 +170,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo %endif %changelog +* Thu Nov 21 2024 Funda Wang - 1.1.4-3 +- adopt to new cmake macro + * Fri Nov 08 2024 Funda Wang - 1.1.4-2 - adopt to new cmake macro -- Gitee