rpms/gnubiff/devel gnubiff.spec,1.28,1.29

Fabian Affolter fab at fedoraproject.org
Sat Jun 19 07:04:57 UTC 2010


Author: fab

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

Modified Files:
	gnubiff.spec 
Log Message:
* Sat Jun 19 2010 Fabian Affolter <fabian at bernewireless.net> - 2.2.13-3
- Added condition to build with "with-password" (BZ #589090)



Index: gnubiff.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnubiff/devel/gnubiff.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- gnubiff.spec	28 Mar 2010 10:27:19 -0000	1.28
+++ gnubiff.spec	19 Jun 2010 07:04:55 -0000	1.29
@@ -1,35 +1,36 @@
-Name:       	gnubiff
-Version:   	2.2.13
-Release:    	2%{?dist}
-Summary:    	A mail notification program
-
-Group:      	Applications/Internet
-License:    	GPLv3+
-URL:        	http://gnubiff.sourceforge.net/
-Source0:    	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:     	gnubiff-2.2.13-dsofix.patch
-BuildRoot:  	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Name:           gnubiff
+Version:        2.2.13
+Release:        3%{?dist}
+Summary:        A mail notification program
+
+Group:          Applications/Internet
+License:        GPLv3+
+URL:            http://gnubiff.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Patch0:         gnubiff-2.2.13-dsofix.patch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libstdc++-devel
-BuildRequires:	gamin-devel
-BuildRequires:	gnome-panel-devel
-BuildRequires:	libglade2-devel
-BuildRequires:	openssl-devel
-BuildRequires:	perl-XML-Parser
-
-BuildRequires:	gettext
-BuildRequires:	desktop-file-utils
-BuildRequires:	intltool
+BuildRequires:  gamin-devel
+BuildRequires:  gnome-panel-devel
+BuildRequires:  libglade2-devel
+BuildRequires:  openssl-devel
+BuildRequires:  perl-XML-Parser
+
+BuildRequires:  intltool
+BuildRequires:  desktop-file-utils
+BuildRequires:  intltool
 
-Requires:	sox
+Requires:        sox
 Requires(post):	 info
 Requires(preun): info
 
 
 %description
-Gnubiff is a mail notification program that checks for mail, displays headers
-when new mail has arrived and allow to read first lines of new messages.
-Supported protocols are POP3, APOP, IMAP4, MH, Qmail and Mail File.
+Gnubiff is a mail notification program that checks for mail,
+displays headers when new mail has arrived and allow to read
+first lines of new messages. Supported protocols are POP3, APOP,
+IMAP4, MH, Qmail, and Mail File.
 
 
 %prep
@@ -38,6 +39,10 @@ Supported protocols are POP3, APOP, IMAP
 
 
 %build
+%bcond_with password
+%if %{with password}
+%configure --disable-rpath --with-password
+%endif
 %configure --disable-rpath --with-password-string 
 make %{?_smp_mflags}
 
@@ -81,6 +86,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Jun 19 2010 Fabian Affolter <fabian at bernewireless.net> - 2.2.13-3
+- Added condition to build with "with-password" (BZ #589090)
+
 * Sat Mar 27 2010 Christoph Wickert <cwickert at fedoraproject.org> - 2.2.13-2
 - Add patch to fix DSO linking. (#564648)
 - BR intltool



More information about the scm-commits mailing list