Author: glen Date: Wed Jul 26 20:54:33 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - generic URL
---- Files affected: SPECS: perl-DBD-SQLite2.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: SPECS/perl-DBD-SQLite2.spec diff -u SPECS/perl-DBD-SQLite2.spec:1.3 SPECS/perl-DBD-SQLite2.spec:1.4 --- SPECS/perl-DBD-SQLite2.spec:1.3 Sun May 1 20:02:05 2005 +++ SPECS/perl-DBD-SQLite2.spec Wed Jul 26 22:54:28 2006 @@ -6,7 +6,7 @@ %include /usr/lib/rpm/macros.perl %define pdir DBD %define pnam SQLite2 -Summary: DBD::SQLite2 - Self Contained RDBMS in a DBI Driver (sqlite 2.x) +Summary: DBD::SQLite2 - Self Contained RDBMS in a DBI Driver (sqlite 2.x) Summary(pl): DBD::SQlite2 - Kompletny RDBMS zawarty w sterowniku DBI (sqlite 2.x) Name: perl-DBD-SQLite2 Version: 0.33 @@ -16,6 +16,7 @@ Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: babd83fd5eb9ba7560ad4bab4c76c0eb +URL: http://search.cpan.org/dist/DBD-SQLite2/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -33,8 +34,8 @@ transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. -This version uses older version of SQLite engine (2.x). To get -a newest one please use perl-DBD-SQLite. +This version uses older version of SQLite engine (2.x). To get a +newest one please use perl-DBD-SQLite. %description -l pl DBD::SQLite2 to sterownik DBI do baz danych SQLite. SQLite to silnik @@ -55,7 +56,7 @@ echo y | %{__perl} Makefile.PL \ INSTALLDIRS=vendor # If SQLITE_PTR_SZ is not set in OPTIMIZE SQLite assumes 64-bit -# architecture and fails. +# architecture and fails. %{__make} \ OPTIMIZE="%{rpmcflags} -DSQLITE_PTR_SZ=`%{__perl} -MConfig -e 'print \"$Config{ptrsize}\";'`" @@ -67,6 +68,8 @@ %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +rm -f $RPM_BUILD_ROOT%{perl_vendorarch}/DBD/getsqlite.pl + %clean rm -rf $RPM_BUILD_ROOT @@ -85,6 +88,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2006/07/26 20:54:28 glen +- generic URL + Revision 1.3 2005/05/01 18:02:05 glen - %description url unification find -name '*.spec' | xargs -l1024 sed -i -e 's#\(http://.\+/\) \.#<\1>.#g' ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/perl-DBD-SQLite2.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
