Change package name to yaml-cpp03 per reviewer input.

This commit is contained in:
Richard M. Shaw 2013-10-31 08:58:17 -05:00
commit 87d616b1da
4 changed files with 108 additions and 0 deletions

10
yaml-cpp03-pkgconf.patch Normal file
View file

@ -0,0 +1,10 @@
diff -Naur yaml-cpp.orig/yaml-cpp.pc.cmake yaml-cpp/yaml-cpp.pc.cmake
--- yaml-cpp.orig/yaml-cpp.pc.cmake 2012-01-21 02:52:48.000000000 -0600
+++ yaml-cpp/yaml-cpp.pc.cmake 2013-10-16 14:41:06.837360011 -0500
@@ -7,5 +7,5 @@
Description: A YAML parser and emitter for C++
Version: @YAML_CPP_VERSION@
Requires:
-Libs: -L${libdir} -lyaml-cpp
+Libs: -L${libdir} -lyaml-cpp03
Cflags: -I${includedir}