1 |
# $Id: php5-sme.spec,v 1.2 2009/03/04 15:02:45 slords Exp $ |
# $Id: php5-cgi.spec,v 1.2 2009/03/04 19:31:30 slords Exp $ |
2 |
# Authority: ???? |
# Authority: ???? |
3 |
# Name: David Harper |
# Name: David Harper |
4 |
|
|
15 |
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) |
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) |
16 |
Name: php5-cgi |
Name: php5-cgi |
17 |
Version: 5.2.8 |
Version: 5.2.8 |
18 |
Release: 1%{?dist} |
Release: 2%{?dist} |
19 |
%{?rh90:Epoch: 1 } |
%{?rh90:Epoch: 1 } |
20 |
License: The PHP License |
License: The PHP License |
21 |
Group: Development/Languages |
Group: Development/Languages |
57 |
%{?_with_tidy:BuildRequires: tidy} |
%{?_with_tidy:BuildRequires: tidy} |
58 |
%{?_with_tidy:Requires: tidy} |
%{?_with_tidy:Requires: tidy} |
59 |
|
|
60 |
Obsoletes: php-dbg, mod_php, php3, phpfi, stronghold-php, php-xslt |
Obsoletes: php-dbg, php3, phpfi, stronghold-php, php-xslt |
61 |
# Enforce Apache module ABI compatibility |
# Enforce Apache module ABI compatibility |
62 |
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel) |
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel) |
63 |
Requires: php5-cgi-pear |
Requires: php5-cgi-pear |
374 |
--with-curl \ |
--with-curl \ |
375 |
--with-exec-dir=%{_bindir}/php5 \ |
--with-exec-dir=%{_bindir}/php5 \ |
376 |
--with-freetype-dir=%{_prefix} \ |
--with-freetype-dir=%{_prefix} \ |
377 |
|
--with-libdir=%{_lib} \ |
378 |
--with-png-dir=%{_prefix} \ |
--with-png-dir=%{_prefix} \ |
379 |
--with-gd \ |
--with-gd \ |
380 |
--enable-gd-native-ttf \ |
--enable-gd-native-ttf \ |
381 |
|
--enable-mbstring \ |
382 |
|
--with-mysqli=/usr/bin/mysql_config \ |
383 |
--without-gdbm \ |
--without-gdbm \ |
384 |
--with-gettext \ |
--with-gettext \ |
385 |
--with-ncurses \ |
--with-ncurses \ |
556 |
%{_libdir}/php5/build |
%{_libdir}/php5/build |
557 |
|
|
558 |
%files pgsql -f files.pgsql |
%files pgsql -f files.pgsql |
559 |
%{_libdir}/php5/pgsql.so |
#%{_libdir}/php5/pgsql.so |
560 |
|
|
561 |
%files mysql -f files.mysql |
%files mysql -f files.mysql |
562 |
%{_libdir}/php5/mysql.so |
#%{_libdir}/php5/mysql.so |
563 |
|
|
564 |
%files odbc -f files.odbc |
%files odbc -f files.odbc |
565 |
%{_libdir}/php5/odbc.so |
#%{_libdir}/php5/odbc.so |
566 |
|
|
567 |
%if %{with_oci8} |
%if %{with_oci8} |
568 |
%files oci8 -f files.oci8 |
%files oci8 -f files.oci8 |
581 |
%endif |
%endif |
582 |
|
|
583 |
%files imap -f files.imap |
%files imap -f files.imap |
584 |
%{_libdir}/php5/imap.so |
# %{_libdir}/php5/imap.so |
585 |
|
|
586 |
%files ldap -f files.ldap |
%files ldap -f files.ldap |
587 |
%{_libdir}/php5/ldap.so |
# %{_libdir}/php5/ldap.so |
588 |
|
|
589 |
%files snmp -f files.snmp |
%files snmp -f files.snmp |
590 |
%{_libdir}/php5/snmp.so |
# %{_libdir}/php5/snmp.so |
591 |
|
|
592 |
%files xmlrpc -f files.xmlrpc |
%files xmlrpc -f files.xmlrpc |
593 |
%{_libdir}/php5/xmlrpc.so |
# %{_libdir}/php5/xmlrpc.so |
594 |
|
|
595 |
%if %{with_mbstring} |
%if %{with_mbstring} |
596 |
%files mbstring -f files.mbstring |
%files mbstring -f files.mbstring |
597 |
%endif |
%endif |
598 |
|
|
599 |
%changelog |
%changelog |
600 |
|
* Tue Nov 3 2009 Marco Hess <marco.hess@through-ip.com) 5.2.8-2 |
601 |
|
- Porting David Harper's <davidiwharper@hotmail.com> changes and updates |
602 |
|
to SME Contribs CVS repository and build system. Leave 5.3.0 upgrade |
603 |
|
for now, but ported: |
604 |
|
- Fix for PHP4 compatibility issues [SME: 5463] |
605 |
|
- Add MySQLi support |
606 |
|
- Re-add mbstring support |
607 |
|
- Misc. build fixes for CentOS/SME |
608 |
|
|
609 |
|
* Thu Sep 17 2009 David Harper <davidiwharper@hotmail.com> 5.3.0-2.el4 |
610 |
|
- Fix for PHP4 compatibility issues [SME: 5463] |
611 |
|
|
612 |
|
* Sun Sep 6 2009 David Harper <davidiwharper@hotmail.com> 5.3.0-1.el4 |
613 |
|
- Upgrade to the latest version of PHP [SME: 5376] |
614 |
|
- Add MySQLi support |
615 |
|
- Re-add mbstring support |
616 |
|
- Misc. build fixes for CentOS/SME |
617 |
|
|
618 |
* Mon Jan 12 2009 David Harper <davidiwharper@hotmail.com> 5.2.8-1.dh |
* Mon Jan 12 2009 David Harper <davidiwharper@hotmail.com> 5.2.8-1.dh |
619 |
- Upgrade to latest version of PHP |
- Upgrade to latest version of PHP |
620 |
- Build fixes for CentOS/SME |
- Build fixes for CentOS/SME |
621 |
|
|
622 |
* Fri Jan 20 2006 Stuart K. Low <stuart@serverpeak.com> 5.1.2-1 |
* Fri Jan 20 2006 Stuart K. Low <stuart@serverpeak.com> 5.1.2-1 |
623 |
- Mass upgrade |
- Mass upgrade |
624 |
- Added rhel4 flags |
- Added rhel4 flags |