Author: qboosh Date: Sat Mar 15 21:25:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - generic URL
---- Files affected: SPECS: perl-DBD-ODBC.spec (1.30 -> 1.31) , perl-DBD-Oracle.spec (1.23 -> 1.24) , perl-DBD-SQLite.spec (1.35 -> 1.36) , perl-DBD-Sybase.spec (1.30 -> 1.31) ---- Diffs: ================================================================ Index: SPECS/perl-DBD-ODBC.spec diff -u SPECS/perl-DBD-ODBC.spec:1.30 SPECS/perl-DBD-ODBC.spec:1.31 --- SPECS/perl-DBD-ODBC.spec:1.30 Sun Feb 10 13:06:47 2008 +++ SPECS/perl-DBD-ODBC.spec Sat Mar 15 22:25:47 2008 @@ -11,10 +11,12 @@ Name: perl-DBD-ODBC Version: 1.13 Release: 2 -License: GPL or Artistic +# GPL or Artistic as specified in perl README file +License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 9abf246e584ec6baa7b8e38c06ec42ef +URL: http://search.cpan.org/dist/DBD-ODBC/ BuildRequires: perl-DBI >= 1.21 BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: unixODBC-devel @@ -69,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008-03-15 21:25:47 qboosh +- generic URL + Revision 1.30 2008-02-10 12:06:47 arekm - rel 2 ================================================================ Index: SPECS/perl-DBD-Oracle.spec diff -u SPECS/perl-DBD-Oracle.spec:1.23 SPECS/perl-DBD-Oracle.spec:1.24 --- SPECS/perl-DBD-Oracle.spec:1.23 Thu Jan 10 09:38:36 2008 +++ SPECS/perl-DBD-Oracle.spec Sat Mar 15 22:25:47 2008 @@ -7,13 +7,15 @@ Name: perl-DBD-Oracle Version: 1.16 Release: 1 -License: GPL or Artistic +# same as perl 5 +License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 9711550ed0ebfc743920a6a357ed717c -BuildRequires: rpm-perlprov >= 4.1-13 +URL: http://search.cpan.org/dist/DBD-Oracle/ BuildRequires: perl-Class-Fields BuildRequires: perl-DBI >= 1.20 +BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -53,14 +55,12 @@ %defattr(644,root,root,755) %doc Changes README README.[cels]* README.help Todo %attr(755,root,root) %{_bindir}/ora_explain - -%{perl_vendorarch}/%{pdir}/%{pnam}.pm -%{perl_vendorarch}/%{pdir}/%{pnam} -%dir %{perl_vendorarch}/auto/%{pdir}/%{pnam} -%attr(755,root,root) %{perl_vendorarch}/auto/%{pdir}/%{pnam}/%{pnam}.so -%{perl_vendorarch}/auto/%{pdir}/%{pnam}/%{pnam}.bs -%{perl_vendorarch}/auto/%{pdir}/%{pnam}/%{pnam}.h - +%{perl_vendorarch}/DBD/Oracle.pm +%{perl_vendorarch}/DBD/Oracle +%dir %{perl_vendorarch}/auto/DBD/Oracle +%attr(755,root,root) %{perl_vendorarch}/auto/DBD/Oracle/Oracle.so +%{perl_vendorarch}/auto/DBD/Oracle/Oracle.bs +%{perl_vendorarch}/auto/DBD/Oracle/Oracle.h %{_mandir}/man1/ora_explain.1* %{_mandir}/man3/* %{_examplesdir}/%{name}-%{version} @@ -71,6 +71,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2008-03-15 21:25:47 qboosh +- generic URL + Revision 1.23 2008-01-10 08:38:36 glen - add CC to %{__make} grep OPTIMIZE= perl-* -l|xargs grep -c CC=|grep :0|cut -d: -f1|xargs sed -i -e '/%{__make} \\$/a\\tCC="%{__cc}" \\' ================================================================ Index: SPECS/perl-DBD-SQLite.spec diff -u SPECS/perl-DBD-SQLite.spec:1.35 SPECS/perl-DBD-SQLite.spec:1.36 --- SPECS/perl-DBD-SQLite.spec:1.35 Sun Mar 2 18:31:51 2008 +++ SPECS/perl-DBD-SQLite.spec Sat Mar 15 22:25:47 2008 @@ -14,12 +14,13 @@ # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 78a89cc8fd46bb2a5d537433dcccc8e6 -BuildRequires: perl-devel >= 1:5.8.0 +URL: http://search.cpan.org/dist/DBD-SQLite/ %if %{with tests} BuildRequires: perl-DBI %endif +BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -87,6 +88,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2008-03-15 21:25:47 qboosh +- generic URL + Revision 1.35 2008-03-02 17:31:51 radek - release 4 ================================================================ Index: SPECS/perl-DBD-Sybase.spec diff -u SPECS/perl-DBD-Sybase.spec:1.30 SPECS/perl-DBD-Sybase.spec:1.31 --- SPECS/perl-DBD-Sybase.spec:1.30 Sun Feb 10 13:07:13 2008 +++ SPECS/perl-DBD-Sybase.spec Sat Mar 15 22:25:47 2008 @@ -10,8 +10,9 @@ # same as perl License: GPL v1+ or Artistic Group: Development/Languages/Perl -Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz +Source0: http://www.cpan.org/modules/by-module/DBD/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: 65775337fd16f85c94aed51a7491d024 +URL: http://search.cpan.org/dist/DBD-Sybase/ BuildRequires: freetds-devel BuildRequires: perl-DBI >= 1.00 BuildRequires: rpm-perlprov >= 4.1-13 @@ -71,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.31 2008-03-15 21:25:47 qboosh +- generic URL + Revision 1.30 2008-02-10 12:07:13 arekm - rel 3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-DBD-ODBC.spec?r1=1.30&r2=1.31&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-DBD-Oracle.spec?r1=1.23&r2=1.24&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-DBD-SQLite.spec?r1=1.35&r2=1.36&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-DBD-Sybase.spec?r1=1.30&r2=1.31&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
