Update to latest upstream release.
This commit is contained in:
parent
14989d9a72
commit
7133c3092f
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
0fa47a5ed8fedefab766592785c85ee7 yaml-cpp-0.5.1.tar.gz
|
||||
64200ca0bf5e0af065804d8d3e8f6d42 yaml-cpp-0.5.3.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user