From 55a75fba565fee4c711af405b7653c47f5977c81 Mon Sep 17 00:00:00 2001 From: "Richard M. Shaw" Date: Thu, 31 Oct 2013 09:03:58 -0500 Subject: [PATCH] Update to latest upstream release. --- .gitignore | 1 + sources | 2 +- yaml-cpp.spec | 17 ++++++++++------- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 80cb5b1..9989916 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ yaml-cpp-0.2.5.tar.gz /yaml-cpp-0.2.6.tar.gz /yaml-cpp-0.2.7.tar.gz /yaml-cpp-0.3.0.tar.gz +/yaml-cpp-0.5.1.tar.gz diff --git a/sources b/sources index 8453a58..210cc7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9aa519205a543f9372bf4179071c8ac6 yaml-cpp-0.3.0.tar.gz +0fa47a5ed8fedefab766592785c85ee7 yaml-cpp-0.5.1.tar.gz diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 98085d4..abd8881 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,6 +1,6 @@ Name: yaml-cpp -Version: 0.3.0 -Release: 4%{?dist} +Version: 0.5.1 +Release: 1%{?dist} Summary: A YAML parser and emitter for C++ Group: Development/Libraries License: MIT @@ -8,7 +8,7 @@ URL: http://code.google.com/p/yaml-cpp/ Source0: http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz BuildRequires: cmake - +BuildRequires: boost-devel %description yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec. @@ -18,8 +18,9 @@ yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec. Summary: Development files for %{name} Group: Development/Libraries License: MIT -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} Requires: pkgconfig +Requires: boost-devel %description devel The %{name}-devel package contains libraries and header files for @@ -27,7 +28,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{name} +%setup -q # Fix eol sed -i 's/\r//' license.txt @@ -39,8 +40,7 @@ make VERBOSE=1 %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} -find %{buildroot} -name '*.la' -exec rm -f {} ';' +%make_install %post -p /sbin/ldconfig @@ -59,6 +59,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Fri Sep 27 2013 Richard Shaw - 0.5.1-1 +- Update to latest upstream release. + * Sun Aug 04 2013 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild