From c013f9c3271efd4b16de1e4c34ae74bc435575a3 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Mar 16 2005 23:41:59 +0000 Subject: More review fixes --- diff --git a/edb.spec b/edb.spec index 03ef167..44e7f55 100644 --- a/edb.spec +++ b/edb.spec @@ -1,6 +1,6 @@ Name: edb Version: 1.0.5 -Release: 2 +Release: 3 Summary: A database convenience library wrapped around BDB Group: System Environment/Libraries License: MIT @@ -12,7 +12,9 @@ Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig %description -EDB is a database convenience library wrapped around the Berkeley DB 2.7.7 by Sleepycat Software. It is intended to make accessing database information portable, easy, fast and efficient. +EDB is a database convenience library wrapped around the Berkeley DB 2.7.7 by +Sleepycat Software. It is intended to make accessing database information +portable, easy, fast and efficient. %package devel Summary: Development libraries for edb @@ -20,7 +22,8 @@ Group: Development/Libraries Requires: %{name} = %{version}-%{release} %description devel -The edb-devel package contains static libraries and header files for developing edb applications. +The edb-devel package contains static libraries and header files for developing +edb applications. %package ncurses Summary: ncurses frontend for edb @@ -82,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/edb_gtk_ed %changelog +* Wed Mar 16 2005 Ignacio Vazquez-Abrams 1.0.5-3 +- Broke %descriptions at 80 columns + * Wed Mar 16 2005 Ignacio Vazquez-Abrams 1.0.5-2 - Removed explicit Requires