Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo


Modified Files:
        embryo.spec.in 


Log Message:


embryo packages now are split up right

===================================================================
RCS file: /cvs/e/e17/libs/embryo/embryo.spec.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- embryo.spec.in      8 Sep 2005 21:04:21 -0000       1.2
+++ embryo.spec.in      20 Apr 2006 04:15:20 -0000      1.3
@@ -3,7 +3,7 @@
 Summary: A small virtual machine engine (in a library) and bytecode compiler
 Name: @PACKAGE@
 Version: @VERSION@
-Release: 0.20050908
+Release: 0.%(date '+%Y%m%d')
 License: BSD
 Group: System Environment/Libraries
 Source: %{name}-%{version}.tar.gz
@@ -25,6 +25,22 @@
 %description devel
 Headers, static libraries, test programs and documentation for Embryo
 
+%package bin
+Summary: Embryo bytecode compiler and needed data files
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+
+%description bin
+The embryo bytecode compiler and its files
+
+%package debug
+Summary: Embryo debug utilities
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+
+%description debug
+Debug utilities for embryo
+
 %prep
 %setup -q
 
@@ -50,17 +66,23 @@
 %defattr(-, root, root)
 %doc AUTHORS COPYING* README
 %{_libdir}/*.so.*
-%{_libdir}/*.la
+
+%files bin
+%defattr(-, root, root)
 %attr(755,root,root) %{_bindir}/embryo_cc
+%{_datadir}/embryo/include
+
+%files debug
+%defattr(-, root, root)
 %attr(755,root,root) %{_bindir}/embryo
+%{_datadir}/embryo/examples
 
 %files devel
 %defattr(-, root, root)
 %{_libdir}/*.so
+%{_libdir}/*.la
 %{_libdir}/*.a
 %{_bindir}/embryo-config
-%{_datadir}/embryo/examples
-%{_datadir}/embryo/include
 %{_libdir}/pkgconfig/*
 %{_includedir}/*.h
 




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to