From: Jan Palus Date: Sun, 6 Mar 2022 12:35:52 +0000 (+0100) Subject: really fix build with apidocs X-Git-Tag: auto/th/pango-1.50.5-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d04931785ba0e3f9553da652aa2c1a2e5673dd84;p=packages%2Fpango.git really fix build with apidocs --- diff --git a/pango.spec b/pango.spec index e971e7b..e9f4259 100644 --- a/pango.spec +++ b/pango.spec @@ -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}/* $RPM_BUILD_ROOT%{_gtkdocdir} +%{__mv} $RPM_BUILD_ROOT%{_docdir}/Pango* $RPM_BUILD_ROOT%{_gtkdocdir} %endif cp examples/*.c $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}