2000-05-10-18:37:40 Wilhelm Wienemann:
> %build
> CFLAGS="$RPM_OPT_FLAGS -DDL_STANDALONE"
> ./configure --prefix=/usr --enable-compressed --with-mixmaster
>--with-charmaps=/usr/share/i18n/charmaps --sysconfdir=%{prefix}/etc
> make keymap_defs.h
> make mutt_dotlock
I didn't see that problem. Built an rpm just a little
ago on Red Hat 6.2beta.
I have a somewhat different set of options in my configure. I attach
my spec file.
-Bennett
Name: mutt
Version: 1.2i
Release: 1
Source: ftp://ftp.mutt.org/pub/mutt/mutt-%{version}.tar.gz
Group: Applications/Mail
License: GPL
Summary: The Mutt Mail User Agent
BuildRoot: /var/tmp/%{name}-rpmroot
%description
Mutt is a small but very powerful full-screen Unix mail client. Features
include MIME, POP3, multiple mailbox formats, colour, message threading,
scoring, and bindable keys.
This is the International version of mutt *with* PGP support.
%prep
%setup -n mutt-1.2
%build
./configure --prefix=/usr \
--enable-pop \
--enable-imap \
--with-ssl
make keymap_defs.h
make
%install
mkdir -p $RPM_BUILD_ROOT/usr/{bin,etc,man/man1,share/mutt,doc/mutt-%{version}}
make prefix=$RPM_BUILD_ROOT/usr docdir=$RPM_BUILD_ROOT/usr/doc/mutt install
find $RPM_BUILD_ROOT -type f|xargs file|awk -F: '/not stripped/{print $1}'|xargs strip
%changelog
* Wed May 10 2000 Bennett Todd <[EMAIL PROTECTED]>
- Initial wrap
%files
%defattr(-,root,root)
/usr/bin/*
%doc /usr/man/man*/*
%doc /usr/doc/mutt
/usr/share/*
%config /usr/etc/*
PGP signature