rpms/perl-Crypt-DH/FC-3 perl-Crypt-DH.spec,1.2,1.3

Paul Howarth (pghmcfc) fedora-extras-commits at redhat.com
Mon Dec 12 14:05:35 UTC 2005


Author: pghmcfc

Update of /cvs/extras/rpms/perl-Crypt-DH/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30797

Modified Files:
	perl-Crypt-DH.spec 
Log Message:
Add support for FC-3, which doesn't have %bcond_with{,out} predefined



Index: perl-Crypt-DH.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Crypt-DH/FC-3/perl-Crypt-DH.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Crypt-DH.spec	9 Dec 2005 08:32:25 -0000	1.2
+++ perl-Crypt-DH.spec	12 Dec 2005 14:05:33 -0000	1.3
@@ -1,11 +1,13 @@
 # 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:	2%{?dist}
+Release:	3%{?dist}
 License:	GPL or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-DH/
@@ -48,6 +50,9 @@
 %{_mandir}/man3/Crypt::DH.3pm*
 
 %changelog
+* Mon Dec 12 2005 Paul Howarth <paul at city-fan.org> 0.06-3
+- Add support for FC-3, which doesn't have %%bcond_with{,out} predefined
+
 * 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
 




More information about the fedora-extras-commits mailing list