diff --git a/.gitignore b/.gitignore index 6d8a679..80cb5b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,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 diff --git a/sources b/sources index bde26e1..8453a58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6878e14bad90c69a8f2caca273eb24c2 yaml-cpp-0.2.7.tar.gz +9aa519205a543f9372bf4179071c8ac6 yaml-cpp-0.3.0.tar.gz diff --git a/yaml-cpp.spec b/yaml-cpp.spec index 0007604..acbd820 100644 --- a/yaml-cpp.spec +++ b/yaml-cpp.spec @@ -1,14 +1,15 @@ Name: yaml-cpp -Version: 0.2.7 -Release: 2%{?dist} +Version: 0.3.0 +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 -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + BuildRequires: cmake + %description yaml-cpp is a YAML parser and emitter in C++ written around the YAML 1.2 spec. @@ -26,7 +27,7 @@ developing applications that use %{name}. %prep -%setup -q +%setup -q -n %{name} # Fix eol sed -i 's/\r//' license.txt @@ -38,36 +39,30 @@ make VERBOSE=1 %{?_smp_mflags} %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -f {} ';' -%clean -rm -rf %{buildroot} - - %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files -%defattr(-,root,root,-) %doc license.txt %{_libdir}/*.so.* - %files devel -%defattr(-,root,root,-) %{_includedir}/yaml-cpp/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %changelog -* Sat Jan 14 2012 Fedora Release Engineering - 0.2.7-2 +* Fri Feb 10 2012 Richard Shaw - 0.3.0-1 +- Update to latest release. + +* Sat Jan 14 2012 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Fri Sep 30 2011 Guido Grazioli - 0.2.7-1