]> git.pld-linux.org Git - packages/perl-ldap.git/commitdiff
- updated to 0.26, release 1 RA-1_0 perl-ldap-0_26-1
authorankry <ankry@pld-linux.org>
Sun, 29 Sep 2002 18:45:35 +0000 (18:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- NOTE: requires separate perl-Authen-SASL (which conflicts with previous
  versions of perl-ldap
- fixed file list
- added tests, cleaning

Changed files:
    perl-ldap.spec -> 1.34

perl-ldap.spec

index 52a1096f8fa9b6fffe044801e72ffefe70fa3300..b423cfe1c324fe52241242af848d4c3bae98c585 100644 (file)
@@ -1,9 +1,13 @@
+#
+# Conditional build:
+# _without_tests - do not perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 Summary:       perl-ldap perl module
 Summary(pl):   Modu³ perla perl-ldap
 Name:          perl-ldap
-Version:       0.25
-Release:       4
+Version:       0.26
+Release:       1
 Epoch:         1
 License:       GPL
 Group:         Development/Languages/Perl
@@ -16,6 +20,7 @@ BuildRequires:        perl-IO-Socket-SSL
 BuildRequires: perl-MIME-Base64
 BuildRequires: perl-URI >= 1.08
 BuildRequires: perl-XML-Parser
+BuildRequires: perl(Authen::SASL) >= 2.00
 BuildRequires: perl-devel
 BuildRequires: perl-libwww
 BuildRequires: rpm-perlprov >= 3.0.3-16
@@ -39,6 +44,7 @@ find . -type f | xargs -r perl -pi -e 's|/local/bin/perl\d*|/bin/perl|g'
 %build
 perl Makefile.PL
 %{__make}
+%{!?_without_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -54,8 +60,6 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog README TODO
-%{perl_sitelib}/Authen/SASL.pm
-%{perl_sitelib}/Authen/SASL
 %{perl_sitelib}/LWP/Protocol/ldap.pm
 %{perl_sitelib}/Net/LDAP.pm
 %{perl_sitelib}/Net/LDAP
This page took 0.08608 seconds and 4 git commands to generate.