Accepting request 795907 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/795907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=18
This commit is contained in:
commit
7dc766aa0a
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 20 14:45:18 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- update to 0.2.4
|
||||
* Support %YAML 1.2 directives
|
||||
* Multiple fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 16:12:22 CEST 2019 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
18
libyaml.spec
18
libyaml.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libyaml
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
Name: libyaml
|
||||
Version: 0.2.2
|
||||
Version: 0.2.4
|
||||
Release: 0
|
||||
Summary: A YAML 1.1 parser and emitter written in C
|
||||
Summary: A YAML parser and emitter written in C
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
URL: http://pyyaml.org/wiki/LibYAML
|
||||
URL: https://pyyaml.org/wiki/LibYAML
|
||||
Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
A YAML 1.1 parser and emitter written in C
|
||||
A YAML parser and emitter written in C
|
||||
|
||||
%define lib_name libyaml-0-2
|
||||
|
||||
%package -n %{lib_name}
|
||||
Summary: A YAML 1.1 parser and emitter written in C
|
||||
Summary: A YAML parser and emitter written in C
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %{lib_name}
|
||||
@ -45,21 +45,21 @@ Requires: %{lib_name} = %{version}
|
||||
|
||||
%description devel
|
||||
This package holds the development files for libyaml,
|
||||
a YAML 1.1 parser and emitter written in C.
|
||||
a YAML parser and emitter written in C.
|
||||
|
||||
%prep
|
||||
%setup -q -n yaml-%{version}
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%check
|
||||
make %{?_smp_mflags} check
|
||||
%make_build check
|
||||
|
||||
%post -n %{lib_name} -p /sbin/ldconfig
|
||||
%postun -n %{lib_name} -p /sbin/ldconfig
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a9100ab61047fd9bd395bcef3ce5403365cafd55c1e0d0299cde14958e47be9
|
||||
size 609359
|
3
yaml-0.2.4.tar.gz
Normal file
3
yaml-0.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d80aeda8747b7c26fbbfd87ab687786e58394a8435ae3970e79cb97882e30557
|
||||
size 608448
|
Loading…
Reference in New Issue
Block a user