From 3d157f73f82fef6dc28e29e6a71ae3a95daae9a0 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 5 Sep 2011 14:35:24 +0900 Subject: [PATCH] Update spec file --- packaging/embryo.spec | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/packaging/embryo.spec b/packaging/embryo.spec index 0d590d3..c80caf7 100644 --- a/packaging/embryo.spec +++ b/packaging/embryo.spec @@ -1,8 +1,3 @@ -# -# Do NOT Edit the Auto-generated Part! -# Generated by: spectacle version 0.22 -# - Name: embryo Summary: A small virtual machine engine (in a library) and bytecode compiler Version: 1.0.999.svn60294 @@ -10,11 +5,11 @@ Release: 1 Group: TO_BE/FILLED_IN License: TO BE FILLED IN URL: http://www.enlightenment.org/ -Source0: http://download.enlightenment.org/releases/embryo-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: pkgconfig(eina) -#BuildRequires: doxygen +Provides: embryo-bin %description @@ -36,17 +31,8 @@ Requires: %{name} = %{version}-%{release} %description devel A small virtual machine engine (in a library) and bytecode compile (devel) -%package bin -Summary: A small virtual machine engine and bytecode compile (bin) -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} - -%description bin -A small virtual machine engine (in a library) and bytecode compile (bin) - - %prep -%setup -q -n %{name} +%setup -q %build @@ -56,26 +42,17 @@ A small virtual machine engine (in a library) and bytecode compile (bin) make %{?jobs:-j%jobs} %install -rm -rf %{buildroot} %make_install - - - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - - - - - - - %files %defattr(-,root,root,-) %{_libdir}/libembryo.so.* +/usr/bin/embryo_cc +/usr/share/embryo/include/default.inc %files devel @@ -84,8 +61,4 @@ rm -rf %{buildroot} %{_libdir}/libembryo.so %{_libdir}/pkgconfig/*.pc -%files bin -%defattr(-,root,root,-) -/usr/bin/embryo_cc -/usr/share/embryo/include/default.inc -- 2.7.4