- Upstream 0.2.4
This commit is contained in:
parent
695377ff16
commit
afed607f5f
@ -1 +1 @@
|
|||||||
yaml-cpp-0.2.2.tar.gz
|
yaml-cpp-0.2.4.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
80863a39b967af3275aa3b88a8c7a12e yaml-cpp-0.2.2.tar.gz
|
84bb4109df5ea2e1d0b52b6f845bfa26 yaml-cpp-0.2.4.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: yaml-cpp
|
Name: yaml-cpp
|
||||||
Version: 0.2.2
|
Version: 0.2.4
|
||||||
Release: 2%{?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
|
||||||
@ -26,11 +26,9 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -c
|
%setup -q
|
||||||
# Fix eol
|
# Fix eol
|
||||||
sed -i 's/\r//' license.txt
|
sed -i 's/\r//' license.txt
|
||||||
# Fix cmake config
|
|
||||||
sed -i 's/set(CMAKE_CXX_FLAGS "-O2 -Wall -pedantic -Wextra")/set(CMAKE_CXX_FLAGS "-Wall -pedantic -Wextra ${CMAKE_CXX_FLAGS}")/g' CMakeLists.txt
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -69,6 +67,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2010 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.4-1
|
||||||
|
- Upstream 0.2.4
|
||||||
|
|
||||||
* Sat Oct 17 2009 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.2-2
|
* Sat Oct 17 2009 Guido Grazioli <guido.grazioli@gmail.com> - 0.2.2-2
|
||||||
- Remove duplicate file
|
- Remove duplicate file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user