diff --git a/perl-Crypt-DH.spec b/perl-Crypt-DH.spec index fc2dc87..ff077c2 100644 --- a/perl-Crypt-DH.spec +++ b/perl-Crypt-DH.spec @@ -1,13 +1,10 @@ # To skip the lengthy test suite, use: # rpmbuild --without checks -%{!?bcond_with:%define bcond_with() %{expand:%%{?_with_%{1}:%%global with_%{1} 1}}} -%{!?bcond_without:%define bcond_without() %{expand:%%{!?_without_%{1}:%%global with_%{1} 1}}} -%bcond_without checks Summary: Perl module implementing the Diffie-Hellman key exchange system Name: perl-Crypt-DH Version: 0.06 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL or Artistic Group: Development/Libraries Url: http://search.cpan.org/dist/Crypt-DH/ @@ -31,7 +28,7 @@ private keys, between them. %{__make} %{?_smp_mflags} %check -%{?with_checks:%{__make} test} +%{!?_without_checks:%{__make} test} %install %{__rm} -rf %{buildroot} @@ -50,6 +47,9 @@ private keys, between them. %{_mandir}/man3/Crypt::DH.3pm* %changelog +* Thu Feb 16 2006 Paul Howarth 0.06-4 +- Simplify conditional build by not using %%bcond_* macros + * Mon Dec 12 2005 Paul Howarth 0.06-3 - Add support for FC-3, which doesn't have %%bcond_with{,out} predefined