This commit is contained in:
Josef Řídký 2022-03-14 13:25:28 +01:00
parent f2a43c2f8f
commit 7656b4b639

View File

@ -19,7 +19,7 @@
Summary: A dynamic, any to any, pixel format conversion library
Name: babl
Version: 0.1.90
Release: 1%{?dist}
Release: 2%{?dist}
# Compute some version related macros
# 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
mkdir -p "%{buildroot}/%{develdocdir}"
cp -pr docs/graphics docs/*.html docs/babl.css "%{buildroot}/%{develdocdir}"
rm -f "%{buildroot}/%{develdocdir}"/graphics/meson.build
rm -f "%{buildroot}/%{develdocdir}"/graphics/.gitignore
cp -pr "%{_vpath_builddir}"/docs/* "%{buildroot}/%{develdocdir}"
rm -f "%{buildroot}/%{develdocdir}/index.html.tmp"
%check
# skip tests known to be problematic in a specific version
@ -125,6 +123,9 @@ popd
%doc %{develdocdir}
%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
- New upstream release 0.1.90