diff --git a/.cvsignore b/.cvsignore index 29d97d2..1d4ad1e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -adodb495a.tgz +adodb509a.tgz diff --git a/php-adodb.spec b/php-adodb.spec index 846f764..8b2f14e 100644 --- a/php-adodb.spec +++ b/php-adodb.spec @@ -1,28 +1,33 @@ +%global tarballversion %(echo %{version} | tr -d '.') + Name: php-adodb -Summary: Active Data Objects Data Base -Version: 4.95 -Release: 3.a%{?dist} +Summary: Database abstraction layer for PHP +Version: 5.09a +Release: 1%{?dist} -Source0: http://dl.sf.net/adodb/adodb495a.tgz License: BSD or LGPLv2+ URL: http://adodb.sf.net Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -Requires: php >= 4.1.0 + +Source0: http://downloads.sourceforge.net/adodb/adodb%{tarballversion}.tgz + +Requires: php-common %description -PHP is a wonderful language for building dynamic web pages. -Unfortunately, PHP's database access functions are not -standardised. Every database extension uses a different and -incompatibile API. This creates a need for a database class -library to hide the differences between the different databases -(encapsulate the differences) so we can easily switch databases. +ADOdb is an object oriented library written in PHP that abstracts database +operations for portability. It is modelled on Microsoft's ADO, but has many +improvements that make it unique (eg. pivot tables, Active Record support, +generating HTML for paging recordsets with next and previous links, cached +recordsets, HTML menu generation, etc). +ADOdb hides the differences between the different databases so you can easily +switch DBs without changing code. -!! TODO !! MAKE A SUBPACKAGE FOR THE PEAR::AUTH DRIVER +# !! TODO !! MAKE A SUBPACKAGE FOR THE PEAR::AUTH DRIVER %prep -%setup -q -n adodb +%setup -q -n adodb5 %build # fix dir perms @@ -54,6 +59,12 @@ rm -rf $RPM_BUILD_ROOT %{_var}/www/icons/* %changelog +* Tue Aug 25 2009 Gianluca Sforna - 5.09a-1 +- Update to latest release +- Fix download URL +- Update summary and description +- Requires php-common + * Sun Jul 26 2009 Fedora Release Engineering - 4.95-3.a - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 4edffe7..e453648 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f470830f7932a8a33e0c42949fa1470 adodb495a.tgz +0b691c7b51d6af3ea02e4666cff211e3 adodb509a.tgz