]> git.pld-linux.org Git - packages/perl-DBD-mysql.git/commitdiff
- fixed file list, removed Bundle; release 2 perl-DBD-mysql-2_1011-2
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 3 Apr 2002 09:14:17 +0000 (09:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-DBD-mysql.spec -> 1.4

perl-DBD-mysql.spec

index 0a6978796849149fbd3c3956973ff784ffa4d0af..ed3965e4a76acc8f56ec42a5f8c8cddf8413595d 100644 (file)
@@ -1,11 +1,11 @@
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    DBD
 %define        pnam    mysql
-Summary:       DBD:mysql perl module
+Summary:       DBD::mysql perl module
 Summary(pl):   Modu³ perla DBD::mysql
 Name:          perl-DBD-mysql
 Version:       2.1011
-Release:       1
+Release:       2
 License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -42,5 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc *.gz
-%{perl_sitearch}/*
-%{_mandir}/man3/*
+%{perl_sitearch}/DBD/mysql.pm
+%{perl_sitearch}/Mysql
+%{perl_sitearch}/Mysql.pm
+%dir %{perl_sitearch}/auto/DBD/mysql
+%{perl_sitearch}/auto/DBD/mysql/mysql.bs
+%attr(755,root,root) %{perl_sitearch}/auto/DBD/mysql/mysql.so
+%{_mandir}/man3/[DM]*
This page took 0.096166 seconds and 4 git commands to generate.