rpms/php-pecl-pdo-sqlite/devel php-pecl-pdo-sqlite.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 31 14:26:37 UTC 2005


Author: thias

Update of /cvs/extras/rpms/php-pecl-pdo-sqlite/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21960/devel

Modified Files:
	.cvsignore sources 
Added Files:
	php-pecl-pdo-sqlite.spec 
Log Message:
auto-import php-pecl-pdo-sqlite-0.3-1 on branch devel from php-pecl-pdo-sqlite-0.3-1.src.rpm


--- NEW FILE php-pecl-pdo-sqlite.spec ---
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)

Summary: PECL package for PHP Data Objects Interface to SQLite v3
Name: php-pecl-pdo-sqlite
Version: 0.3
Release: 1
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/PDO_SQLITE
Source: http://pecl.php.net/get/PDO_SQLITE-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: php-pecl-pdo
BuildRequires: php-pecl-pdo-devel
# Required by phpize
BuildRequires: autoconf, automake, libtool, gcc-c++

%description
This extension provides an SQLite v3 driver for PDO.
SQLite V3 is NOT compatible with the bundled SQLite 2 in PHP 5, but is a
significant step forwards, featuring complete utf-8 support, native support
for blobs, native support for prepared statements with bound parameters and
improved concurrency.


%prep 
%setup -n PDO_SQLITE-%{version}


%build
phpize
%configure
%{__make} %{?_smp_mflags}


%install
%{__rm} -rf %{buildroot}
%{__make} install INSTALL_ROOT=%{buildroot}

# Drop in the bit of configuration
%{__mkdir_p} %{buildroot}%{_sysconfdir}/php.d
%{__cat} > %{buildroot}%{_sysconfdir}/php.d/pdo_sqlite.ini << 'EOF'
; Enable PDO SQLite extension module
extension=pdo_sqlite.so
EOF


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc CREDITS
%config(noreplace) %{_sysconfdir}/php.d/pdo_sqlite.ini
%{php_extdir}/pdo_sqlite.so


%changelog
* Tue May  3 2005 Matthias Saou <http://freshrpms.net/> 0.3-1
- Initial RPM release.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-pdo-sqlite/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	31 May 2005 14:26:00 -0000	1.1
+++ .cvsignore	31 May 2005 14:26:35 -0000	1.2
@@ -0,0 +1 @@
+PDO_SQLITE-0.3.tgz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-pdo-sqlite/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	31 May 2005 14:26:00 -0000	1.1
+++ sources	31 May 2005 14:26:35 -0000	1.2
@@ -0,0 +1 @@
+c292baba4ee82d9b52519cfc06887bbf  PDO_SQLITE-0.3.tgz




More information about the fedora-extras-commits mailing list