Summary: Enlightenment DataBase access library. Name: edb Version: 1.0.3 Release: 4_3%{?dist} License: BSD Group: System Environment/Libraries URL: http://enlightenment.org/pages/edb.html Source: http://prdownloads.sourceforge.net/enlightenment/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root %description Edb is a simple, clean, high-level db access/storage library. %package devel Summary: Enlightenment DB headers and development libraries. Group: Development/Libraries Requires: %{name} = %{version} %description devel Edb development headers and libraries. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc AUTHORS COPYING README src/LICENSE %{_bindir}/edb_* %{_libdir}/*.so.* %files devel %defattr(-,root,root,-) %{_bindir}/edb-config %{_libdir}/*.a %exclude %{_libdir}/*.la %{_libdir}/*.so %{_includedir}/* %changelog * Mon Mar 31 2003 Matthias Saou - Rebuilt for Red Hat Linux 9. - Exclude .la file. * Wed Nov 13 2002 Matthias Saou - Rebuilt against Red Hat Linux 8.0. * Fri May 3 2002 Matthias Saou - Rebuilt against Red Hat Linux 7.3. - Added the %{?_smp_mflags} expansion. * Fri Jan 19 2001 Matthias Saou - Spec file cleanup and update to 1.0.3.