Name: embryo Version: 1.7.6 Release: 1%{?dist} Summary: Shared libraries for Enlightenment License: BSD and GPLv2+ URL: http://www.enlightenment.org Source0: http://download.enlightenment.fr/releases/%{name}-%{version}.tar.bz2 BuildRequires: ecore-devel BuildRequires: eet-devel BuildRequires: evas-devel BuildRequires: libeina-devel %description Small Pawn based virtual machine and compiler. %prep %setup -q %build %configure make %{?_smp_mflags} V=1 %install make install DESTDIR=%{buildroot} find %{buildroot} -name '*.la' -exec rm -rf {} ';' find %{buildroot} -name '*.a' -exec rm -rf {} ';' %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %doc AUTHORS COPYING README NEWS %{_bindir}/embryo_cc %{_libdir}/libembryo* %{_datadir}/embryo %{_includedir}/embryo-1 %{_libdir}/pkgconfig/e*.pc %changelog * Sun Apr 21 2013 Dan Mashal 1.7.6-1 - Update to 1.7.6 - Remove dbus-glib-devel from BR * Sun Dec 30 2012 Rahul Sundaram - 1.7.4-2 - add libeina-devel as BR. Fixed find command to be concise * Fri Dec 28 2012 Rahul Sundaram - 1.7.4-1 - initial spec. some changes from Terje Rosten