2024-01-06 06:14:59 +01:00
|
|
|
Name: libyaml
|
2024-01-06 06:14:59 +01:00
|
|
|
Version: 0.1.6
|
2024-01-06 06:14:59 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 06:14:59 +01:00
|
|
|
Summary: LibYAML - A C library for parsing and emitting YAML
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://pyyaml.org/wiki/LibYAML
|
2024-01-06 06:14:59 +01:00
|
|
|
Source: http://pyyaml.org/download/libyaml/yaml-%{version}.tar.gz
|
|
|
|
### GITSOURCE https://github.com/yaml/libyaml.git 0.1.4
|
|
|
|
#Source: https://github.com/yaml/libyaml.git/%{version}/libyaml-%{version}.tar.bz2
|
2024-01-06 06:14:59 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
LibYAML - A C library for parsing and emitting YAML.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|
|
|
Requires: pkg-config
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains libraries and header files for developing applications that use %{name}.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-01-06 06:14:59 +01:00
|
|
|
%setup -q -n yaml-%{version}
|
2024-01-06 06:14:59 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 06:14:59 +01:00
|
|
|
#./bootstrap
|
2024-01-06 06:14:59 +01:00
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libyaml-0.so.*
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/yaml.h
|
|
|
|
%{_libdir}/libyaml.a
|
|
|
|
%{_libdir}/libyaml.la
|
|
|
|
%{_libdir}/libyaml.so
|
|
|
|
%{_libdir}/pkgconfig/yaml-0.1.pc
|
|
|
|
%doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 06:14:59 +01:00
|
|
|
* Wed Dec 16 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.6-2mamba
|
|
|
|
- rebuilt with gcc 5.2.0
|
|
|
|
|
2024-01-06 06:14:59 +01:00
|
|
|
* Sat Dec 27 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.6-1mamba
|
|
|
|
- update to 0.1.6
|
|
|
|
|
2024-01-06 06:14:59 +01:00
|
|
|
* Sun Oct 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.1.4-1mamba
|
|
|
|
- package created using the webbuild interface
|