[svn] r4813 - in trunk/rpms: php-squale squale
packagers at lists.rpmforge.net
packagers at lists.rpmforge.net
Tue Oct 10 15:54:33 CEST 2006
Author: thias
Date: 2006-10-10 15:54:31 +0200 (Tue, 10 Oct 2006)
New Revision: 4813
Modified:
trunk/rpms/php-squale/php-squale.spec
trunk/rpms/squale/squale.spec
Log:
Update squale and php-squale to 0.1.10 pre-version.
Modified: trunk/rpms/php-squale/php-squale.spec
===================================================================
--- trunk/rpms/php-squale/php-squale.spec 2006-10-10 12:16:25 UTC (rev 4812)
+++ trunk/rpms/php-squale/php-squale.spec 2006-10-10 13:54:31 UTC (rev 4813)
@@ -1,17 +1,18 @@
# $Id$
+# Authority: matthias
%define php_extdir %(php-config --extension-dir 2>/dev/null || echo %{_libdir}/php4)
Summary: A module for PHP applications that use SQuaLe
Name: php-squale
-Version: 0.1.6
-Release: 1
+Version: 0.1.10
+Release: 0.1
License: GPL
Group: Development/Languages
URL: http://squale.sourceforge.net/
Source: http://dl.sf.net/squale/squale-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: php, squale >= %{version}
+Requires: php-common, squale >= %{version}
BuildRequires: php-devel, squale-devel >= %{version}
# We also need php for the eventual /etc/php.d directory
BuildRequires: php
@@ -60,6 +61,13 @@
%changelog
+* Tue Oct 3 2006 Matthias Saou <http://freshrpms.net/> 0.1.10-0.1
+- Update to 0.1.10 pre-version.
+- Don't require php but php-common instead, to work with fastcgi.
+
+* Tue Sep 26 2006 Matthias Saou <http://freshrpms.net/> 0.1.9-1
+- Update to 0.1.9.
+
* Mon Apr 24 2006 Matthias Saou <http://freshrpms.net/> 0.1.6-1
- Update to 0.1.6.
- Now use the full original squale source, it's easier to update.
Modified: trunk/rpms/squale/squale.spec
===================================================================
--- trunk/rpms/squale/squale.spec 2006-10-10 12:16:25 UTC (rev 4812)
+++ trunk/rpms/squale/squale.spec 2006-10-10 13:54:31 UTC (rev 4813)
@@ -1,6 +1,7 @@
# $Id$
# Authority: matthias
+%define python_sitelib %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib()')
%define python_sitearch %(%{__python} -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
%{?dist: %{expand: %%define %dist 1}}
@@ -8,11 +9,11 @@
Summary: Persistent SQL database connection library and daemon
Name: squale
-Version: 0.1.6
-Release: 1
+Version: 0.1.10
+Release: 0.3
License: GPL
Group: System Environment/Daemons
-URL: http://squale.sourceforge.net/
+URL: http://sourceforge.net/projects/squale/
Source0: http://dl.sf.net/squale/squale-%{version}.tar.gz
Source1: squale_check.py
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -24,7 +25,7 @@
# at runtime and make squale crash
Requires: glib2 >= 2.2.0
BuildRequires: glib2-devel >= 2.2.0, libxml2-devel, pkgconfig, gettext, popt
-BuildRequires: perl(XML::Parser), gcc-c++
+BuildRequires: perl(XML::Parser)
%{?_with_oracle:BuildRequires: libsqlora8-devel >= 2.3.1}
%{!?_without_mysql:BuildRequires: mysql-devel}
%{!?_without_postgresql:BuildRequires: postgresql-devel}
@@ -145,10 +146,18 @@
%exclude %{python_sitearch}/squale.a
%exclude %{python_sitearch}/squale.la
%{python_sitearch}/squale.so
+%{python_sitelib}/SQuaLe.py*
%endif
%changelog
+* Wed Oct 4 2006 Matthias Saou <http://freshrpms.net/> 0.1.10-0.3
+- Update to 0.1.10 pre-version.
+
+* Tue Sep 26 2006 Matthias Saou <http://freshrpms.net/> 0.1.9-1
+- Update to 0.1.9.
+- Add new SQuaLe.py* files to the python sub-package.
+
* Tue Mar 14 2006 Matthias Saou <http://freshrpms.net/> 0.1.6-1
- Update to 0.1.6 final.
More information about the svn-commits
mailing list