1 %define _missing_doc_files_terminate_build 0
3 %{!?_rel:%{expand:%%global _rel 0.r%(svnversion | sed 's/[^0-9].*$//' || echo 0000)}}
5 Summary: A small virtual machine engine (in a library) and bytecode compiler
10 Group: System Environment/Libraries
11 Source: %{name}-%{version}.tar.gz
12 Packager: %{?_packager:%{_packager}}%{!?_packager:Michael Jennings <mej@eterm.org>}
13 Vendor: %{?_vendorinfo:%{_vendorinfo}}%{!?_vendorinfo:The Enlightenment Project (http://www.enlightenment.org/)}
14 Distribution: %{?_distribution:%{_distribution}}%{!?_distribution:%{_vendor}}
15 URL: http://www.enlightenment.org/
16 BuildRoot: %{_tmppath}/%{name}-%{version}-root
19 Embryo is a tiny library designed as a virtual machine to interpret a
20 limited set of small compiled programs.
23 Summary: Embryo headers, static libraries, documentation and test programs
24 Group: System Environment/Libraries
25 Requires: %{name} = %{version}
28 Headers, static libraries, test programs and documentation for Embryo
31 Summary: Embryo bytecode compiler and needed data files
32 Group: System Environment/Libraries
33 Requires: %{name} = %{version}
36 The embryo bytecode compiler and its files
42 %{configure} --prefix=%{_prefix}
43 ### use this if you have build problems
44 #./configure --prefix=%{_prefix}
45 %{__make} %{?_smp_mflags} %{?mflags}
48 %{__make} %{?mflags_install} DESTDIR=$RPM_BUILD_ROOT install
51 test "x$RPM_BUILD_ROOT" != "x/" && rm -rf $RPM_BUILD_ROOT
60 %defattr(-, root, root)
61 %doc AUTHORS COPYING* README
65 %defattr(-, root, root)
66 %attr(755,root,root) %{_bindir}/embryo_cc
67 %{_datadir}/embryo/include
70 %defattr(-, root, root)
74 %{_libdir}/pkgconfig/*