[packages/pango] fix build with apidocs; rel 2
atler
atler at pld-linux.org
Sun Mar 6 13:26:06 CET 2022
commit 10cad06c2617988206a6e7423b458b3a117dc2d2
Author: Jan Palus <atler at pld-linux.org>
Date: Sun Mar 6 13:25:53 2022 +0100
fix build with apidocs; rel 2
pango.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pango.spec b/pango.spec
index e379cbb..e971e7b 100644
--- a/pango.spec
+++ b/pango.spec
@@ -9,7 +9,7 @@ Summary(pl.UTF-8): System renderowania międzynarodowego tekstu
Summary(pt_BR.UTF-8): Sistema para layout e renderização de texto internacionalizado
Name: pango
Version: 1.50.5
-Release: 1
+Release: 2
Epoch: 1
License: LGPL v2+
Group: X11/Libraries
@@ -183,7 +183,7 @@ install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
%if %{with apidocs}
# FIXME: where to package gi-docgen generated docs?
install -d $RPM_BUILD_ROOT%{_gtkdocdir}
-%{__mv} $RPM_BUILD_ROOT%{_docdir}/pango/reference/* $RPM_BUILD_ROOT%{_gtkdocdir}
+%{__mv} $RPM_BUILD_ROOT%{_docdir}/* $RPM_BUILD_ROOT%{_gtkdocdir}
%endif
cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pango.git/commitdiff/10cad06c2617988206a6e7423b458b3a117dc2d2
More information about the pld-cvs-commit
mailing list