Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/libyaml.git#0f1d0b3604b587d14ee6a2de7b82234f4eabb5c5
This commit is contained in:
DistroBaker 2021-02-02 13:24:14 +00:00
parent 1c1e65574d
commit 88e1e469c8

View File

@ -1,6 +1,6 @@
Name: libyaml
Version: 0.2.5
Release: 4%{?dist}
Release: 5%{?dist}
Summary: YAML 1.1 parser and emitter written in C
License: MIT
@ -22,7 +22,7 @@ emitter written in C.
%package devel
Summary: Development files for LibYAML applications
Requires: libyaml = %{version}-%{release}, pkgconfig
Requires: libyaml%{?_isa} = %{version}-%{release}, pkgconfig
%description devel
@ -40,7 +40,6 @@ developing applications that use LibYAML.
%install
rm -rf %{buildroot}
%make_install
rm -f %{buildroot}%{_libdir}/*.{la,a}
@ -70,6 +69,9 @@ make check
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Dec 1 2020 John Eckersberg <jeckersb@redhat.com> - 0.2.5-4
- Add BuildRequires for make
(re: https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot)