Prechádzať zdrojové kódy

upgrading package: mutt 1.5.13 -> 1.5.14

Ralf S. Engelschall 18 rokov pred
rodič
commit
14a5ffc4c8
1 zmenil súbory, kde vykonal 6 pridanie a 3 odobranie
  1. 6 3
      mutt/mutt.spec

+ 6 - 3
mutt/mutt.spec

@@ -22,10 +22,12 @@
 ##  SUCH DAMAGE.
 ##
 
+#   FIXME: rse: NTTP/Initials/Quote/Compressed patches still not available for 1.5.14
+
 #   package version
-%define       V_mutt                  1.5.13
+%define       V_mutt                  1.5.14
 %define       V_mutt_patches          1.5.13
-%define       V_mutt_patches_sidebar  1.5.13.sidebar.20061023
+%define       V_mutt_patches_sidebar  1.5.14.sidebar.20070223
 
 #   package information
 Name:         mutt
@@ -38,7 +40,7 @@ Class:        BASE
 Group:        Mail
 License:      BSD
 Version:      %{V_mutt}
-Release:      20070101
+Release:      20070225
 
 #   build options
 %option       with_comp      no
@@ -174,6 +176,7 @@ AutoReqProv:  no
     INSTALL="%{l_shtool} install%{l_nil} -c" \
     ./configure \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --sysconfdir=%{l_prefix}/etc/mutt \
         --with-docdir=%{l_prefix}/share/mutt \
 %if "%{with_ncurses}" == "yes"