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