]> git.pld-linux.org Git - packages/perl-DBI.git/commitdiff
- DBI/Changes.pm is a POD file RA-1_0 STABLE perl-DBI-1_30-2
authorradek <radek@pld-linux.org>
Sat, 12 Oct 2002 13:45:00 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- removed DBI::W32ODBC (AFAIK we do not provide Win32::ODBC)
- release 2
STBR

Changed files:
    perl-DBI.spec -> 1.35

perl-DBI.spec

index 8e7994e7943d3b4ccb5830dbd17774f3bc6c4ca2..366b583c0c03752c6bb1ebd4d9b778b3669a944b 100644 (file)
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 # _with_tests - perform "make test"
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    DBI
 %define        pnam    DBI
@@ -8,10 +9,11 @@ Summary:      DBI - Database independent interface for Perl
 Summary(pl):   DBI - niezale¿ny interfejs baz danych dla perla
 Name:          perl-DBI
 Version:       1.30
-Release:       1
+Release:       2
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
+Patch0:                perl-DBI-changes.patch
 BuildRequires: rpm-perlprov >= 3.0.3-16
 BuildRequires: perl >= 5.6.1
 %if %{?_with_tests:1}%{!?_with_tests:0}
@@ -37,6 +39,7 @@ niezale
 
 %prep
 %setup -q -n %{pnam}-%{version}
+%patch0 -p0
 
 %build
 perl Makefile.PL
@@ -60,7 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %dir %{perl_sitelib}/DBIx
 %{perl_sitearch}/DBI.pm
-%{perl_sitearch}/DBI
+%dir %{perl_sitearch}/DBI
+%{perl_sitearch}/DBI/Const
+%{perl_sitearch}/DBI/[DFPS]*.pm
 %{perl_sitearch}/DBD
 %dir %{perl_sitearch}/auto/DBD
 %dir %{perl_sitearch}/auto/DBI
This page took 0.223658 seconds and 4 git commands to generate.