Name: libeet Version: 1.7.9 Release: 1mamba Summary: A tiny library designed to write an arbitary set of chunks of data to a file 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/eet-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libeina-devel BuildRequires: libgcrypt-devel BuildRequires: libgnutls-devel BuildRequires: libgpg-error-devel BuildRequires: libjpeg-devel BuildRequires: libtasn1-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Eet is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow fast random-access reading of the file later on. It does not do zip as a zip itself has more complexity than is needed, and it was much simpler to implement this once here. It also can encode and decode data structures in memory, as well as image data for saving to eet files or sending across the network to other machines, or just writing to arbitary files on the system. All data is encoded in a platform independant way and can be written and read by any architecture. %package devel Summary: Devel package for %{name} Group: Development/Libraries Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel Eet is a tiny library designed to write an arbitary set of chunks of data to a file and optionally compress each chunk (very much like a zip file) and allow fast random-access reading of the file later on. It does not do zip as a zip itself has more complexity than is needed, and it was much simpler to implement this once here. It also can encode and decode data structures in memory, as well as image data for saving to eet files or sending across the network to other machines, or just writing to arbitary files on the system. All data is encoded in a platform independant way and can be written and read by any architecture. This package contains static libraries and header files need for development. %prep %setup -q -n eet-%{version} # hack to build with libeina 1.0.0 sed -i "s|eina-0|eina|" configure.ac %build autoreconf %configure %make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_bindir}/eet %{_libdir}/libeet.so.* %doc AUTHORS COPYING %files devel %defattr(-,root,root) %dir %{_includedir}/eet-1 %{_includedir}/eet-1/*.h %{_libdir}/libeet.a %{_libdir}/libeet.la %{_libdir}/libeet.so %{_libdir}/pkgconfig/*.pc %dir %{_datadir}/eet %dir %{_datadir}/eet/examples %{_datadir}/eet/examples/eet-*.c %doc ChangeLog NEWS %changelog * Sat Nov 16 2013 Automatic Build System 1.7.9-1mamba - automatic version update by autodist * Tue Aug 27 2013 Automatic Build System 1.7.8-1mamba - automatic version update by autodist * Fri May 17 2013 Automatic Build System 1.7.7-1mamba - automatic version update by autodist * Sun Apr 07 2013 Automatic Build System 1.7.6-1mamba - automatic version update by autodist * Tue Jan 08 2013 Automatic Build System 1.7.5-1mamba - automatic version update by autodist * Sat Dec 22 2012 Automatic Build System 1.7.4-1mamba - automatic version update by autodist * Fri Dec 07 2012 Automatic Build System 1.7.3-1mamba - automatic version update by autodist * Sun Nov 25 2012 Automatic Build System 1.7.2-1mamba - automatic version update by autodist * Tue Oct 30 2012 Automatic Build System 1.7.1-1mamba - automatic version update by autodist * Fri Sep 14 2012 Automatic Build System 1.7.0-1mamba - automatic version update by autodist * Thu Aug 09 2012 Automatic Build System 1.6.1-1mamba - automatic version update by autodist * Sun Jul 24 2011 Automatic Build System 1.4.1-1mamba - automatic version update by autodist * Thu Nov 11 2010 Silvan Calarco 1.2.3-1mamba - update to 1.2.3 * Fri May 29 2009 Silvan Calarco 1.1.0-1mamba - update to 1.1.0 * Fri May 29 2009 Silvan Calarco 35608-1mamba - package created by autospec