X-Git-Url: https://git.hcoop.net/hcoop/debian/courier-authlib.git/blobdiff_plain/d9898ee81388d1eff40cf71e85d9ce9b5c1401fe..dd184caf1b0d37f50ea0ddcc68822bd38da32105:/courier-authlib.spec diff --git a/courier-authlib.spec b/courier-authlib.spec index d599314..86da0ce 100644 --- a/courier-authlib.spec +++ b/courier-authlib.spec @@ -1,4 +1,4 @@ -# $Id: courier-authlib.spec.in,v 1.8 2007/04/22 18:38:04 mrsam Exp $ +# $Id: courier-authlib.spec.in,v 1.12 2007/10/07 02:50:45 mrsam Exp $ # # Copyright 1998 - 2006 Double Precision, Inc. See COPYING for # distribution information. @@ -6,13 +6,15 @@ # No dist tag from mock; detect mandrake, redhat, etc. the old fashioned way %if 0%{!?dist:1} %define courier_release %(test -e /etc/mandrake-release -o -e /etc/mandriva-release && release="mdk" ; if test $? != 0; then release="`rpm -q --queryformat='.rh%{VERSION}' redhat-release 2>/dev/null`" ; if test $? != 0 ; then release="`rpm -q --queryformat='.fc%{VERSION}' fedora-release 2>/dev/null`" ; if test $? != 0 ; then release="" ; fi ; fi ; fi ; echo "$release") +%else +%define courier_release %{nil} %endif ################################################################################ Name: courier-authlib -Version: 0.59.3 -Release: 10%{courier_release} +Version: 0.60.1 +Release: 1%{?dist}%{?courier_release} Summary: Courier authentication library Group: System Environment/Daemons @@ -35,6 +37,7 @@ BuildRequires: gdbm-devel BuildRequires: pam-devel BuildRequires: expect BuildRequires: gcc-c++ +BuildRequires: redhat-rpm-config BuildRequires: %{_includedir}/ltdl.h @@ -137,7 +140,7 @@ program, then communicates through messages on stdin and stdout. %configure --with-redhat %build -%{__make} %{_smp_mflags} +%{__make} -s %{_smp_mflags} %install rm -rf $RPM_BUILD_ROOT