SHA256
8
0
forked from pool/yaml-cpp

Accepting request 181444 from M17N

update version 0.5.1 (forwarded request 181442 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/181444
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/yaml-cpp?expand=0&rev=5
This commit is contained in:
2013-06-29 14:14:42 +00:00
committed by Git OBS Bridge
parent c56b452cf1
commit 6da36ca4d3
4 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2cd038b5a1583b6745e949e196fba525f6d0d5fd340566585fde24fc7e117b82
size 82674

3
yaml-cpp-0.5.1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e7c9052b43d987d41819a203d97fc45de4eed3ec67e0fdb14265c3d11046f06
size 118244

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Jun 29 13:22:28 UTC 2013 - i@marguerite.su
- update version 0.5.1
* a bug fix release for the new API
-------------------------------------------------------------------
Sun Jul 22 18:11:43 UTC 2012 - i@marguerite.su

View File

@@ -1,7 +1,7 @@
#
# spec file for package yaml-cpp
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,17 @@
#
%define library_name libyaml-cpp0_5
Name: yaml-cpp
Version: 0.3.0
Version: 0.5.1
Release: 0
License: MIT
Summary: YAML parser and emitter in C++
Url: http://code.google.com/p/yaml-cpp/
License: MIT
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/yaml-cpp/
Source0: http://%{name}.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: boost-devel
BuildRequires: cmake
BuildRequires: gcc
BuildRequires: gcc-c++
@@ -34,7 +37,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A YAML parser and emitter in C++ matching the YAML 1.2 spec.
%define library_name libyaml-cpp0_3
%package -n %{library_name}
Summary: YAML parser and emitter in C++
Group: Development/Libraries/C and C++
@@ -51,7 +53,7 @@ Requires: %{library_name} = %{version}
Development files for %{name} library
%prep
%setup -q -n %{name}
%setup -q
sed -i -e 's:INCLUDE_INSTALL_ROOT_DIR:INCLUDE_INSTALL_DIR:g' yaml-cpp.pc.cmake
mkdir build
@@ -67,7 +69,7 @@ cmake \
%if %{_lib} == lib64
-DLIB_SUFFIX=64 \
%endif
%{_builddir}/%{name}
..
make VERBOSE=1 %{?_smp_mflags}
%install