rpms/alpine/devel alpine.spec,1.10,1.11

Joshua Daniel Franklin (joshuadf) fedora-extras-commits at redhat.com
Mon Mar 24 17:30:08 UTC 2008


Author: joshuadf

Update of /cvs/pkgs/rpms/alpine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26121

Modified Files:
	alpine.spec 
Log Message:
Disable debug files


Index: alpine.spec
===================================================================
RCS file: /cvs/pkgs/rpms/alpine/devel/alpine.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- alpine.spec	24 Mar 2008 12:07:30 -0000	1.10
+++ alpine.spec	24 Mar 2008 17:29:26 -0000	1.11
@@ -3,9 +3,9 @@
 Summary: UW Alpine mail user agent
 Name: alpine
 Version: 1.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 
-License: Apache Software License
+License: ASL 2.0
 Group: Applications/Internet
 URL: http://www.washington.edu/alpine
 # FTP: ftp://ftp.cac.washington.edu/alpine/
@@ -68,7 +68,7 @@
 touch imap/ip6
 # --without-tcl disables the TCL-based CGI "Web Alpine"
 %configure \
-  --disable-debug \
+  --enable-debug=no \
   --without-tcl \
   --with-c-client-target=lfd \
   --with-passfile=.alpine.passfile \
@@ -111,6 +111,10 @@
 
 
 %changelog
+* Mon Mar 24 2008 Joshua Daniel Franklin <joshuadfranklin at yahoo.com> 1.10-2
+- Change License string to "ASL 2.0" instead of "Apache Software License"
+- Disable debug files with "--enable-debug=no" (BZ #427013)
+
 * Mon Mar 24 2008 Rex Dieter <rdieter at fedoraproject.org> - 1.10-1
 - alpine-1.10
 - cosmetic (Build)Req cleanup




More information about the fedora-extras-commits mailing list