|
|
@@ -24,7 +24,7 @@
|
|
|
##
|
|
|
|
|
|
# package version
|
|
|
-%define V_mutt 1.4.1
|
|
|
+%define V_mutt 1.4.2.1
|
|
|
|
|
|
# package information
|
|
|
Name: mutt
|
|
|
@@ -37,7 +37,7 @@ Class: BASE
|
|
|
Group: Mail
|
|
|
License: BSD
|
|
|
Version: %{V_mutt}i
|
|
|
-Release: 20040207
|
|
|
+Release: 20040214
|
|
|
|
|
|
# build options
|
|
|
%option with_comp no
|
|
|
@@ -87,28 +87,28 @@ Conflicts: mutt15
|
|
|
prog mutt:patch_rr_compressed = {
|
|
|
version = %{V_mutt}
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/
|
|
|
- regex = mutt-(1\.4(\.\d+)?)
|
|
|
+ regex = mutt-(1\.4(\.\d+)+)
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
|
|
|
regex = patch-(__VER__)\.rr\.compressed\.gz
|
|
|
}
|
|
|
prog mutt:patch_vvv_initials = {
|
|
|
version = %{V_mutt}
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/
|
|
|
- regex = mutt-(1\.4(\.\d+)?)
|
|
|
+ regex = mutt-(1\.4(\.\d+)+)
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
|
|
|
regex = patch-(__VER__)\.vvv\.initials\.gz
|
|
|
}
|
|
|
prog mutt:patch_vvv_nntp = {
|
|
|
version = %{V_mutt}
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/
|
|
|
- regex = mutt-(1\.4(\.\d+)?)
|
|
|
+ regex = mutt-(1\.4(\.\d+)+)
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
|
|
|
regex = patch-(__VER__)\.vvv\.nntp\.gz
|
|
|
}
|
|
|
prog mutt:patch_vvv_quote = {
|
|
|
version = %{V_mutt}
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/
|
|
|
- regex = mutt-(1\.4(\.\d+)?)
|
|
|
+ regex = mutt-(1\.4(\.\d+)+)
|
|
|
url = ftp://ftp.mutt.org.ua/pub/mutt/mutt-__NEWVER__/
|
|
|
regex = patch-(__VER__)\.vvv\.quote\.gz
|
|
|
}
|
|
|
@@ -208,7 +208,9 @@ Conflicts: mutt15
|
|
|
%{SOURCE mailcap} $RPM_BUILD_ROOT%{l_prefix}/etc/mutt/mailcap
|
|
|
|
|
|
# determine installation files
|
|
|
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
|
|
|
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
|
|
|
+ %{l_files_std} \
|
|
|
+ '%config %{l_prefix}/etc/mutt/*'
|
|
|
|
|
|
%files -f files
|
|
|
|