Update to latest upstream release.
This commit is contained in:
parent
ae11fb8f79
commit
55a75fba56
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
9aa519205a543f9372bf4179071c8ac6 yaml-cpp-0.3.0.tar.gz
|
||||
0fa47a5ed8fedefab766592785c85ee7 yaml-cpp-0.5.1.tar.gz
|
||||
|
@ -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 <hobbes1069@gmail.com> - 0.5.1-1
|
||||
- Update to latest upstream release.
|
||||
|
||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user