rpms/alpine/EL-6 alpine.spec,1.22,1.23

Rex Dieter rdieter at fedoraproject.org
Mon Jul 19 16:51:31 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/alpine/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv32560

Modified Files:
	alpine.spec 
Log Message:
* Mon Jul 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.00-9
- --with-npa=/usr/bin/inews
- --with-smtp-msa=/usr/sbin/sendmail



Index: alpine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/EL-6/alpine.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- alpine.spec	19 Jul 2010 16:13:56 -0000	1.22
+++ alpine.spec	19 Jul 2010 16:51:30 -0000	1.23
@@ -3,7 +3,7 @@
 Summary: powerful, easy to use console email client
 Name: alpine
 Version: 2.00 
-Release: 6%{?dist}
+Release: 9%{?dist}
 
 License: ASL 2.0
 Group: Applications/Internet
@@ -34,14 +34,16 @@ Patch2: alpine-2.00-hunspell.patch
 BuildRequires: automake libtool
 BuildRequires: gettext
 BuildRequires: hunspell
-BuildRequires: inews
+## passing --with-npa=/usr/bin/inews
+#BuildRequires: inews
 BuildRequires: krb5-devel
 BuildRequires: ncurses-devel 
 BuildRequires: openldap-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
 BuildRequires: passwd
-BuildRequires: sendmail /usr/sbin/sendmail
+# passing --with-smtp-msa=/usr/sbin/sendmail instead
+#BuildRequires: /usr/sbin/sendmail 
 
 Requires: hunspell
 Requires: mailcap
@@ -69,9 +71,7 @@ GNU Build System's autotools.
 %prep
 %setup -q
 
-#if 0%{?fedora} > 10
 %patch1 -p1 -b .gcc44_reply_hack
-#endif
 %patch2 -p1 -b .hunspell
 
 # HACK to workaround local auto* wierdness outside of mock
@@ -86,6 +86,8 @@ touch imap/ip6
   --enable-debug=no \
   --without-tcl \
   --with-c-client-target=lfd \
+  --with-smtp-msa=/usr/sbin/sendmail \
+  --with-npa=/usr/bin/inews \
   --with-passfile=.alpine.passfile \
   --with-simple-spellcheck=hunspell \
   --with-interactive-spellcheck=hunspell \
@@ -127,6 +129,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.00-9
+- --with-npa=/usr/bin/inews
+- --with-smtp-msa=/usr/sbin/sendmail
+
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.00-8
+- rebuilt with new openssl
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.00-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Thu Jul 02 2009 Caolán McNamara <caolanm at redhat.com> - 2.00-6
 - --with-spellcheck-prog isn't a configure option use
   --with-simple-spellcheck/--with-interactive-spellcheck and patch



More information about the scm-commits mailing list