]> git.pld-linux.org Git - packages/perl-DBD-ODBC.git/commitdiff
- really updated (to 1.06), added hack for broken Makefile.PL
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 8 Oct 2003 14:20:46 +0000 (14:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-ODBC.spec -> 1.19

perl-DBD-ODBC.spec

index bb817deaa9a4d0e795cc58ea84921875ee1c7c67..7e95227c4943b2849beeefadcbadeaf7337a7526 100644 (file)
@@ -8,12 +8,12 @@
 Summary:       DBD::ODBC perl module
 Summary(pl):   Modu³ perla DBD::ODBC
 Name:          perl-DBD-ODBC
-Version:       1.05
+Version:       1.06
 Release:       1
 License:       GPL/Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 15fc684b7d658d73193fbab761d6b6f2
+# Source0-md5: 5b5fda7660230d19fafe7511f799afd8
 BuildRequires: perl-DBI > 1.20
 BuildRequires: rpm-perlprov >= 4.1-13
 BuildRequires: unixODBC-devel
@@ -29,11 +29,15 @@ ODBC.
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
+%{__perl} -pi -e 's/.*(@\$\(NOOP\))/\t$1/' Makefile.PL
+
 %build
-%{__perl} Makefile.PL -o /usr \
+%{__perl} Makefile.PL \
+       -o /usr \
        INSTALLDIRS=vendor
 
-%{__make} OPTIMIZE="%{rpmcflags}"
+%{__make} \
+       OPTIMIZE="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.036739 seconds and 4 git commands to generate.