[embryo] Initial build

Dan Mashal vicodan at fedoraproject.org
Wed Jun 5 16:53:04 UTC 2013


commit 9e1659765683a00a048478c4934b520fdde162bd
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Wed Jun 5 09:52:44 2013 -0700

    Initial build

 dead.package |    1 -
 embryo.spec  |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 1 deletions(-)
---
diff --git a/embryo.spec b/embryo.spec
new file mode 100644
index 0000000..fdab337
--- /dev/null
+++ b/embryo.spec
@@ -0,0 +1,55 @@
+Name:           embryo
+Version:        1.7.7
+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
+* Wed Jun 05 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.7-1
+- Update to 1.7.7 release
+
+* Sun Apr 21 2013 Dan Mashal <dan.mashal at fedoraproject.org> 1.7.6-1
+- Update to 1.7.6 
+- Remove dbus-glib-devel from BR
+
+* Sun Dec 30 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-2
+- add libeina-devel as BR.  Fixed find command to be concise 
+
+* Fri Dec 28 2012 Rahul Sundaram <sundaram at fedoraproject.org> - 1.7.4-1
+- initial spec. some changes from Terje Rosten <terje.rosten at ntnu.no> 


More information about the scm-commits mailing list