]> git.pld-linux.org Git - packages/yaml-cpp.git/blobdiff - yaml-cpp.spec
- x32 rebuild
[packages/yaml-cpp.git] / yaml-cpp.spec
index b0a9bfa7ec63485cc9ec10c181666ae5d55d81a2..e85316dce420a96980976c095357140881255cd5 100644 (file)
@@ -1,13 +1,16 @@
+# Note: the only package that requires yaml-cpp is OpenColorIO, and it requires
+#      the old API (as in yaml-cpp 0.3.0), so please don't STBR the new API until
+#      OpenColorIO is updated.
 Summary:       YAML parser and emitter for C++
 Summary(pl.UTF-8):     Biblioteka C++ analizująca i generująca YAML
 Name:          yaml-cpp
-Version:       0.3.0
-Release:       1
+Version:       0.5.1
+Release:       4
 License:       MIT
 Group:         Libraries
 #Source0Download: http://code.google.com/p/yaml-cpp/downloads/list
 Source0:       http://yaml-cpp.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 9aa519205a543f9372bf4179071c8ac6
+# Source0-md5: 0fa47a5ed8fedefab766592785c85ee7
 URL:           http://code.google.com/p/yaml-cpp/
 BuildRequires: cmake >= 2.6
 BuildRequires: libstdc++-devel
@@ -34,7 +37,7 @@ Header files for yaml-cpp library.
 Pliki nagłówkowe biblioteki yaml-cpp.
 
 %prep
-%setup -q -n %{name}
+%setup -q
 
 %build
 %cmake .
@@ -56,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc license.txt
 %attr(755,root,root) %{_libdir}/libyaml-cpp.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libyaml-cpp.so.0.3
+%attr(755,root,root) %ghost %{_libdir}/libyaml-cpp.so.0.5
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.099627 seconds and 4 git commands to generate.