Fix docs
This commit is contained in:
parent
f2a43c2f8f
commit
7656b4b639
11
babl.spec
11
babl.spec
@ -19,7 +19,7 @@
|
|||||||
Summary: A dynamic, any to any, pixel format conversion library
|
Summary: A dynamic, any to any, pixel format conversion library
|
||||||
Name: babl
|
Name: babl
|
||||||
Version: 0.1.90
|
Version: 0.1.90
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# Compute some version related macros
|
# Compute some version related macros
|
||||||
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
# Ugly hack, you need to get your quoting backslashes/percent signs straight
|
||||||
@ -82,10 +82,8 @@ This package contains documentation needed for developing with %{name}.
|
|||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
mkdir -p "%{buildroot}/%{develdocdir}"
|
mkdir -p "%{buildroot}/%{develdocdir}"
|
||||||
cp -pr docs/graphics docs/*.html docs/babl.css "%{buildroot}/%{develdocdir}"
|
cp -pr "%{_vpath_builddir}"/docs/* "%{buildroot}/%{develdocdir}"
|
||||||
rm -f "%{buildroot}/%{develdocdir}"/graphics/meson.build
|
rm -f "%{buildroot}/%{develdocdir}/index.html.tmp"
|
||||||
rm -f "%{buildroot}/%{develdocdir}"/graphics/.gitignore
|
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skip tests known to be problematic in a specific version
|
# skip tests known to be problematic in a specific version
|
||||||
@ -125,6 +123,9 @@ popd
|
|||||||
%doc %{develdocdir}
|
%doc %{develdocdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 0.1.90-2
|
||||||
|
- Fix docs install to include all files
|
||||||
|
|
||||||
* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 0.1.90-1
|
* Mon Mar 14 2022 Josef Ridky <jridky@redhat.com> - 0.1.90-1
|
||||||
- New upstream release 0.1.90
|
- New upstream release 0.1.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user