rpms/alpine/devel alpine.spec,1.21,1.22

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


Author: rdieter

Update of /cvs/pkgs/rpms/alpine/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv31041

Modified Files:
	alpine.spec 
Log Message:
Remove some largely-unecessary BR's, esp path-based ones 
(should help make skvidal happier)

* 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/devel/alpine.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -p -r1.21 -r1.22
--- alpine.spec	21 Aug 2009 12:21:18 -0000	1.21
+++ alpine.spec	19 Jul 2010 16:44:16 -0000	1.22
@@ -3,7 +3,7 @@
 Summary: powerful, easy to use console email client
 Name: alpine
 Version: 2.00 
-Release: 8%{?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,10 @@ 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
 



More information about the scm-commits mailing list