rpms/perl-Crypt-DH/devel perl-Crypt-DH.spec,1.1,1.2

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Fri Dec 9 08:32:28 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-DH/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9965

Modified Files:
	perl-Crypt-DH.spec 
Log Message:
Add facility to skip test suite at build time if desired



Index: perl-Crypt-DH.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DH/devel/perl-Crypt-DH.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Crypt-DH.spec	9 Dec 2005 08:19:42 -0000	1.1
+++ perl-Crypt-DH.spec	9 Dec 2005 08:32:25 -0000	1.2
@@ -1,7 +1,11 @@
+# To skip the lengthy test suite, use:
+# rpmbuild --without checks
+%bcond_without checks
+
 Summary:	Perl module implementing the Diffie-Hellman key exchange system
 Name:		perl-Crypt-DH
 Version:	0.06
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-DH/
@@ -25,7 +29,7 @@
 %{__make} %{?_smp_mflags}
 
 %check
-%{__make} test
+%{?with_checks:%{__make} test}
 
 %install
 %{__rm} -rf %{buildroot}
@@ -44,5 +48,8 @@
 %{_mandir}/man3/Crypt::DH.3pm*
 
 %changelog
+* Fri Dec  9 2005 Paul Howarth <paul at city-fan.org> 0.06-2
+- Add facility to skip test suite at build time if desired
+
 * Tue Nov 29 2005 Paul Howarth <paul at city-fan.org> 0.06-1
 - Initial build




More information about the scm-commits mailing list