Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edb

Dir     : e17/libs/edb


Modified Files:
        edb.spec 


Log Message:


update spec

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edb/edb.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- edb.spec    24 Oct 2001 22:52:17 -0000      1.12
+++ edb.spec    7 Feb 2003 01:48:56 -0000       1.13
@@ -9,8 +9,13 @@
 Vendor: The Enlightenment Development Team (http://www.enlightenment.org/)
 Source: ftp://ftp.enlightenment.org/enlightenment/e17/libs/%{name}-%{version}.tar.gz
 BuildRoot: /var/tmp/%{name}-root
+BuildRequires: zlib-devel
+BuildRequires: ncurses-devel
+BuildRequires: gtk+-devel
+Requires: zlib
 
 %description
+
 Edb is a database abstraction layer to Berkeley Databases. Edb contains the
 source for DB 2.7.7, thus freezing the database format on disk, making sure it
 will never become incompatible (as is a habit of the DB interface in libc). Edb
@@ -18,7 +23,43 @@
 access easy, fast and consistent. It handles typing of information in the
 database and much more.
 
+%package devel
+Summary: Edb headers, static libraries, documentation and test programs
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+
+%description devel
+Headers, static libraries, test programs and documentation for Edb
+
+%package ed
+Summary: Edb command-line editor
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+
+%description ed
+A command-line db editor for Edb
+
+%package gtk_ed
+Summary: Edb command-line editor
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+Requires: gtk+
+
+%description gtk_ed
+A GTK+ gui db editor for Edb
+
+%package vt_ed
+Summary: Edb command-line editor
+Group: System Environment/Libraries
+Requires: %{name} = %{version}
+Requires: ncurses
+
+%description vt_ed
+A curses db editor for Edb
+
 %prep
+rm -rf $RPM_BUILD_ROOT
+
 %setup -q
 
 %build
@@ -44,12 +85,26 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS COPYING README src/LICENSE
-%{_libdir}/libedb.so.*
-%{_libdir}/libedb.so
-%{_libdir}/libedb.*a
-%{_includedir}/Edb.h
-%{_bindir}/edb*
+%{_libdir}/libedb.so*
+%{_libdir}/libedb.la
+
+%files devel
+%{_includedir}/Edb*
+%{_bindir}/edb-config
+%{_libdir}/libedb.a
+%doc AUTHORS
+%doc COPYING
+%doc README
+%doc src/LICENSE
+
+%files ed
+%{_bindir}/edb_ed
+
+%files gtk_ed
+%{_bindir}/edb_gtk_ed
+
+%files vt_ed
+%{_bindir}/edb_vt_ed
 
 %changelog
 * Sat Aug 11 2001 Mark Bainter <[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