summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Gołębiowski2004-02-16 22:25:55 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitdb96ed6e61ba24a35fae0b29f03e2bb97db60e68 (patch)
tree077a099ef14234117e5aa40cdcf5a323e7a234bb
parent330cea088418b23b247cf5b137da4a541d5ec260 (diff)
downloadperl-POE-Exceptions-db96ed6e61ba24a35fae0b29f03e2bb97db60e68.zip
perl-POE-Exceptions-db96ed6e61ba24a35fae0b29f03e2bb97db60e68.tar.gz
- updated to 0.03
- new style bconds - minimal perl-POE version is now 0.25 Changed files: perl-POE-Exceptions.spec -> 1.6
-rw-r--r--perl-POE-Exceptions.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/perl-POE-Exceptions.spec b/perl-POE-Exceptions.spec
index 995a3f6..2883f11 100644
--- a/perl-POE-Exceptions.spec
+++ b/perl-POE-Exceptions.spec
@@ -1,6 +1,6 @@
#
# Conditional build:
-# _without_tests - do not perform "make test"
+%bcond_without tests # do not perform "make test"
#
%include /usr/lib/rpm/macros.perl
%define pdir POE
@@ -8,16 +8,16 @@
Summary: POE::Exceptions - POE class for handling exceptions
Summary(pl): POE::Exceptions - klasa POE do obs³ugi wyj±tków
Name: perl-POE-Exceptions
-Version: 0.02
+Version: 0.03
Release: 1
License: BSD-like
Group: Development/Languages/Perl
Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 599004002a158c9fdd095258c0a9afd8
+# Source0-md5: b962d88f0bdcb2c9e63f0451cd7c4a29
BuildRequires: perl-devel >= 5.6
BuildRequires: rpm-perlprov >= 4.1-13
-%if %{!?_without_tests:1}0
-BuildRequires: perl-POE >= 0.22
+%if %{with tests}
+BuildRequires: perl-POE >= 0.25
%endif
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -51,7 +51,7 @@ by³o.
INSTALLDIRS=vendor
%{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
%install
rm -rf $RPM_BUILD_ROOT