]> git.pld-linux.org Git - packages/perl-DBI.git/commitdiff
- version 1.51, turned tests on by default
authorradek <radek@pld-linux.org>
Mon, 24 Jul 2006 12:02:42 +0000 (12:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- noautoreq perl(DBI*)
- removed man for DBI::ProfileDumper from main package

Changed files:
    perl-DBI.spec -> 1.79

perl-DBI.spec

index 8ddfcb4571f4820f43d5b7c3098123bede2b3b8e..b786b1df065f001ba8d4b5e10f7830ebebcd955e 100644 (file)
@@ -1,9 +1,9 @@
 # TODO
-# - perl(RPC::PlClient) as optional?
+# - perl(RPC::PlClient) as optional?  If yes, separate /proxy/i to subpackage.
 #
 # Conditional build:
 %bcond_without autodeps        # don't BR packages needed only for resolving deps
-%bcond_with    tests           # perform "make test"
+%bcond_without tests           # perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define                pdir    DBI
@@ -25,12 +25,12 @@ Summary(ru):        
 Summary(sv):   Ett databasåtkomst-API för Perl
 Summary(zh_CN):        Perl µÄÊý¾Ý¿â·ÃÎÊ API¡£
 Name:          perl-DBI
-Version:       1.50
+Version:       1.51
 Release:       1
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-# Source0-md5: 487cb22f89ab21029725eb6e0b861a2a
+# Source0-md5: d2ecc92395c4ab8221bac2866afbae04
 Patch0:                %{name}-changes.patch
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -42,7 +42,7 @@ Obsoletes:    perl-DBI-FAQ
 Conflicts:     perl-DBD-CSV < 1:0.21
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _noautoreq      'perl(DBD::<foo>)' 'perl(DBI::Format)' 'perl(DBI::PurePerl)'
+%define                _noautoreq      'perl(DBD::<foo>)' 'perl(DBI::Format)' 'perl(DBI::PurePerl)' 'perl(DBI)' 'perl(DBI::.*)'
 %define                _noautoreqdep   'perl(UNIVERSAL)'
 
 %description
@@ -215,7 +215,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/DBI.*
 %{_mandir}/man3/DBI::Profile.*
 %{_mandir}/man3/DBI::ProfileData.*
-%{_mandir}/man3/DBI::ProfileDumper.*
 %{_mandir}/man3/DBI::ProxyServer.*
 %{_mandir}/man3/DBI::PurePerl.*
 %{_mandir}/man3/DBI::[!PW]*
This page took 0.061928 seconds and 4 git commands to generate.