Update to latest upstream release.

This commit is contained in:
Richard M. Shaw 2016-08-23 08:00:48 -05:00
parent 14989d9a72
commit 7133c3092f
3 changed files with 13 additions and 11 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ yaml-cpp-0.2.5.tar.gz
/yaml-cpp-0.2.7.tar.gz
/yaml-cpp-0.3.0.tar.gz
/yaml-cpp-0.5.1.tar.gz
/yaml-cpp-0.5.3.tar.gz

View File

@ -1 +1 @@
0fa47a5ed8fedefab766592785c85ee7 yaml-cpp-0.5.1.tar.gz
64200ca0bf5e0af065804d8d3e8f6d42 yaml-cpp-0.5.3.tar.gz

View File

@ -1,13 +1,12 @@
Name: yaml-cpp
Version: 0.5.1
Release: 13%{?dist}
Version: 0.5.3
Release: 1%{?dist}
Summary: A YAML parser and emitter for C++
Group: Development/Libraries
License: MIT
URL: http://code.google.com/p/yaml-cpp/
Source0: http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: cmake
URL: https://github.com/jbeder/yaml-cpp
Source0: https://github.com/jbeder/yaml-cpp/archive/%{name}-%{version}.tar.gz
BuildRequires: cmake gcc-c++
BuildRequires: boost-devel
%description
@ -28,9 +27,7 @@ developing applications that use %{name}.
%prep
%setup -q
# Fix eol
sed -i 's/\r//' license.txt
%setup -qn %{name}-release-%{version}
%build
@ -49,7 +46,8 @@ make VERBOSE=1 %{?_smp_mflags}
%files
%doc license.txt
%doc CONTRIBUTING.md README.md
%license LICENSE
%{_libdir}/*.so.*
%files devel
@ -59,6 +57,9 @@ make VERBOSE=1 %{?_smp_mflags}
%changelog
* Tue Aug 23 2016 Richard Shaw <hobbes1069@gmail.com> - 0.5.3-1
- Update to latest upstream release.
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild