update changelog, control & spec
[framework/uifw/embryo.git] / packaging / embryo.spec
index 0d590d3..bfc4748 100644 (file)
@@ -1,20 +1,16 @@
-# 
-# Do NOT Edit the Auto-generated Part!
-# Generated by: spectacle version 0.22
-# 
-
+#sbs-git:slp/pkgs/e/embryo embryo 1.1.0+svn.68928slp2+build01 ff312ab0f1dd243c5f94e56b2e55f3c43b0cf40f
 Name:       embryo
 Summary:    A small virtual machine engine (in a library) and bytecode compiler
-Version:    1.0.999.svn60294
+Version:    1.2.0+svn.70204slp2+build01
 Release:    1
-Group:      TO_BE/FILLED_IN
-License:    TO BE FILLED IN
+Group:      System/Libraries
+License:    BSD
 URL:        http://www.enlightenment.org/
-Source0:    http://download.enlightenment.org/releases/embryo-%{version}.tar.bz2
+Source0:    %{name}-%{version}.tar.gz
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires: pkgconfig(eina)
-#BuildRequires:  doxygen
+Provides: embryo-bin
 
 
 %description
@@ -36,46 +32,30 @@ 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
+export CFLAGS+=" -fvisibility=hidden -fPIC"
+export LDFLAGS+=" -fvisibility=hidden -Wl,--hash-style=both -Wl,--as-needed"
 
 %autogen --disable-static
 %configure --disable-static
 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.*
+%{_bindir}/embryo_cc
+%{_datadir}/embryo/include/default.inc
 
 
 %files devel
@@ -83,9 +63,3 @@ rm -rf %{buildroot}
 %{_includedir}/embryo-1/Embryo.h
 %{_libdir}/libembryo.so
 %{_libdir}/pkgconfig/*.pc
-
-%files bin
-%defattr(-,root,root,-)
-/usr/bin/embryo_cc
-/usr/share/embryo/include/default.inc
-