]> git.pld-linux.org Git - packages/perl-Authen-SASL.git/commitdiff
- up to 2.05
authormigo <migo@pld-linux.org>
Wed, 29 Oct 2003 18:20:41 +0000 (18:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- new bcond style

Changed files:
    perl-Authen-SASL.spec -> 1.12

perl-Authen-SASL.spec

index aeb386622f8b50fab12206bced516b2a7e089886..2c1e03577c6ae3f94baa6774cf2e85c9da850741 100644 (file)
@@ -1,20 +1,20 @@
-#
+
 # 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    Authen
 %define                pnam    SASL
 Summary:       Authen::PAM Perl module - SASL Authentication framework
 Summary(pl):   Modu³ Perla Authen::SASL - szkielet autentykacji SASL
 Name:          perl-Authen-SASL
-Version:       2.04
+Version:       2.05
 Release:       1
 Vendor:                Graham Barr <gbarr@pobox.com>
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: ea9ff18439eb949068868369bc2dd802
+# Source0-md5: 4e89ec22947701feb71360972a3b484d
 Patch0:                %{name}-non_existent_man.patch
 BuildRequires: pam-devel
 BuildRequires: perl-devel >= 5.6
@@ -43,7 +43,7 @@ wszystkie protoko
 %{__perl} Makefile.PL \
        INSTALLDIRS=vendor
 %{__make}
-%{!?_without_tests:%{__make} test}
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.058122 seconds and 4 git commands to generate.