]> git.pld-linux.org Git - packages/nmh.git/commitdiff
- updated to 1.0.4
authorfilon <filon@sokrates.mimuw.edu.pl>
Thu, 23 Aug 2001 17:10:42 +0000 (17:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- temorary comented security patch, there are rejects
- updated other patches

Changed files:
    nmh.spec -> 1.10

nmh.spec

index 278813aee7c0a251669c2ea016d223ecaa29bcdd..dd6d116794bf0accda60c5a11b8a644d6e713748 100644 (file)
--- a/nmh.spec
+++ b/nmh.spec
@@ -1,18 +1,19 @@
 Summary:       A capable mail handling system with a command line interface
 Name:          nmh
 Provides:      mh
-Version:       0.27
-Release:       9
+Version:       1.0.4
+Release:       1
 Copyright:     freeware
 Group:         Applications/Mail
 Group(de):     Applikationen/Post
 Group(pl):     Aplikacje/Poczta
 Group(pt):     Aplicações/Correio Eletrônico
 Source0:       ftp://ftp.math.gatech.edu/pub/nmh/%{name}-%{version}.tar.gz
-Patch0:                %{name}-0.24-config.patch
-Patch1:                %{name}-0.27-buildroot.patch
-Patch2:                %{name}-0.27-security.patch
-Patch3:                %{name}-0.27-compat21.patch
+Patch0:                %{name}-1.0.3-config.patch
+Patch1:                %{name}-1.0.3-buildroot.patch
+#Patch2:               %{name}-0.27-security.patch
+Patch3:                %{name}-1.0.3-compat21.patch
+Patch4:                %{name}-1.0.4-bug7246.patch
 Requires:      smtpdaemon
 Obsoletes:     mh
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -35,13 +36,14 @@ interface for it--nmh only has a command line interface.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
+#%patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 LIBS="-lgdbm"
 export LIBS
-%configure \
+%configure2_13 \
        --with-editor=/bin/vi
 
 %{__make}
@@ -52,8 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_sysconfdir}/*.old
 
-gzip -9nf COPYRIGHT DIFFERENCES FAQ MAIL.FILTERING README TODO VERSION \
-       ZSH.COMPLETION
+gzip -9nf COPYRIGHT DIFFERENCES FAQ MAIL.FILTERING README TODO VERSION 
+#\     ZSH.COMPLETION
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.072102 seconds and 4 git commands to generate.