SPECS: perl-Math-Amoeba.spec - updated to 0.02 - added %bcond_with...

czucz czucz at pld-linux.org
Wed Nov 23 11:19:33 CET 2005


Author: czucz                        Date: Wed Nov 23 10:19:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 0.02
- added %bcond_without tests
- removed outdated Patch0

---- Files affected:
SPECS:
   perl-Math-Amoeba.spec (1.32 -> 1.33) 

---- Diffs:

================================================================
Index: SPECS/perl-Math-Amoeba.spec
diff -u SPECS/perl-Math-Amoeba.spec:1.32 SPECS/perl-Math-Amoeba.spec:1.33
--- SPECS/perl-Math-Amoeba.spec:1.32	Wed Nov  3 23:30:33 2004
+++ SPECS/perl-Math-Amoeba.spec	Wed Nov 23 11:19:28 2005
@@ -1,18 +1,21 @@
 # $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without	tests	# do not perform "make test"
+#
 %include	/usr/lib/rpm/macros.perl
 %define		pdir	Math
 %define		pnam	Amoeba
 Summary:	Math::Amoeba perl module
 Summary(pl):	Moduł perla Math::Amoeba
 Name:		perl-Math-Amoeba
-Version:	0.01
-Release:	11
+Version:	0.02
+Release:	1
 # same as perl
 License:	GPL v1+ or Artistic
 Group:		Development/Languages/Perl
 Source0:	http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5:	70347881caf5989ec45fce28cd730359
-Patch0:		%{name}-man.patch
+# Source0-md5:	540c2158749ff945faff7a4897557bd1
 BuildRequires:	perl-devel >= 1:5.8.0
 BuildRequires:	rpm-perlprov >= 4.1-13
 BuildArch:	noarch
@@ -30,13 +33,14 @@
 
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
-%patch -p0
 
 %build
 %{__perl} Makefile.PL \
 	INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -58,6 +62,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.33  2005/11/23 10:19:28  czucz
+- updated to 0.02
+- added %bcond_without tests
+- removed outdated Patch0
+
 Revision 1.32  2004/11/03 22:30:33  paladine
 - formatting
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/perl-Math-Amoeba.spec?r1=1.32&r2=1.33&f=u




More information about the pld-cvs-commit mailing list