Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > f85bfa4344f3bba0fcea409afc5762db > files > 2

yaml-0.1.4-6.mga3.src.rpm

%define api 0
%define	major 2
%define libname	%mklibname %{name} %{api} %{major}
%define develname %mklibname %{name} -d

Summary:	YAML 1.1 parser and emitter written in C
Name:		yaml
Version:	0.1.4
Release:	%mkrel 6
License:	MIT
Group:		System/Libraries
URL:		http://pyyaml.org/wiki/LibYAML
Source0:	http://pyyaml.org/download/libyaml/%name-%version.tar.gz

%description
LibYAML is a YAML 1.1 parser and emitter written in C.

%package -n	%{libname}
Summary:	YAML 1.1 parser and emitter written in C
Group:          System/Libraries
BuildRequires:	doxygen

%description -n	%{libname}
This package contains the shared libraries for %{name}

%package -n	%develname
Summary:	Development library and header files for the %{name} library
Group:		Development/C
Requires:	%{libname} = %{version}-%{release}
Conflicts:	%{_lib}yaml0_2 < 0.1.4-4
Provides:	%{name}-devel = %{version}-%{release}

%description -n	%develname
This package contains the static %{libname} library and its header
files.

%prep
%setup -q

%build
%configure2_5x --disable-static
%make

%install
%makeinstall_std
rm -f %{buildroot}%{_libdir}/*.la

%files -n %{libname}
%doc README
%{_libdir}/lib*.so.%{major}*

%files -n %develname
%{_includedir}/*.h
%{_libdir}/lib*.so
%{_libdir}/pkgconfig/yaml-0.1.pc


%changelog

* Fri Jan 18 2013 fwang <fwang> 0.1.4-6.mga3.nonfree
+ Revision: 389275
- rebuild

* Mon Jan 14 2013 umeabot <umeabot> 0.1.4-5.mga3.nonfree
+ Revision: 387546
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sat Nov 03 2012 fwang <fwang> 0.1.4-4.mga3
+ Revision: 313260
- move .pc file into devel package

* Sun Nov 20 2011 dmorgan <dmorgan> 0.1.4-3.mga3
+ Revision: 169873
- Remove .*a files

* Sun Sep 18 2011 spuhler <spuhler> 0.1.4-2.mga2
+ Revision: 145169
- remove source 0.1.3
- added Buildrequires: doxygen

* Sun Sep 18 2011 spuhler <spuhler> 0.1.4-1.mga2
+ Revision: 145154
- added source 0.1.4
- update to 0.1.4

* Sat Feb 26 2011 eandry <eandry> 0.1.3-3.mga1
+ Revision: 60827
- drop buildroot and old conditionnal
- imported package yaml