|
|
|
@ -24,11 +24,15 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# version |
|
|
|
|
%define V_mutt 1.3.27 |
|
|
|
|
%define V_mutt 1.3.28 |
|
|
|
|
|
|
|
|
|
# build options |
|
|
|
|
%ifndef with_comp |
|
|
|
|
%define with_comp yes |
|
|
|
|
%endif |
|
|
|
|
%ifndef with_nntp |
|
|
|
|
%define with_nntp yes |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: mutt |
|
|
|
@ -40,7 +44,7 @@ Distribution: OpenPKG [REL]
|
|
|
|
|
Group: Mail |
|
|
|
|
License: BSD |
|
|
|
|
Version: %{V_mutt}i |
|
|
|
|
Release: 20020206 |
|
|
|
|
Release: 20020314 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.mutt.org/pub/mutt/mutt-%{V_mutt}i.tar.gz |
|
|
|
@ -100,7 +104,7 @@ AutoReqProv: no
|
|
|
|
|
|
|
|
|
|
%install |
|
|
|
|
rm -rf $RPM_BUILD_ROOT |
|
|
|
|
%{l_shtool} subst -e "s;chmod 2755;true;" "s;chgrp mail;true;" Makefile |
|
|
|
|
%{l_shtool} subst -e "s;chmod 2755;true;" -e "s;chgrp mail;true;" Makefile |
|
|
|
|
%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT |
|
|
|
|
rm -f $RPM_BUILD_ROOT%{l_prefix}/share/mutt/[A-Za-d]* |
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/mutt/html |
|
|
|
|