Resolves: #2064301 - add provides for fastapprox
This commit is contained in:
parent
540c716c06
commit
3e33198057
@ -1,6 +1,6 @@
|
|||||||
Name: libmypaint
|
Name: libmypaint
|
||||||
Version: 1.6.1
|
Version: 1.6.1
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Library for making brush strokes
|
Summary: Library for making brush strokes
|
||||||
|
|
||||||
# Compute some version related macros.
|
# Compute some version related macros.
|
||||||
@ -33,6 +33,7 @@ This is a self-contained library containing the MyPaint brush engine.
|
|||||||
Summary: Development files for libmypaint
|
Summary: Development files for libmypaint
|
||||||
Requires: %{name}%{?isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: %{name}%{?isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Provides: bundled(fastapprox) = 0.3.2
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files needed for development with libmypaint.
|
This package contains files needed for development with libmypaint.
|
||||||
@ -71,6 +72,9 @@ find %{buildroot}%{_libdir} -name '*.la' -delete -print
|
|||||||
%{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir
|
%{_datadir}/gir-1.0/MyPaint-%{major}.%{minor}.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 16 2022 Josef Ridky <jridky@redhat.com> - 1.6.1-8
|
||||||
|
- add provides for fastapprox library #2064301
|
||||||
|
|
||||||
* Wed Feb 09 2022 Josef Ridky <jridky@redhat.com> - 1.6.1-7
|
* Wed Feb 09 2022 Josef Ridky <jridky@redhat.com> - 1.6.1-7
|
||||||
- add gating.yaml file
|
- add gating.yaml file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user