OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Feb-2004 20:37:20
Branch: HEAD Handle: 2004021419372000
Modified files:
openpkg-src/mutt mutt.spec
Log:
upgrading package: mutt 1.4.1i -> 1.4.2.1i
Summary:
Revision Changes Path
1.58 +9 -7 openpkg-src/mutt/mutt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mutt/mutt.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 mutt.spec
--- openpkg-src/mutt/mutt.spec 7 Feb 2004 17:56:52 -0000 1.57
+++ openpkg-src/mutt/mutt.spec 14 Feb 2004 19:37:20 -0000 1.58
@@ -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 @@
Group: Mail
License: BSD
Version: %{V_mutt}i
-Release: 20040207
+Release: 20040214
# build options
%option with_comp no
@@ -87,28 +87,28 @@
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 @@
%{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
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]