Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir     : e17/libs/eet


Modified Files:
        eet.spec 


Log Message:


update spec

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/eet/eet.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- eet.spec    2 Dec 2002 23:39:25 -0000       1.2
+++ eet.spec    7 Feb 2003 01:06:35 -0000       1.3
@@ -8,7 +8,7 @@
 Version: %ver
 Release: %rel
 Copyright: BSD
-Group: Base/Group
+Group: System Environment/Libraries
 Source: ftp://ftp.enlightenment.org/pub/eet/eet-%{ver}.tar.gz
 BuildRoot: /var/tmp/eet-root
 Packager: The Rasterman <[EMAIL PROTECTED]>
@@ -19,7 +19,18 @@
 Docdir: %{prefix}/doc
 
 %description
-Eet
+
+Eet is a tiny library designed to write an arbitary set of chunks of data
+to a file and optionally compress each chunk (very much like a zip file)
+and allow fast random-access reading of the file later on. It does not
+do zip as a zip itself has more complexity than is needed, and it was much
+simpler to impliment this once here.
+
+It also can encode and decode data structures in memory, as well as image
+data for saving to eet files or sending across the network to other
+machines, or just writing to arbitary files on the system. All data is
+encoded ina platform independant way and can be written and read by any
+architecture.
 
 %prep
 %setup
@@ -48,7 +59,7 @@
 
 %files
 %defattr(-,root,root)
-%doc README COPYING ChangeLog
+%doc README COPYING ChangeLog eet_docs.tar.gz
 %attr(755,root,root) %{prefix}/bin/*
 %attr(755,root,root) %{prefix}/lib/*
 %{prefix}/share/*
@@ -56,6 +67,7 @@
 %doc AUTHORS
 %doc COPYING
 %doc README
+%doc eet_docs.tar.gz
 
 %changelog
 * Sat Jun 23 2001 The Rasterman <[EMAIL PROTECTED]>




-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to