Name: eina Version: 1.7.6 Release: 1%{?dist} Summary: Core development libraries for Enlightenment 1.7 License: GPLv2+ URL: http://www.enlightenment.org Source0: http://download.enlightenment.fr/releases/%{name}-%{version}.tar.gz %description Eina is a core data structure and common utility library for Enlightenment. %prep %setup -q %build %configure make %{?_smp_mflags} V=1 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %install make DESTDIR=%{buildroot} install find %{buildroot} -name '*.la' -exec rm -rf {} ';' find %{buildroot} -name '*.a' -exec rm -rf {} ';' %files %{_includedir}/eina-1 %{_libdir}/libeina.so* %{_libdir}/pkgconfig/eina.pc %doc COPYING README %changelog * Thu Apr 18 2013 Dan Mashal 1.7.6-1 - Initial build