diff --git a/libyaml.changes b/libyaml.changes index 0498de6..8348802 100644 --- a/libyaml.changes +++ b/libyaml.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Mar 26 12:25:02 UTC 2013 - dmueller@suse.com + +- update to 0.1.4: + * documentation update + * add pkgconfig support + +------------------------------------------------------------------- +Sun Jan 29 21:44:24 UTC 2012 - jengelh@medozas.de + +- Remove redundant tags/sections per specfile guideline suggestions + ------------------------------------------------------------------- Wed Feb 9 19:05:55 UTC 2011 - pascal.bleser@opensuse.org diff --git a/libyaml.spec b/libyaml.spec index 3d1be7a..3622bcc 100644 --- a/libyaml.spec +++ b/libyaml.spec @@ -15,11 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: libyaml -Version: 0.1.3 +Version: 0.1.4 Release: 1 # License: MIT @@ -28,7 +26,7 @@ Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build # Url: http://pyyaml.org/wiki/LibYAML -Source: http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz +Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz # Summary: A YAML 1.1 parser and emitter written in C @@ -50,7 +48,6 @@ A YAML 1.1 parser and emitter written in C This package holds the shared library of libyaml. %package devel -License: MIT Group: Development/Libraries/C and C++ Requires: %{lib_name} = %{version} # @@ -75,9 +72,6 @@ find %{buildroot} -name \*.la -delete -print %check make check -%clean -rm -rf %{buildroot} - %post -n %{lib_name} -p /sbin/ldconfig %postun -n %{lib_name} -p /sbin/ldconfig @@ -85,11 +79,12 @@ rm -rf %{buildroot} %files -n %{lib_name} %defattr(-,root,root,-) %{_libdir}/libyaml-0.so.2 -%{_libdir}/libyaml-0.so.2.0.1 +%{_libdir}/libyaml-0.so.2.0.* %files devel %defattr(-,root,root,-) %{_includedir}/yaml.h %{_libdir}/libyaml.so +%{_libdir}/pkgconfig/yaml-0.1.pc %changelog diff --git a/yaml-0.1.3.tar.gz b/yaml-0.1.3.tar.gz deleted file mode 100644 index 9f7d81f..0000000 --- a/yaml-0.1.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8bbad7e5250b3735126b7e3bd9f6fce9db19d6be7cc13abad17a24b59ec144a -size 466845 diff --git a/yaml-0.1.4.tar.gz b/yaml-0.1.4.tar.gz new file mode 100644 index 0000000..dacacf4 --- /dev/null +++ b/yaml-0.1.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37 +size 471759