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.6.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
|
||||||
|
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
|
Name: yaml-cpp
|
||||||
Version: 0.3.0
|
Version: 0.5.1
|
||||||
Release: 4%{?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
|
||||||
@ -8,7 +8,7 @@ URL: http://code.google.com/p/yaml-cpp/
|
|||||||
Source0: http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
|
Source0: http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: boost-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec.
|
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}
|
Summary: Development files for %{name}
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
Requires: pkgconfig
|
Requires: pkgconfig
|
||||||
|
Requires: boost-devel
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The %{name}-devel package contains libraries and header files for
|
The %{name}-devel package contains libraries and header files for
|
||||||
@ -27,7 +28,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}
|
%setup -q
|
||||||
# Fix eol
|
# Fix eol
|
||||||
sed -i 's/\r//' license.txt
|
sed -i 's/\r//' license.txt
|
||||||
|
|
||||||
@ -39,8 +40,7 @@ make VERBOSE=1 %{?_smp_mflags}
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
@ -59,6 +59,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user