Name: libeina Version: 1.0.0.beta3 Release: 1mamba Summary: A library providing data structure utilities for EFL Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://web.enlightenment.org/p.php?p=about/efl/eet Source: http://download.enlightenment.org/releases/eina-%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Eina is a library providing data structure utilities for EFL that are meant to be lean, efficient and tailored to EFL's needs. This saves each library implementing its own custom datatype handling and duplicating the code. %package devel Group: Development/Libraries Summary: Static libraries and headers for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Eina is a library providing data structure utilities for EFL that are meant to be lean, efficient and tailored to EFL's needs. This saves each library implementing its own custom datatype handling and duplicating the code. This package contains static libraries and header files need for development. %prep %setup -q -n eina-%{version} %build %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}/*.so.* %doc AUTHORS COPYING ChangeLog README %files devel %defattr(-,root,root) %dir %{_includedir}/eina-1 %{_includedir}/eina-1/*.h %{_includedir}/eina-1/eina %{_libdir}/*.a %{_libdir}/*.la %{_libdir}/*.so %{_exec_prefix}/lib/pkgconfig/*.pc %changelog * Tue Dec 07 2010 Automatic Build System 1.0.0.beta3-1mamba - automatic update by autodist * Sun Nov 14 2010 Automatic Build System 1.0.0.beta2-1mamba - automatic update by autodist * Thu Nov 11 2010 Silvan Calarco 1.0.0.beta-1mamba - package created by autospec