New upstream release (rhbz#1823108)
This commit is contained in:
parent
52944402d2
commit
550edfb304
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ yaml-0.1.3.tar.gz
|
||||
/yaml-0.1.7.tar.gz
|
||||
/yaml-0.2.1.tar.gz
|
||||
/libyaml-0.2.2.tar.gz
|
||||
/dist-0.2.3.tar.gz
|
||||
|
||||
18
libyaml.spec
18
libyaml.spec
@ -1,11 +1,11 @@
|
||||
Name: libyaml
|
||||
Version: 0.2.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: YAML 1.1 parser and emitter written in C
|
||||
|
||||
License: MIT
|
||||
URL: http://pyyaml.org/
|
||||
Source0: http://pyyaml.org/download/libyaml/%{name}-%{version}.tar.gz
|
||||
URL: https://github.com/yaml/libyaml
|
||||
Source0: https://github.com/yaml/libyaml/archive/dist-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -30,11 +30,10 @@ developing applications that use LibYAML.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%setup -q -n %{name}-dist-%{version}
|
||||
|
||||
|
||||
%build
|
||||
./bootstrap
|
||||
%configure
|
||||
make all html %{?_smp_mflags}
|
||||
|
||||
@ -57,8 +56,8 @@ make check
|
||||
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README
|
||||
%license License
|
||||
%doc ReadMe.md
|
||||
%{_libdir}/%{name}*.so.*
|
||||
|
||||
|
||||
@ -70,6 +69,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Apr 13 2020 John Eckersberg <eck@redhat.com> - 0.2.3-1
|
||||
- New upstream release (rhbz#1823108)
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libyaml-0.2.2.tar.gz) = 455494591014a97c4371a1f372ad09f0d6e487e4f1d3419c98e9cd2f16d43a0cf9a0787d7250bebee8b8d400df4626f5acd81e90139e54fa574a66ec84964c06
|
||||
SHA512 (dist-0.2.3.tar.gz) = d1a99c85ba2735890deb33b9583a98ed658fe3b7d833a76115aa5c672687c396400e38734d1aa646c6597174c931ecf0b556ef586bd547cebbe4c51c51f9046c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user