forked from pool/libyaml
Accepting request 162268 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/162268 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libyaml?expand=0&rev=8
This commit is contained in:
parent
689579ddd5
commit
139a09dde7
@ -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
|
||||
|
||||
|
13
libyaml.spec
13
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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8bbad7e5250b3735126b7e3bd9f6fce9db19d6be7cc13abad17a24b59ec144a
|
||||
size 466845
|
3
yaml-0.1.4.tar.gz
Normal file
3
yaml-0.1.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bf81554ae5ab2d9b6977da398ea789722e0db75b86bffdaeb4e66d961de6a37
|
||||
size 471759
|
Loading…
x
Reference in New Issue
Block a user