Fix devel package name

This commit is contained in:
Robert-André Mauchin 2022-06-25 11:24:31 +02:00
parent b526858e59
commit d4500defba
1 changed files with 3 additions and 3 deletions

View File

@ -63,16 +63,16 @@ Library files for rav1e, the fastest and safest AV1 encoder.
%license LICENSE PATENTS %license LICENSE PATENTS
%{_libdir}/librav1e.so.0* %{_libdir}/librav1e.so.0*
%package devel %package -n %{crate}-devel
Summary: %{summary} Summary: %{summary}
Requires: %{crate}-libs%{?_isa} = %{version}-%{release} Requires: %{crate}-libs%{?_isa} = %{version}-%{release}
%description devel %{_description} %description -n %{crate}-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "%{crate}" crate. use the "%{crate}" crate.
%files devel %files -n %{crate}-devel
%license %{crate_instdir}/LICENSE %license %{crate_instdir}/LICENSE
%license %{crate_instdir}/PATENTS %license %{crate_instdir}/PATENTS
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md