From ade35e7712a5ef4d06395430ee677d9c48e5a3651169c5cbeadfd6c8204fcdb3 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 28 Nov 2011 11:55:00 +0000 Subject: [PATCH] Accepting request 93658 from server:mail add libtool to buildrequires (forwarded request 93290 from coolo) OBS-URL: https://build.opensuse.org/request/show/93658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nmh?expand=0&rev=14 --- nmh.changes | 5 +++++ nmh.spec | 53 +++-------------------------------------------------- 2 files changed, 8 insertions(+), 50 deletions(-) diff --git a/nmh.changes b/nmh.changes index cff8a1c..1bece99 100644 --- a/nmh.changes +++ b/nmh.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 23 12:50:59 UTC 2011 - coolo@suse.com + +- add libtool as buildrequire to avoid implicit dependency + ------------------------------------------------------------------- Mon Sep 8 14:28:17 CEST 2008 - max@suse.de diff --git a/nmh.spec b/nmh.spec index 924c059..c4781aa 100644 --- a/nmh.spec +++ b/nmh.spec @@ -1,7 +1,7 @@ # -# spec file for package nmh (Version 1.3) +# spec file for package nmh # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,12 @@ Name: nmh -BuildRequires: gdbm-devel ncurses-devel postfix +BuildRequires: gdbm-devel libtool ncurses-devel postfix License: BSD 3-Clause Group: Productivity/Networking/Email/Clients Requires: smtp_daemon, less Provides: mh Obsoletes: mh -AutoReqProv: on Version: 1.3 Release: 1 Summary: Unix Mail Handler @@ -91,49 +90,3 @@ make CFLAGS="$RPM_OPT_FLAGS" DESTDIR=$RPM_BUILD_ROOT install %doc docs/TODO docs/README* COPYRIGHT ChangeLog %changelog -* Mon Sep 08 2008 max@suse.de -- Bugfix release: 1.3 -- Obsoletes nmh-64bit.patch and nmh-strcasecmp.patch . -- For more details, see /usr/share/doc/packages/nmh/ChangeLog . -* Tue Jul 15 2008 max@suse.de -- Adopted two patches from Debian to fix a segfault and several - 64bit problems (bnc#334176, bnc#347684). -* Mon Jul 02 2007 max@suse.de -- Mark /etc/nmh/* as config files (#285015). -* Wed Mar 28 2007 max@suse.de -- Update to version 1.2, which fixes a crash (#230763) and a - performance problem (#230764). -- Fixed several compiler warnings (#232416). -* Fri Mar 23 2007 rguenther@suse.de -- add gdbm-devel and ncurses-devel BuildRequires -* Fri Jan 26 2007 ro@suse.de -- silence a compiler warning -* Wed Jan 25 2006 mls@suse.de -- converted neededforbuild to BuildRequires -* Mon Oct 03 2005 mmj@suse.de -- Update to RC4 -* Fri Jun 10 2005 meissner@suse.de -- Use RPM_OPT_FLAGS. -* Tue Jul 06 2004 mmj@suse.de -- Install libexec helper binaries in /usr/lib/nmh [#42774] -* Fri Mar 26 2004 mmj@suse.de -- Add postfix to # neededforbuild -* Wed Oct 15 2003 mmj@suse.de -- Don't build as root -* Tue May 13 2003 mmj@suse.de -- Use %%defattr -* Tue Feb 11 2003 mmj@suse.de -- Obsoletes and Provides mh -- not conflicts. -* Tue Jan 21 2003 meissner@suse.de -- make it build on ppc64. -* Thu Nov 28 2002 mmj@suse.de -- Update to 1.1-RC1 -- Use BuildRoot -* Tue Sep 17 2002 ro@suse.de -- removed bogus self-provides -* Tue Apr 16 2002 mmj@suse.de -- Fix it correctly. -* Mon Apr 15 2002 mmj@suse.de -- Fixed specfile to own /etc/nmh -* Tue Jul 17 2001 mmj@suse.de -- Initial package. Hopefully Maddog is happy now :)