From 2f23fcdbf3c6db4e29215b9c2ab9c8ee1cfe8acc Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Fri, 7 Dec 2007 15:48:52 +0000 Subject: [PATCH] - eek, missed a couple of the suggestions --- libgpg-error.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libgpg-error.spec b/libgpg-error.spec index 97fee9e..1315a85 100644 --- a/libgpg-error.spec +++ b/libgpg-error.spec @@ -10,7 +10,8 @@ Group: System Environment/Libraries License: LGPLv2+ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gawk, gettext -Prereq: /sbin/ldconfig +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig %description This is a library that defines common error values for all GnuPG @@ -85,7 +86,7 @@ rm -fr $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root) -%doc COPYING COPYING.LIB AUTHORS README INSTALL NEWS ChangeLog +%doc COPYING COPYING.LIB AUTHORS README NEWS ChangeLog %{_bindir}/gpg-error /%{_lib}/libgpg-error.so.* @@ -97,6 +98,9 @@ rm -fr $RPM_BUILD_ROOT %{_datadir}/aclocal/gpg-error.m4 %changelog +* Fri Dec 7 2007 Nalin Dahyabhai +- remove the generic install docs (#226021) + * Fri Dec 7 2007 Nalin Dahyabhai - 1.6-1 - update to 1.6 - add suggested summary, buildrequires, and modify install call as suggested