Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > b46d173417f3755bd59cb67715658011 > files > 2

php-adodb-5.17-2.mga3.src.rpm

Summary:	Active Data Objects Data Base (ADOdb)
Name:		php-adodb
Version:	5.17
Release:	%mkrel 2
License:	BSD
Group:		Development/PHP
URL:		http://adodb.sourceforge.net/
Source0:	http://downloads.sourceforge.net/adodb/adodb517.tgz
BuildArch:	noarch
Epoch:		2

%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. 

%prep
%setup -q -n adodb5

%build

%install
rm -rf %{buildroot}

install -d %{buildroot}/var/www/icons
install -d %{buildroot}%{_datadir}/php/adodb
cp -aRf * %{buildroot}%{_datadir}/php/adodb

install -m644 cute_icons_for_site/* %{buildroot}/var/www/icons/

# cleanup
rm -rf %{buildroot}%{_datadir}/php/adodb/cute_icons_for_site
rm -rf %{buildroot}%{_datadir}/php/adodb/docs
rm -f %{buildroot}%{_datadir}/php/adodb/*.txt

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc *.txt docs/*
%{_datadir}/php/adodb
/var/www/icons/*




%changelog

* Sun Jan 13 2013 umeabot <umeabot> 2:5.17-2.mga3
+ Revision: 375657
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Sun Jul 15 2012 spuhler <spuhler> 2:5.17-1.mga3
+ Revision: 271059
- upgrade to 5.17

* Mon Jan 23 2012 spuhler <spuhler> 2:5.15-1.mga2
+ Revision: 200121
- upgrade to 5.15

* Tue Dec 20 2011 spuhler <spuhler> 2:5.11-2.mga2
+ Revision: 185034
- rebuild against php-5.3.9

* Sun Feb 06 2011 spuhler <spuhler> 2:5.11-1.mga1
+ Revision: 47637
- removed buildroot definition from .spec
- imported package php-adodb