php5-vl.spec 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521
  1. %global majorver 5
  2. %global _name php%{majorver}
  3. %global srcname php-%{version}
  4. %global php_confdir %{_sysconfdir}/%{_name}
  5. %{!?_without_pear:%global _with_pear 1}
  6. %global with_pear %{?_with_pear:1}%{!?_with_pear:0}
  7. %if %{with_pear}
  8. %global pear_rootdir %{_datadir}/%{_name}-pear
  9. %global pear_cachedir %{_localstatedir}/cache/%{_name}-pear
  10. %endif
  11. %global apache1_confdir %{_sysconfdir}/httpd/conf.d
  12. %global apache1_moduledir %{_libdir}/apache
  13. %global apache1_contentdir /home/httpd
  14. %global apache1_cgidir %{apache1_contentdir}/cgi-bin
  15. %global apache1_fcgidir %{apache1_contentdir}/fcgi-bin
  16. %global apache2_confdir %{_sysconfdir}/apache2/conf.d
  17. %global apache2_moduledir %{_libdir}/apache2/modules
  18. %global apache2_contentdir /var/www
  19. %global apache2_cgidir %{apache2_contentdir}/cgi-bin
  20. %global apache2_fcgidir %{apache2_contentdir}/fcgi-bin
  21. Name: php5
  22. Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
  23. Summary(ja): HTML 埋め込み型スクリプト言語 PHP
  24. Version: 5.3.3
  25. Release: 1%{_dist_release}
  26. License: The PHP License
  27. Group: Development/Languages
  28. URL: http://www.php.net/
  29. Source0: http://www.php.net/distributions/%{srcname}.tar.bz2
  30. Source20: README.vine
  31. Source21: php.ini-vine
  32. Source23: php5.conf-apache1
  33. Source24: php5.conf-apache2
  34. Patch33: php-5.2.4-phpincludedir.patch
  35. # Additional feature
  36. Patch51: php-5.3.0-session_strict_mode.patch
  37. # ad-hoc patch for compiling php-imap with uw-imap-2006b
  38. # Patch1000: php-4.4.4-utf8_mime2text.patch
  39. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  40. BuildRequires: autoconf
  41. BuildRequires: automake
  42. BuildRequires: bison
  43. BuildRequires: bzip2
  44. BuildRequires: bzip2-devel
  45. BuildRequires: curl-devel
  46. BuildRequires: db4-devel
  47. BuildRequires: coreutils
  48. BuildRequires: flex
  49. BuildRequires: freetype2-devel
  50. BuildRequires: gcc-c++
  51. BuildRequires: gd-devel
  52. BuildRequires: gdbm-devel
  53. BuildRequires: gmp-devel
  54. BuildRequires: libjpeg-devel
  55. BuildRequires: libpng-devel
  56. %if %{?_dist_release} == "vl5"
  57. BuildRequires: libstdc++34-devel
  58. %else
  59. BuildRequires: libstdc++-devel
  60. %endif
  61. BuildRequires: libtool-ltdl-devel
  62. BuildRequires: libxml2-devel
  63. BuildRequires: libxslt-devel >= 1.0.18
  64. BuildRequires: ncurses-devel
  65. BuildRequires: openssl-devel
  66. BuildRequires: pam-devel
  67. BuildRequires: pcre-devel
  68. BuildRequires: perl
  69. BuildRequires: pkgconfig
  70. BuildRequires: postfix
  71. BuildRequires: readline-devel
  72. BuildRequires: sqlite3-devel
  73. BuildRequires: zlib-devel
  74. %if %{?_dist_release} != "vl4"
  75. BuildRequires: krb5-devel
  76. %endif
  77. Requires(post,preun): alternatives
  78. %{?_with_pear:Requires: %{name}-pear = %{version}-%{release}}
  79. Conflicts: php <= 4.4.2-0vl1.2
  80. Provides: php = %{version}-%{release}
  81. %description
  82. PHP is an HTML-embedded scripting language. PHP attempts to make it
  83. easy for developers to write dynamically generated webpages. PHP also
  84. offers built-in database integration for several commercial and
  85. non-commercial database management systems, so writing a
  86. database-enabled webpage with PHP is fairly simple. The most common
  87. use of PHP coding is probably as a replacement for CGI scripts. The
  88. mod_php module enables the Apache Web server to understand and process
  89. the embedded PHP language in Web pages.
  90. %description -l ja
  91. PHP は HTML 埋め込み型のスクリプト言語です.開発者にとって,動的に生成
  92. される Web ページを簡単に書けるように考えて作られています.さらに,商用,
  93. 非商用を問わず,数々のデータベース管理システムについての統合データベース
  94. 環境が組み込まれています.そのため,データベースを使った Web ページを簡
  95. 単に書くことができます.PHP の用途のほとんどは、既存の CGI スクリプトの
  96. 置き換えに使われているのではないでしょうか.また,mod_php を使うことで,
  97. Apache Web サーバが Web ページに埋めこまれた PHP 言語を理解して処理でき
  98. るようになります.
  99. #----------------------------------------------------------------------
  100. %package devel
  101. Summary: Files needed for building PHP extensions.
  102. Group: Development/Libraries
  103. Requires: %{name} = %{version}-%{release}
  104. Requires: autoconf
  105. Requires: automake
  106. Conflicts: php-devel
  107. %description devel
  108. The php-devel package contains the files needed for building PHP
  109. extensions. If you need to compile your own PHP extensions, you will
  110. need to install this package.
  111. #----------------------------------------------------------------------
  112. %if %{with_pear}
  113. %package pear
  114. Group: Development/Languages
  115. Summary: PHP Extension and Application Repository Components
  116. Requires(post): alternatives
  117. Requires: %{name} = %{version}-%{release}
  118. Conflicts: php-pear <= 4.4.2-0vl2
  119. Provides: php-pear = %{version}-%{release}
  120. %description pear
  121. PEAR is a framework and distribution system for reusable PHP
  122. components. This package contains the basic PEAR components.
  123. %endif
  124. #----------------------------------------------------------------------
  125. %package apache
  126. Summary: php5 module for Apache version 1
  127. Summary(ja): Apache バージョン 1 用の php5 モジュール
  128. Group: System Environment/Daemons
  129. BuildRequires: apache-devel
  130. Requires: %{name} = %{version}-%{release}
  131. Requires: apache
  132. Provides: php-apache = %{version}-%{release}
  133. %description apache
  134. This package contains the php5 module for Apache version 1.
  135. #----------------------------------------------------------------------
  136. %package apache2
  137. Group: System Environment/Daemons
  138. Summary: php5 module for Apache version 2
  139. Summary(ja): Apache バージョン 2 用の php5 モジュール
  140. BuildRequires: apache2-devel >= 2.0.50-0vl2
  141. Requires: %{name} = %{version}-%{release}
  142. Requires: apache2 >= 2.0.50-0vl2
  143. Provides: php-apache2 = %{version}-%{release}
  144. %description apache2
  145. This package contains the php5 module for Apache version 2.
  146. #======================================================================
  147. # modules
  148. #----------------------------------------------------------------------
  149. %package dba
  150. Summary: A database abstraction layer module for PHP applications
  151. Group: Development/Languages
  152. Requires: %{name} = %{version}-%{release}
  153. Provides: php-dba = %{version}-%{release}
  154. %description dba
  155. The php-dba package contains a dynamic shared object that will add
  156. support for using the DBA database abstraction layer to PHP.
  157. #----------------------------------------------------------------------
  158. %package imap
  159. Summary: A module for PHP applications that use IMAP.
  160. Group: Development/Languages
  161. BuildRequires: uw-imap-devel >= 2000c-1.6.0
  162. BuildRequires: openssl-devel
  163. Requires: %{name} = %{version}-%{release}
  164. Provides: php-imap = %{version}-%{release}
  165. %description imap
  166. The php-imap package contains a dynamic shared object (DSO) for the
  167. Apache Web server. When compiled into Apache, the php-imap module will
  168. add IMAP (Internet Message Access Protocol) support to PHP. IMAP is a
  169. protocol for retrieving and uploading e-mail messages on mail
  170. servers. PHP is an HTML-embedded scripting language. If you need IMAP
  171. support for PHP applications, you will need to install this package
  172. and the php package.
  173. #----------------------------------------------------------------------
  174. %package ldap
  175. Summary: A module for PHP applications that use LDAP.
  176. Group: Development/Languages
  177. BuildRequires: cyrus-sasl-devel
  178. BuildRequires: openldap-devel
  179. BuildRequires: openssl-devel
  180. Requires: %{name} = %{version}-%{release}
  181. Provides: php-ldap = %{version}-%{release}
  182. %description ldap
  183. The php-ldap package is a dynamic shared object (DSO) for the Apache
  184. Web server that adds Lightweight Directory Access Protocol (LDAP)
  185. support to PHP. LDAP is a set of protocols for accessing directory
  186. services over the Internet. PHP is an HTML-embedded scripting
  187. language. If you need LDAP support for PHP applications, you will
  188. need to install this package in addition to the php package.
  189. #----------------------------------------------------------------------
  190. %package mcrypt
  191. Summary: A module for PHP applications that use mcrypt
  192. Group: Development/Languages
  193. BuildRequires: libmcrypt-devel >= 2.5.6
  194. Requires: %{name} = %{version}-%{release}
  195. Provides: php-mcrypt = %{version}-%{release}
  196. %description mcrypt
  197. The php-mcrypt package contains a dynamic shared object that will add
  198. support for encrypt/decrypt functions to PHP.
  199. #----------------------------------------------------------------------
  200. %package mysql
  201. Summary: A module for PHP applications that use MySQL databases.
  202. Group: Development/Languages
  203. BuildRequires: MySQL-devel >= 5.1.40
  204. # for MySQL-devel Requires bug..
  205. Requires: %{name} = %{version}-%{release}
  206. Requires: %{name}-pdo
  207. Provides: %{name}_database
  208. Provides: php-mysql = %{version}-%{release}
  209. %description mysql
  210. The php-mysql package contains a dynamic shared object that will add
  211. MySQL database support to PHP. MySQL is an object-relational database
  212. management system. PHP is an HTML-embeddable scripting language. If
  213. you need MySQL support for PHP applications, you will need to install
  214. this package and the php or mod_php package.
  215. #----------------------------------------------------------------------
  216. %package odbc
  217. Group: Development/Languages
  218. Summary: A module for PHP applications that use ODBC databases.
  219. BuildRequires: unixODBC-devel
  220. Requires: %{name} = %{version}-%{release}
  221. Requires: %{name}-pdo
  222. Provides: %{name}_database
  223. Provides: php-odbc = %{version}-%{release}
  224. %description odbc
  225. The php-odbc package contains a dynamic shared object that will add
  226. database support through ODBC to PHP. ODBC is an open specification
  227. which provides a consistent API for developers to use for accessing
  228. data sources (which are often, but not always, databases). PHP is an
  229. HTML-embeddable scripting language. If you need ODBC support for PHP
  230. applications, you will need to install this package and the php
  231. package.
  232. #----------------------------------------------------------------------
  233. %package pdo
  234. Summary: A database access abstraction module for PHP applications
  235. Group: Development/Languages
  236. Requires: %{name} = %{version}-%{release}
  237. Provides: php-pdo = %{version}-%{release}
  238. %description pdo
  239. The php-pdo package contains a dynamic shared object that will add
  240. a database access abstraction layer to PHP. This module provides
  241. a common interface for accessing MySQL, PostgreSQL or other
  242. databases.
  243. #----------------------------------------------------------------------
  244. %package pgsql
  245. Summary: A PostgreSQL database module for PHP.
  246. Group: Development/Languages
  247. BuildRequires: openssl-devel
  248. BuildRequires: postgresql-devel
  249. Requires: %{name} = %{version}-%{release}
  250. Requires: %{name}-pdo
  251. Provides: %{name}_database
  252. Provides: php-pgsql = %{version}-%{release}
  253. %description pgsql
  254. The php-pgsql package includes a dynamic shared object (DSO) that can
  255. be compiled in to the Apache Web server to add PostgreSQL database
  256. support to PHP. PostgreSQL is an object-relational database management
  257. system that supports almost all SQL constructs. PHP is an
  258. HTML-embedded scripting language. If you need back-end support for
  259. PostgreSQL, you should install this package in addition to the main
  260. php package.
  261. #----------------------------------------------------------------------
  262. %package snmp
  263. Summary: A module for PHP applications that query SNMP-managed devices.
  264. Group: Development/Languages
  265. BuildRequires: bzip2-devel
  266. BuildRequires: glibc-devel
  267. BuildRequires: libelf-devel
  268. BuildRequires: net-snmp-devel >= 5.1.1
  269. BuildRequires: popt-devel
  270. BuildRequires: rpm-devel
  271. BuildRequires: zlib-devel
  272. Requires: %{name} = %{version}-%{release}
  273. Provides: php-snmp = %{version}-%{release}
  274. %description snmp
  275. The php-snmp package contains a dynamic shared object that will add
  276. support for querying SNMP devices to PHP. PHP is an HTML-embeddable
  277. scripting language. If you need SNMP support for PHP applications, you
  278. will need to install this package and the php package.
  279. #----------------------------------------------------------------------
  280. %package sqlite
  281. Summary: A module for PHP applications that use SQLite databases.
  282. Group: Development/Languages
  283. Requires: %{name} = %{version}-%{release}
  284. Requires: %{name}-pdo
  285. Provides: %{name}_database
  286. Provides: php-sqlite = %{version}-%{release}
  287. %description sqlite
  288. The php-sqlite package includes a dynamic shared object (DSO) that can
  289. be compiled in to the Apache Web server to add SQLite database support
  290. to PHP. SQLite is a C library that implements an embeddable SQL database
  291. engine. Programs that link with the SQLite library can have SQL database
  292. access without running a separate RDBMS process.
  293. #----------------------------------------------------------------------
  294. %package xmlrpc
  295. Summary: A module for PHP applications which use the XML-RPC protocol
  296. Group: Development/Languages
  297. Requires: %{name} = %{version}-%{release}
  298. Provides: php-xmlrpc = %{version}-%{release}
  299. %description xmlrpc
  300. The php-xmlrpc package contains a dynamic shared object that will add
  301. support for the XML-RPC protocol to PHP.
  302. #======================================================================
  303. %prep
  304. %setup -q -n %{srcname}
  305. %patch33 -p1 -b .phpincludedir
  306. %patch51 -p1 -b .strict_session
  307. # ad-hoc patch for Vine Linux 4.0
  308. #%patch1000 -p1 -b .utf8_mime2text
  309. # Prevent %%doc confusion over LICENSE files
  310. cp Zend/LICENSE Zend/ZEND_LICENSE
  311. cp Zend/ChangeLog Zend/ZEND_ChangeLog
  312. cp TSRM/LICENSE TSRM_LICENSE
  313. cp %{SOURCE20} README.vine
  314. # Source is built three times:
  315. # once for /usr/bin/php, once for the Apache1 module, once for the Apache2 module.
  316. mkdir build-cgi build-apache build-apache2
  317. #======================================================================
  318. %build
  319. # Regenerate configure scripts (patches change config.m4's)
  320. ./buildconf --force
  321. # Install extension modules in %{_libdir}/%{_name}
  322. export EXTENSION_DIR=%{_libdir}/%{_name}
  323. # Shell function to configure and build a PHP tree.
  324. build() {
  325. ln -sf ../configure
  326. CFLAGS="-fPIC" \
  327. %configure \
  328. --cache-file=../config.cache \
  329. --prefix=%{_prefix} \
  330. --libdir=%{_libdir}/%{_name} \
  331. --with-libdir=%{_lib} \
  332. --sysconfdir=%{php_confdir} \
  333. --program-suffix=%{majorver} \
  334. --enable-safe-mode \
  335. --disable-rpath \
  336. --enable-bcmath \
  337. --enable-calendar \
  338. --enable-exif \
  339. --enable-ftp \
  340. --enable-mbstring \
  341. --enable-shmop \
  342. --enable-soap \
  343. --enable-sockets \
  344. --with-sqlite=shared \
  345. --enable-sqlite-utf8 \
  346. --enable-sysvmsg --enable-sysvsem --enable-sysvshm \
  347. --enable-wddx \
  348. --enable-inline-optimization \
  349. --enable-zend-multibyte \
  350. --with-layout=GNU \
  351. --with-config-file-path=%{php_confdir} \
  352. --with-config-file-scan-dir=%{php_confdir}/php.d \
  353. --with-exec-dir=%{_libdir}/%{_name}/bin \
  354. --with-openssl \
  355. --with-zlib \
  356. --with-bz2 \
  357. --with-curl \
  358. --enable-dba=shared --with-gdbm --with-db4 \
  359. --with-gd --with-jpeg-dir=%{_prefix} --with-png-dir=%{_prefix} --with-freetype-dir=%{_prefix} \
  360. --with-gettext \
  361. --with-gmp \
  362. --with-imap=shared --with-imap-ssl \
  363. %if %{?_dist_release} != "vl4"
  364. --with-kerberos \
  365. %endif
  366. --with-ldap=shared \
  367. --with-mcrypt=shared,%{_prefix} \
  368. --with-mysql=shared,%{_prefix} \
  369. --with-mysqli=shared \
  370. --with-unixODBC=shared,%{_prefix} \
  371. --enable-pdo=shared --with-pdo-odbc=shared,unixODBC,%{_prefix} --with-pdo-mysql=shared,%{_prefix} --with-pdo-pgsql=shared,%{_prefix} --with-pdo-sqlite=shared,%{_prefix} \
  372. --with-pgsql=shared \
  373. --with-snmp=shared,%{_prefix} \
  374. --with-xmlrpc=shared \
  375. --with-xsl \
  376. %{?_with_pear:--with-pear=%{pear_rootdir}}%{!?_with_pear:--without-pear} \
  377. --with-pic \
  378. $*
  379. if test $? != 0; then
  380. tail -500 config.log
  381. : configure failed
  382. exit 1
  383. fi
  384. make %{?_smp_mflags}
  385. }
  386. #----------------------------------------------------------------------
  387. # Build /usr/bin/php{,-cgi}, and all the shared extensions
  388. pushd build-cgi
  389. build \
  390. --with-readline
  391. popd
  392. #----------------------------------------------------------------------
  393. # Build Apache1 module
  394. pushd build-apache
  395. build \
  396. --with-apxs=%{_sbindir}/apxs
  397. popd
  398. #----------------------------------------------------------------------
  399. # Build Apache2 module
  400. pushd build-apache2
  401. build \
  402. --with-apxs2=%{_bindir}/apxs
  403. popd
  404. #======================================================================
  405. %install
  406. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  407. #export PHP_PEAR_SYSCONF_DIR=%{php_confdir}
  408. #export PHP_PEAR_TEMP_DIR=%{pear_cachedir}
  409. #export PHP_PEAR_CACHE_DIR=%{buildroot}%{pear_cachedir}
  410. #export PHP_PEAR_DOWNLOAD_DIR=%{pear_cachedir}
  411. #export PHP_PEAR_PHP_BIN=%{_bindir}/%{_name}
  412. export PHP_PEAR_SYSCONF_DIR=%{php_confdir}
  413. export PHP_PEAR_TEMP_DIR=%{buildroot}%{pear_cachedir}
  414. export PHP_PEAR_CACHE_DIR=%{buildroot}%{pear_cachedir}
  415. export PHP_PEAR_DOWNLOAD_DIR=%{buildroot}%{pear_cachedir}
  416. export PHP_PEAR_PHP_BIN=%{buildroot}%{_bindir}/%{_name}
  417. unset http_proxy
  418. #----------------------------------------------------------------------
  419. pushd build-cgi
  420. # Install everything from the CGI SAPI build
  421. make install INSTALL_ROOT=$RPM_BUILD_ROOT
  422. #cp $RPM_BUILD_ROOT%{_bindir}/%{_name}{,-cgi}
  423. # Install the CLI SAPI as /usr/bin/%{_name}
  424. #make install-cli INSTALL_ROOT=$RPM_BUILD_ROOT
  425. popd
  426. # Install the default configuration file
  427. %{__install} -m 755 -d $RPM_BUILD_ROOT%{php_confdir}
  428. %{__install} -m 644 php.ini-production $RPM_BUILD_ROOT%{php_confdir}/php.ini
  429. # Append php.ini-vine
  430. cat %{SOURCE21} >> $RPM_BUILD_ROOT%{php_confdir}/php.ini
  431. # Use correct libdir
  432. sed -i -e 's|%{_prefix}/lib|%{_libdir}|' $RPM_BUILD_ROOT%{php_confdir}/php.ini
  433. # Remove suffix
  434. cp $RPM_BUILD_ROOT%{_bindir}/php-config{%{majorver},}
  435. cp $RPM_BUILD_ROOT%{_bindir}/phpize{%{majorver},}
  436. %{__install} -m 755 scripts/dev/phpextdist $RPM_BUILD_ROOT%{_bindir}
  437. cp $RPM_BUILD_ROOT%{_mandir}/man1/php-config{%{majorver},}.1
  438. cp $RPM_BUILD_ROOT%{_mandir}/man1/phpize{%{majorver},}.1
  439. %if %{with_pear}
  440. # http://pear.php.net/bugs/bug.php?id=6154
  441. perl -pi -e 's#s:([0-9]+):(.)(%{buildroot})+#"s:".($1-length($3)).":$2"#eg;' %{buildroot}%{php_confdir}/pear.conf
  442. for cmd in pear peardev pecl; do
  443. cp $RPM_BUILD_ROOT%{_bindir}/${cmd}{,%{majorver}}
  444. done
  445. %{__install} -m 755 -d $RPM_BUILD_ROOT%{pear_cachedir}
  446. %endif
  447. # Install cgi/fcgi binaries
  448. mv $RPM_BUILD_ROOT%{_bindir}/php-cgi%{majorver} $RPM_BUILD_ROOT%{_bindir}/%{_name}-cgi
  449. # Install the Apache1 module, CGI SAPI, config fragment
  450. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache1_moduledir}
  451. %{__install} -m 755 build-apache/libs/lib%{_name}.so $RPM_BUILD_ROOT%{apache1_moduledir}
  452. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache1_cgidir}
  453. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache1_fcgidir}
  454. ln -sf %{_bindir}/%{_name}-cgi $RPM_BUILD_ROOT%{apache1_cgidir}/%{_name}-cgi
  455. ln -sf %{_bindir}/%{_name}-cgi $RPM_BUILD_ROOT%{apache1_fcgidir}/%{_name}-fcgi
  456. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache1_confdir}
  457. %{__install} -m 644 %{SOURCE23} $RPM_BUILD_ROOT%{apache1_confdir}/%{_name}.conf
  458. # Install the Apache2 module, CGI SAPI, config fragment
  459. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache2_moduledir}
  460. %{__install} -m 755 build-apache2/libs/lib%{_name}.so $RPM_BUILD_ROOT%{apache2_moduledir}
  461. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache2_cgidir}
  462. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache2_fcgidir}
  463. ln -sf %{_bindir}/%{_name}-cgi $RPM_BUILD_ROOT%{apache2_cgidir}/%{_name}-cgi
  464. ln -sf %{_bindir}/%{_name}-cgi $RPM_BUILD_ROOT%{apache2_fcgidir}/%{_name}-fcgi
  465. %{__install} -m 755 -d $RPM_BUILD_ROOT%{apache2_confdir}
  466. %{__install} -m 644 %{SOURCE24} $RPM_BUILD_ROOT%{apache2_confdir}/%{_name}.conf
  467. %{__install} -m 755 -d $RPM_BUILD_ROOT%{php_confdir}/php.d
  468. %{__install} -m 755 -d $RPM_BUILD_ROOT%{_localstatedir}/%{_name}
  469. # for session.save_path
  470. %{__install} -m 770 -d $RPM_BUILD_ROOT%{_localstatedir}/%{_name}/session
  471. # for extension modules
  472. %{__install} -m 755 -d $RPM_BUILD_ROOT%{_libdir}/%{_name}
  473. # for --with-exec-dir
  474. %{__install} -m 755 -d $RPM_BUILD_ROOT%{_libdir}/%{_name}/bin
  475. #----------------------------------------------------------------------
  476. # Generate files lists and stub .ini files for each subpackage
  477. for mod in dba imap ldap mcrypt mysql mysqli odbc pgsql snmp sqlite xmlrpc \
  478. pdo pdo_odbc pdo_mysql pdo_pgsql pdo_sqlite; do
  479. cat > $RPM_BUILD_ROOT%{php_confdir}/php.d/${mod}.ini <<EOF
  480. ; Enable ${mod} extension module
  481. extension=${mod}.so
  482. EOF
  483. cat > files.${mod} <<EOF
  484. %attr(0755,root,root) %{_libdir}/%{_name}/${mod}.so
  485. %config(noreplace) %attr(0644,root,root) %{php_confdir}/php.d/${mod}.ini
  486. EOF
  487. done
  488. # append mysqli module to mysql module.
  489. cat files.mysqli >> files.mysql
  490. # Split out the PDO modules
  491. cat files.pdo_mysql >> files.mysql
  492. cat files.pdo_odbc >> files.odbc
  493. cat files.pdo_pgsql >> files.pgsql
  494. # Package pdo_sqlite with pdo; isolating the sqlite dependency
  495. # isn't useful at this time since rpm itself requires sqlite.
  496. cat files.pdo_sqlite >> files.pdo
  497. #----------------------------------------------------------------------
  498. # Remove unpackaged files
  499. rm -f $RPM_BUILD_ROOT%{_libdir}/%{_name}/*.a
  500. # Remove irrelevant docs
  501. rm -f README.{Zeus,QNX,CVS-RULES}
  502. # fix symlink for phar.
  503. %{__rm} -f %{buildroot}%{_bindir}/phar
  504. %{__ln_s} ./phar.phar %{buildroot}%{_bindir}/phar
  505. # ad-hoc fix for incorrect paths to php5
  506. for X in pear5 peardev5 pecl5 ; do
  507. sed -e 's|%{buildroot}||g' %{buildroot}%{_bindir}/$X \
  508. > %{buildroot}%{_bindir}/$X.new
  509. mv -f %{buildroot}%{_bindir}/$X.new %{buildroot}%{_bindir}/$X
  510. chmod 0755 %{buildroot}%{_bindir}/$X
  511. done
  512. #----------------------------------------------------------------------
  513. %post
  514. /sbin/update-alternatives --install %{_bindir}/php \
  515. php %{_bindir}/php%{majorver} %{majorver}0
  516. # fix broken symlink if it's there
  517. if [ ! -f %{_bindir}/php ] ; then
  518. /sbin/update-alternatives --auto php
  519. fi
  520. %triggerpostun -- php5 < 5.1.4-0vl1
  521. /sbin/update-alternatives --auto php
  522. %preun
  523. if [ "$1" = 0 ]; then
  524. /sbin/update-alternatives --remove php %{_bindir}/php%{majorver}
  525. /sbin/update-alternatives --auto php
  526. fi
  527. %post pear
  528. /sbin/update-alternatives \
  529. --install %{_bindir}/pear pear %{_bindir}/pear%{majorver} %{majorver}0 \
  530. --slave %{_bindir}/peardev peardev %{_bindir}/peardev%{majorver} \
  531. --slave %{_bindir}/pecl pecl %{_bindir}/pecl%{majorver}
  532. # fix broken symlink if it's there
  533. if [ ! -f %{_bindir}/pear ] ; then
  534. /sbin/update-alternatives --auto pear
  535. fi
  536. %triggerpostun pear -- php5-pear < 5.1.4-0vl1
  537. /sbin/update-alternatives --auto pear
  538. %preun pear
  539. if [ "$1" = "0" ]; then
  540. /sbin/update-alternatives --remove pear %{_bindir}/pear%{majorver}
  541. /sbin/update-alternatives --auto pear
  542. fi
  543. %post apache
  544. chown root:apache %{_localstatedir}/%{_name}/session 2>/dev/null || true
  545. %post apache2
  546. chown root:apache %{_localstatedir}/%{_name}/session 2>/dev/null || true
  547. %clean
  548. [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
  549. rm -f files.*
  550. #======================================================================
  551. %files
  552. %defattr(-,root,root)
  553. %doc CODING_STANDARDS CREDITS EXTENSIONS INSTALL LICENSE NEWS README*
  554. %doc Zend/ZEND_* TSRM_LICENSE
  555. %doc php.ini-{development,production}
  556. %doc php.gif
  557. %{_mandir}/man1/%{_name}.1*
  558. %config(noreplace) %{php_confdir}/php.ini
  559. %{_bindir}/%{_name}
  560. %{_bindir}/%{_name}-cgi
  561. %{_bindir}/phar
  562. %{_bindir}/phar.phar
  563. %dir %{php_confdir}
  564. %dir %{php_confdir}/php.d
  565. %dir %{_libdir}/%{_name}
  566. %dir %{_libdir}/%{_name}/bin
  567. %dir %{_localstatedir}/%{_name}
  568. %attr(0770,root,apache) %dir %{_localstatedir}/%{_name}/session
  569. %files devel
  570. %defattr(-,root,root)
  571. %{_mandir}/man1/php-config.1*
  572. %{_mandir}/man1/phpize.1*
  573. %{_bindir}/php-config
  574. %{_bindir}/phpize
  575. %{_bindir}/phpextdist
  576. %{_includedir}/%{_name}
  577. %{_libdir}/%{_name}/build
  578. %if %{with_pear}
  579. %files pear
  580. %defattr(-,root,root)
  581. %config %{php_confdir}/pear.conf
  582. %{_bindir}/pear%{majorver}
  583. %{_bindir}/peardev%{majorver}
  584. %{_bindir}/pecl%{majorver}
  585. %{pear_rootdir}
  586. %dir %{pear_cachedir}
  587. %endif
  588. %files apache
  589. %defattr(-,root,root)
  590. %config %{apache1_confdir}/%{_name}.conf
  591. %{apache1_moduledir}/lib%{_name}.so
  592. %{apache1_cgidir}/%{_name}-cgi
  593. %{apache1_fcgidir}/%{_name}-fcgi
  594. %files apache2
  595. %defattr(-,root,root)
  596. %config %{apache2_confdir}/%{_name}.conf
  597. %{apache2_moduledir}/lib%{_name}.so
  598. %{apache2_cgidir}/%{_name}-cgi
  599. %{apache2_fcgidir}/%{_name}-fcgi
  600. %files dba -f files.dba
  601. %files imap -f files.imap
  602. %files ldap -f files.ldap
  603. %files mcrypt -f files.mcrypt
  604. %files mysql -f files.mysql
  605. %files odbc -f files.odbc
  606. %files pdo -f files.pdo
  607. %files pgsql -f files.pgsql
  608. %files snmp -f files.snmp
  609. %files sqlite -f files.sqlite
  610. %files xmlrpc -f files.xmlrpc
  611. #======================================================================
  612. %changelog
  613. * Sun Sep 5 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.3.3-1
  614. - new upstream release
  615. * Fri Nov 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.1-1
  616. - new upstream release.
  617. * Tue Sep 1 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.3.0-2
  618. - fix incorrect path in {pear,peardev,pecl}5 ([vine-users:079537])
  619. * Thu Jul 2 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.3.0-1
  620. - new upstream release.
  621. - updated patch51.
  622. - removed /usr/bin/php5-fcgi.
  623. * Sat Jun 20 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.10-1
  624. - new upstream release.
  625. - updated patch51.
  626. * Tue Jun 16 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 5.2.9-6
  627. - update php.ini
  628. - use UTF-8 for default charset and internal_encoding
  629. * Thu May 21 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-5
  630. - rebuilt with MySQL-shared-5.1.34.
  631. * Sat May 16 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.9-4
  632. - rebuilt with libc-client-2007e
  633. - added --with-kerberos option (VineSeed)
  634. * Fri Apr 03 2009 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.9-3
  635. - rebuilt with openldap-2.4.11
  636. * Fri Mar 27 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-2
  637. - rebuilt with net-snmp-5.4.2.1-3 (VineSeed x86_64).
  638. * Thu Mar 19 2009 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 5.2.9-1
  639. - new upstream release.
  640. - wrote specfile in UTF-8.
  641. * Tue May 6 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.6-2
  642. - move php5-{cgi,fcgi} to %%{_bindir}.
  643. * Tue May 6 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.6-1
  644. - new upstream release.
  645. - update %%Patch51.
  646. * Sat Apr 26 2008 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.5-1
  647. - add FastCGI support.
  648. * Tue Jan 08 2008 Shu KONNO <owa@bg.wakwak.com> 5.2.5-0vl5
  649. - rebuilt with postgresql-8.2.6
  650. * Sun Jan 06 2008 Shu KONNO <owa@bg.wakwak.com> 5.2.5-0vl4
  651. - rebuilt with net-snmp-5.4.1
  652. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.5-0vl3
  653. - for VineSeed: rebuilt with MySQL-5.0.27-0vl7
  654. * Thu Dec 13 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 5.2.5-0vl2
  655. - rebuilt with MySQL-5.0.27-0vl6
  656. * Fri Nov 23 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.5-0vl1
  657. - new upstream release.
  658. * Thu Sep 20 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.4-0vl3
  659. - rebuilt with postgresql-devel 8.2.5
  660. * Sat Sep 15 2007 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.4-0vl2
  661. - replaced BuildRequires: libstdc++3-devel with libstdc++34-devel
  662. * Sun Sep 9 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.4-0vl1
  663. - rebuilt for VineSeed
  664. * Tue Sep 4 2007 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.4-0vl0.40
  665. - new upstream release.
  666. - update Patch33.
  667. * Thu Jun 7 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.3-0vl2
  668. - rebuilt for VineSeed
  669. * Tue Jun 05 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.3-0vl1
  670. - new upstream release.
  671. - fix install script.
  672. * Sun May 27 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.2.2-0vl5
  673. - rebuilt with new toolchain (for VineSeed)
  674. * Wed May 16 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl4
  675. - remove "Provides: php-devel" from devel subpackage
  676. * Mon May 14 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl3
  677. - fix Source24(php5.conf-apache2)
  678. * Fri May 11 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl2
  679. - add Provides tag to subpackages.
  680. * Tue May 08 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.2-0vl1
  681. - new upstream release.
  682. - add 'Provides: php = %%{version}-%%{release}' to main package.
  683. * Sun Mar 25 2007 NAKAMURA Kenta <kenta@vinelinux.org> 5.2.1-0vl3
  684. - added --with-libdir=%%{_lib} configure option
  685. * Mon Feb 26 2007 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.1-0vl2
  686. - built for VineSeed.
  687. * Fri Feb 16 2007 Atsushi SHICHI <ats777@gmail.com> 5.2.1-0vl1
  688. - new upstream release.
  689. - remove unnecessary 'Obsoletes: php-domxml, php-manual'
  690. * Sat Dec 02 2006 Atsushi SHICHI <ats777@gmail.com> 5.2.0-0vl4
  691. - change session.save_path to /var/php5/session in php.ini-vine <BTS:412>
  692. - unset http_proxy in %%install
  693. * Tue Nov 7 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.2.0-0vl3
  694. - new upstream release.
  695. * Sun Oct 29 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.1.6-0vl6
  696. - build with MySQL-5.0.27.
  697. * Fri Oct 27 2006 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 5.1.6-0vl5
  698. - build with MySQL-5.0.26.
  699. - add mysqli module.
  700. - modify %%BuildRequires 'imap-devel' to 'uw-imap-devel'.
  701. * Sun Oct 22 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.6-0vl4
  702. - fixed %triggerpostun section
  703. - added update-alternatives for checking symlink to %post section
  704. * Sat Oct 21 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 5.1.6-0vl3
  705. - rebuilt for Vine Linux 4.0 <BTS:289>
  706. - added Patch1000 for building with uw-imap-2006b
  707. * Mon Sep 11 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.6-0vl2
  708. - rebuild for VinePlus/4.0
  709. - change 'BuildRequires: fileutils' to coreutils
  710. - add 'BuildRequires: libtool-ltdl-devel' to main package
  711. * Fri Aug 25 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.6-0vl1
  712. - new upstream release
  713. * Wed Aug 23 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.5-0vl1
  714. - new upstream release
  715. - fix bug [vine-users:074749]
  716. -- move php.gif from apache{,2} subpackage to main package
  717. - fix bug [VineLinux:0070], [VineLinux:0106]
  718. -- add 'Conflicts: php-devel' to devel subpackage
  719. -- remove suffix from {php-config,phpize,phpextdist}
  720. -- add alternatives support for {peardev5,pecl5}
  721. * Mon Jun 19 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.4
  722. - add 'Requires: %%{name}-pdo' to sqlite subpackage [vine-php:137]
  723. * Sun Jun 18 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.3
  724. - enable sqlite extension and add sqlite subpackage [vine-users:074695]
  725. * Tue May 30 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.2
  726. - update Source0
  727. - change Requires: to PreReq: in apache{,2} subpackages [vine-php:113]
  728. - fix %%post apache{,2} script
  729. * Tue May 16 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1.1
  730. - fix /etc/httpd/conf.d/php5.conf [VinePlus:02967]
  731. * Sat May 13 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.4-0vl1
  732. - new upstream release
  733. - revive apache{,2} subpackage
  734. - add 'Source24: php.conf-apache2'
  735. - remove php-dbg, mod_php, phpfi, stronghold-php from Obsoletes
  736. - fix Requires of main package and dba subpackage
  737. - remove 'Conflicts: php-apache' from apache subpackage
  738. - remove 'Conflicts: php-apache2' from apache2 subpackage
  739. - add %%post apache{,2} script to chown session directory to root:apache
  740. - modify %%files section
  741. * Sun Apr 30 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.3
  742. - update to 5.1.3RC3
  743. - fix %%post script and add %%triggerpostun script
  744. * Sat Apr 08 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.3
  745. - drop 'Source10: pear.sh'
  746. - fix 'Source20: README.vine', 'Source21: php.ini-vine', 'Source23: php.conf'
  747. - add alternatives support
  748. -- add 'PreReq: alternatives' to main package and pear subpackage
  749. -- add 'Conflicts: php < 4.4.2-0vl1.1' to main package
  750. -- add 'Conflicts: php-pear < 4.4.2-0vl1.1' to pear subpackage
  751. -- add %%post, %%preun scripts
  752. * Wed Apr 05 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.2
  753. - fix 'Source10: pear.sh'
  754. - add --sysconfdir=%%{php_confdir} to configure
  755. * Tue Apr 04 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2.1
  756. - add 'Source10: pear.sh' to replace /usr/bin/{pear,peardev,pecl}
  757. - add 'Patch33: php-5.1.3RC2-phpincludedir.patch'
  758. - remove 'Conflicts: php, php-*'
  759. - add 'export PHP_PEAR_SYSCONF_DIR, PHP_PEAR_CACHE_DIR, PHP_PEAR_PHP_BIN'
  760. to %%Install section
  761. -- move pear.conf to %%{_sysconfdir}/%%{_name}
  762. -- add '%%dir %%{pear_cachedir}' to '%%files pear'
  763. -- fix php_bin in pear.conf
  764. - rename phpextdist to phpextdist5
  765. * Fri Mar 31 2006 Atsushi SHICHI <ats777@gmail.com> 5.1.3-0vl0.2
  766. - update to 5.1.3RC2
  767. * Mon Mar 20 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.3-0vl0.1
  768. - new upstream release
  769. - add Source23: php5.conf
  770. - drop Patch21: php-4.3.1-odbc.patch
  771. - drop Patch30: php-4.3.6-dlopen.patch
  772. - drop Patch32: php-4.3.11-mbfilter.patch
  773. - apply strict session patch, thanks to Yasuo Ohgaki
  774. -- add Patch51: php-5.1.2-session_strict_mode.patch
  775. -- add session.use_strict_mode = 1 to php.ini-vine
  776. - add BuildRequires: autoconf, automake, bison, flex, gcc-c++,
  777. readline-devel, sqlite3-devel
  778. - drop BuildRequires: automake15, expat-devel, unixODBC-devel
  779. - build with Apache2. Apache1.3 is still able to used by rebuilding
  780. with --with apache1
  781. -- add Requires: apache2
  782. -- merge apache{,2} subpackage into main package
  783. -- add Obsoletes: php5-apache, php5-apache2
  784. - add Requires: autoconf, automake to devel subpackage
  785. - add dba, pdo subpackage
  786. - add Requires: php5-pdo to {mysql,odbc,pgsql} subpackage
  787. - drop BuildRequires: expat-devel from xmlrpc subpackage
  788. - add --program-suffix=5 to configure
  789. - add missing files to %%files
  790. * Thu Jan 12 2006 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.2-0vl1
  791. - new upstream release
  792. - remove workaround for install-pear-nozlib.phar bug (PHP Bug #35780, PEAR Bug #6154)
  793. -- remove Source2: relocate.php
  794. -- remove Source10: pear.sh
  795. -- remove Source11: pecl.sh
  796. -- remove Source12: peardev.sh
  797. - remove old XSLT extension stuff
  798. -- remove BuildRequires: libsablotron0-devel
  799. -- remove --enable-xslt, --with-xslt-sablot configure option
  800. * Thu Dec 07 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.1.1-0vl2
  801. - add %%{with_test}
  802. - drop Patch5: php-4.3.3-install.patch
  803. - drop Patch6: php-5.1.0-tests.patch
  804. - drop Patch7: php-5.1.0-libtool15.patch
  805. - drop Patch8: php-5.0.0RC3-miscfix.patch
  806. - drop Patch10: php-5.1.0-sqlite_m4.patch
  807. - change BuildPrereq tag to BuildRequires tag
  808. - add BuildRequires: rpm-devel, popt, bzip2-devel, zlib-devel, glibc-devel
  809. to snmp subpackage
  810. - comment out CFLAGS, LIBS, IMAP_SHARED_LIBADD environment variable settings
  811. - remove support for FreeType 1.x
  812. -- remove BuildRequires: freetype, freetype-devel from main package
  813. -- remove --enable-gd-native-ttf, --with-ttf configure option
  814. - drop --enable-ucd-snmp-hack configure option
  815. - add workaround for install-pear-nozlib.phar bug
  816. -- add Source2: relocate.php
  817. -- add Source10: pear.sh
  818. -- add Source11: pecl.sh
  819. -- add Source12: peardev.sh
  820. -- remove include_path entry from vine.ini
  821. - include phpextdist in devel subpackage again
  822. - move pear.conf from main package to pear subpackage
  823. - include pecl, peardev in pear subpackage
  824. - move php.gif from main package to apache/apache2 subpackage
  825. -- fix %%{contentdir}
  826. - fix typo in %%changelog
  827. * Tue Dec 06 2005 HOTTA Michihide <hotta@net-newbie.com> 5.1.1-0vl1
  828. - new upstream release
  829. - drop Patch #4 (php-4.2.2-cxx.patch)
  830. - change Patch #6 (php-4.3.1-tests.patch) to php-5.1.0-tests.patch
  831. - change Patch #7 (php-4.3.2-libtool15.patch) to php-5.1.0-libtool15.patch
  832. - change Patch #10 (php-5.0.5-sqlite_m4.patch) to php-5.1.0-sqlite_m4.patch
  833. - drop Patch #101 (php-5.0.5-mbfilter.patch)
  834. - append include_path entry to vine.ini
  835. * Sat Oct 15 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl5
  836. - rebuild for VineSeedPlus
  837. * Thu Oct 06 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.0.5-0vl4
  838. - modify Source21: vine.ini
  839. * Tue Oct 06 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl3
  840. - drop Patch3: php-5.0.5-lib64.patch
  841. - drop Patch11: php-5.0.5-phpize_in.patch [VinePlus:02737]
  842. - add --libdir=%%{_libdir}/php option to configure [VinePlus:02737]
  843. * Tue Oct 04 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.5-0vl2
  844. - add mbfilter.c.patch
  845. * Sun Sep 18 2005 Atsushi SHICHI <ats7@a.email.ne.jp> 5.0.5-0vl1
  846. - upstream release
  847. - add Source21: vine.ini (additional settings to php.ini-recommened)
  848. - add Source22: ltmain.sh.vine
  849. - drop Patch2: php-5.0.3-config.patch
  850. - fix Patch3: php-5.0.5-lib64.patch
  851. - drop Patch9: php-5.0.0RC3-oniguruma.patch
  852. - fix Patch10: php-5.0.5-sqlite_m4.patch
  853. - add Patch11: php-5.0.5-phpize_in.patch
  854. - drop Patch246: php-4.3.6-fixattr.patch
  855. - add %%define __libtoolize true
  856. - drop %%{_bindir}phpextdist
  857. * Fri Jun 17 2005 IKEDA Katsumi <ikeda@webmasters.gr.jp> 5.0.3-0vl3.2
  858. - added a security patch for CAN-2005-0524 and CAN-2005-0525 from SuSE.
  859. * Thu May 16 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl3.1
  860. - for VinePlus/3.0
  861. - add README.vine again
  862. - add php-4.3.11-mbfilter.patch for workaround against degrade at 5.0.3
  863. - remove veserion specification on BuildPrereq: curl-devel
  864. * Fri Feb 25 2005 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl3
  865. - drop BuildPrereq: apache2-apr-devel
  866. - drop php-4.2.1-ldap-TSRM.patch
  867. * Sat Dec 25 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.3-0vl1
  868. - upstream release
  869. - drop php-4.3.2-db4.patch
  870. - add BuildPrereq: apache2-apr-devel
  871. * Mon Oct 18 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.2-0vl1
  872. - upstream release
  873. - regenerate php5-imap
  874. * Fri Aug 13 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.1-0vl1
  875. - upstream release
  876. * Tue Aug 03 2004 HOTTA Michihide <hotta@net-newbie.com> 5.0.0-0vl1
  877. - upstream release : many thanks to YOSHIMURA Keitaro <ramsy AT ramix DOT jp>
  878. - remove php4_{namazu,kakasi,chasen} (not supported)
  879. - drop some patches for 4.3.x
  880. - Build fix for oniguruma(re_registers dups)
  881. - remove domxml (updated to libxml2)
  882. - add Conflicts: php, php-*
  883. - add php-5.0.0-authuser.patch (BUG#29129)
  884. * Thu Jul 15 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.8-0vl1
  885. - upstream release
  886. - add BuildPrereq: freetype
  887. * Sun Jul 11 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 4.3.7-0vl5
  888. - remove explicit buildprereq to build-essential
  889. - build apache2 module
  890. split apache1/2 module to php-apache/php-apache2
  891. thanks to jax <jax AT morejams DOT no-ip DOT com>
  892. - add Obsoletes: php < %%{version}-%%{release} in php-apache sub-package
  893. for upgrade.
  894. * Wed Jul 07 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl4
  895. - add Obsoletes: php-imap, php-manual
  896. * Sat Jun 26 2004 Tomohiro 'Tomo-p' KATO <tomop@teamgedoh.net> 4.3.7-0vl3
  897. - enable mcrypt module.
  898. * Mon Jun 07 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl2
  899. - fix bug #28385 <http://bugs.php.net/bug.php?id=28385>
  900. * Fri Jun 04 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.7-0vl1
  901. - upstream release
  902. * Wed May 12 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.6-0vl2
  903. - rebuild with namazu-2.0.13
  904. * Fri Apr 30 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.6-0vl1
  905. - upstream release
  906. * Mon Mar 15 2004 Tomoya TAKA <taka@vinelinux.org> 4.3.4-0vl2
  907. - fix location of session save path, %%{_localstatedir} is defined as
  908. /var/lib in Vine's rpm
  909. * Sat Feb 21 2004 HOTTA Michihide <hotta@net-newbie.com> 4.3.4-0vl1
  910. - upstream release
  911. - sync to fedora(php-4.3.4-7)
  912. - drop BuildRequires : aspell
  913. - add workaround for inconsistent dependency of php-devel
  914. - drop --enable-versioning to prevent ext modules loading error
  915. * Thu Feb 05 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.3.2-0vl4
  916. - rebuild with new toolchains (and resolved dependancy about libxslt)
  917. - added patch7 to build with libtool-1.5
  918. - added patch100 to build newest freetype2 library
  919. - force to use automake-1.5
  920. - added BuildPrereq: curl-devel, automake15
  921. - fixed BuildRequires of php-snmp: net-snmp-devel
  922. * Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl3
  923. - add README.vine
  924. * Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl2
  925. - install sapi/cgi/php as php-cgi, sapi/cli/php as php
  926. * Tue Jul 08 2003 HOTTA Michihide <hotta@net-newbie.com> 4.3.2-0vl1
  927. - upstream release (sync to rawhide)
  928. - add printf patch, PEAR_Registry patch etc.
  929. - drop package php-manual
  930. * Fri Jan 24 2003 HOTTA Michihide <hotta@net-newbie.com> 4.2.3-0vl3
  931. - add zend_highlight.c-patch
  932. - add -DHAVE_PQESCAPE to build_ext pgsql
  933. * Wed Jan 22 2003 MACHINO Satoshi <machino@vinelinux.org> 4.2.3-0vl2
  934. - rebuild against gmp-4.1 and sablotron-0.97
  935. * Mon Sep 9 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.3-0vl1
  936. - for VineSeedPlus
  937. -- Updated to 4.2.3
  938. -- added php-4.2.3-mbstr-20020908-2.patch
  939. * Sun Aug 18 2002 Rui HIROKAWA <hirokawa@php.gr.jp> 4.2.2-0vl3
  940. - applied php-4.2.2-mb_output_handler.patch to enable output encoding
  941. for text/hdml.
  942. - applied php-4.2.2-mb-decode.patch to fix decode problem of GET parameters.
  943. - Patch to fix a problem where, given multiple cookies to set, only the last one would be made (#67853)
  944. * Tue Jul 24 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.2-0vl2
  945. - for VineSeedPlus
  946. -- applied php-4.2.2-multibyte.patch.gz which obsolets 4.2.1's
  947. -- dropped --enable-trans-sid configure option which is no longer meaningful
  948. * Tue Jul 23 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.2-0vl1
  949. - for VineSeedPlus
  950. -- Updated to 4.2.2
  951. -- dropped domxml.patch (merged into original)
  952. * Fri Jul 05 2002 HOTTA Michihide <hotta@net-newbie.com> 4.2.1-0vl8
  953. - for VineSeedPlus
  954. -- added i18n patch by Fujimoto
  955. -- dropped php4_mbregex extention (merged into original)
  956. * Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl7
  957. - added gmp support
  958. - for VineSeedPlus
  959. * Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl6
  960. - for VineSeedPlus
  961. -- added xslt support
  962. * Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl5
  963. - added expat-devel in BuildPreReq
  964. * Tue Jun 04 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl4
  965. - added mail functions
  966. - added postfix in BuildPreReq
  967. - updated manual_en(03-Jun-2002)
  968. - updated manual_ja(29-May-2002)
  969. - for VinePlus
  970. -- dropped xslt support
  971. * Thu May 16 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl3
  972. - for VineSeed Plus
  973. - added xslt support
  974. -- added enable-xslt, with-xslt-sablot, with-dom-xslt
  975. -- added BuildPrereq: libxslt-devel, libsablotron0-devel
  976. * Thu May 16 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl2
  977. - for VinePlus 2.5
  978. - added php.in-dist.patch
  979. * Wed May 15 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.1-0vl1
  980. - updated php-4.2.1
  981. - updated php_manual_en
  982. - dropped reg.patch
  983. - modified configured option
  984. -- added --with-dom, --with-bz2, --with-png-dir, --with-expat-dir
  985. * Thu May 09 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-99vl1
  986. - updated php-4.2.1RC1
  987. - fixed ereg_replace patch (4.2.1-reg.patch)
  988. * Thu May 09 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-0vl2
  989. - added ereg_replace patch (4.2.0-reg.patch)
  990. - updated manual(en, ja)
  991. * Thu Apr 30 2002 Satoshi MACHINO <machino@vinelinux.org> 4.2.0-0vl1
  992. - updated php-4.2.0
  993. * Fri Mar 01 2002 Satoshi MACHINO <machino@vinelinux.org> 4.1.2-0vl1
  994. - updated php-4.1.2
  995. - updated php4_mbregex-1.3.1
  996. - updated php4_namazu-2.1.0
  997. - updated php4_kakasi-0.3.0
  998. - REMOVED php4_iconv
  999. - fixed patch
  1000. -- added domxml.patch
  1001. -- dropped old patches
  1002. * Mon Dec 3 2001 Jun Nishii <jun@vinelinux.org>
  1003. - 4.0.6-5vl3
  1004. - added --enable-mbstr-enc-trans
  1005. * Wed Aug 22 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
  1006. - 4.0.6-5vl2
  1007. - fix contentdir
  1008. * Tue Aug 21 2001 Hisao SHIBUYA <shibuya@alpha.or.jp>
  1009. - 4.0.6-5vl1
  1010. - add configure options for Vine
  1011. - add ldap, mysql and odbc modules.
  1012. * Fri Aug 10 2001 Tim Powers <timp@redhat.com>
  1013. - only english in php-manuals, space constraints :P
  1014. * Thu Aug 9 2001 Nalin Dahyabhai <nalin@redhat.com>
  1015. - include %{_libdir}/%{name}/build instead of %{_libdir}/%{name}4/build (#51141)
  1016. * Mon Aug 6 2001 Nalin Dahyabhai <nalin@redhat.com>
  1017. - add build deps on pam-devel, pspell-devel, gdbm-devel (#49878)
  1018. - add some conditional logic if %%{oracle} is defined (from Antony Nguyen)
  1019. * Mon Jul 9 2001 Nalin Dahyabhai <nalin@redhat.com>
  1020. - don't obsolete subpackages we ended up not merging
  1021. * Mon Jul 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  1022. - cleanups
  1023. - add manuals in multiple languages (using ko instead of kr for Korean)
  1024. - merge all of the manuals into a single -manual subpackage
  1025. - use libtool to install binary files which libtool builds
  1026. - don't strip any binaries; let the buildroot policies take care of it
  1027. * Thu Jun 28 2001 Nalin Dahyabhai <nalin@redhat.com>
  1028. - update to 4.0.6 (preliminary)
  1029. * Mon Jun 25 2001 Nalin Dahyabhai <nalin@redhat.com>
  1030. - enable ttf in the build because the gd support needs it
  1031. - add -lfreetype to the LIBS for the same reason
  1032. * Wed Jun 6 2001 Nalin Dahyabhai <nalin@redhat.com>
  1033. - rebuild in new environment
  1034. * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
  1035. - actually use two source trees to build things
  1036. - add %%post and %%postun scriptlets to run ldconfig
  1037. * Tue May 15 2001 Nalin Dahyabhai <nalin@redhat.com>
  1038. - quote part of the AC_ADD_LIBRARY macro to make newer autoconf happy
  1039. * Mon May 14 2001 Nalin Dahyabhai <nalin@redhat.com>
  1040. - fix error in %%install
  1041. - depend on the imap-devel which supplies linkage.c
  1042. - modify trigger to disable php versions less than 4.0.0 instead of 3.0.15
  1043. - enable DOM support via libxml2 (suggested by Sylvain Berg
  1044. - build the OpenSSL extension again
  1045. * Mon May 7 2001 Nalin Dahyabhai <nalin@redhat.com>
  1046. - enable pspell extensions
  1047. - update to 4.0.5
  1048. * Mon Apr 30 2001 Nalin Dahyabhai <nalin@redhat.com>
  1049. - build the ODBC extension
  1050. * Mon Apr 30 2001 Bill Nottingham <notting@redhat.com>
  1051. - build on ia64
  1052. * Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
  1053. - rebuild in new environment
  1054. * Fri Feb 23 2001 Nalin Dahyabhai <nalin@redhat.com>
  1055. - obsolete the old phpfi (PHP 2.x) package
  1056. * Thu Feb 8 2001 Nalin Dahyabhai <nalin@redhat.com>
  1057. - add a commented-out curl extension to the config file (part of #24933)
  1058. - fix the PEAR-installation-directory-not-being-eval'ed problem (#24938)
  1059. - find the right starting point for multipart form data (#24933)
  1060. * Tue Jan 30 2001 Nalin Dahyabhai <nalin@redhat.com>
  1061. - aaarrgh, the fix breaks something else, aaarrgh; revert it (#24933)
  1062. - terminate variable names at the right place (#24933)
  1063. * Sat Jan 20 2001 Nalin Dahyabhai <nalin@redhat.com>
  1064. - tweak the fix some more
  1065. * Thu Jan 18 2001 Nalin Dahyabhai <nalin@redhat.com>
  1066. - extract stas's fix for quoting problems from CVS for testing
  1067. - tweak the fix, ask the PHP folks about the tweak
  1068. - tweak the fix some more
  1069. * Wed Jan 17 2001 Nalin Dahyabhai <nalin@redhat.com>
  1070. - merge mod_php into the main php package (#22906)
  1071. * Fri Dec 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  1072. - try to fix a quoting problem
  1073. * Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
  1074. - update to 4.0.4 to get a raft of bug fixes
  1075. - enable sockets
  1076. - enable wddx
  1077. * Fri Nov 3 2000 Nalin Dahyabhai <nalin@redhat.com>
  1078. - rebuild in updated environment
  1079. * Thu Nov 2 2000 Nalin Dahyabhai <nalin@redhat.com>
  1080. - add more commented-out modules to the default config file (#19276)
  1081. * Wed Nov 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  1082. - fix not-using-gd problem (#20137)
  1083. * Tue Oct 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  1084. - update to 4.0.3pl1 to get some bug fixes
  1085. * Sat Oct 14 2000 Nalin Dahyabhai <nalin@redhat.com>
  1086. - build for errata
  1087. * Wed Oct 11 2000 Nalin Dahyabhai <nalin@redhat.com>
  1088. - update to 4.0.3 to get security fixes integrated
  1089. - patch around problems configuring without Oracle support
  1090. - add TSRM to include path when building individual modules
  1091. * Fri Sep 8 2000 Nalin Dahyabhai <nalin@redhat.com>
  1092. - rebuild in new environment
  1093. - enable OpenSSL support
  1094. * Wed Sep 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  1095. - update to 4.0.2, and move the peardir settings to configure (#17171)
  1096. - require %%{version}-%%{release} for subpackages
  1097. - add db2-devel and db3-devel prereqs (#17168)
  1098. * Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  1099. - rebuild in new environment (new imap-devel)
  1100. * Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  1101. - fix summary and descriptions to match the specspo package
  1102. * Wed Aug 9 2000 Nalin Dahyabhai <nalin@redhat.com>
  1103. - hard-code the path to apxs in build_ext() (#15799)
  1104. * Tue Aug 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  1105. - add "." to the include path again, which is the default
  1106. * Wed Jul 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  1107. - enable PEAR and add it to the include path
  1108. - add the beginnings of a -devel subpackage
  1109. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  1110. - automatic rebuild
  1111. * Fri Jul 7 2000 Nalin Dahyabhai <nalin@redhat.com>
  1112. - tweaks to post and postun from Bill Peck
  1113. * Thu Jul 6 2000 Nalin Dahyabhai <nalin@redhat.com>
  1114. - fixes from Nils for building the MySQL client
  1115. - change back to requiring %{version} instead of %{version}-%{release}
  1116. * Sat Jul 1 2000 Nalin Dahyabhai <nalin@redhat.com>
  1117. - update to 4.0.1pl2
  1118. - enable MySQL client
  1119. - move the php.ini file to %{_sysconfdir}
  1120. * Fri Jun 30 2000 Nils Philippsen <nils@redhat.de>
  1121. - build_ext defines HAVE_PGSQL so pgsql.so in fact contains symbols
  1122. - post/un scripts tweak php.ini correctly now
  1123. * Thu Jun 28 2000 Nalin Dahyabhai <nalin@redhat.com>
  1124. - update to 4.0.1
  1125. - refresh manual
  1126. * Tue Jun 26 2000 Nalin Dahyabhai <nalin@redhat.com>
  1127. - rebuild against new krb5 package
  1128. * Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
  1129. - rebuild against new db3 package
  1130. * Sat Jun 17 2000 Nalin Dahyabhai <nalin@redhat.com>
  1131. - Fix syntax error in post and preun scripts.
  1132. - Disable IMAP, LDAP, PgSql in the standalone version because it picks up
  1133. the extensions.
  1134. * Fri Jun 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  1135. - Unexclude the Sparc arch.
  1136. - Exclude the ia64 arch until we get a working Postgres build.
  1137. - Stop stripping extensions as aggressively.
  1138. - Start linking the IMAP module to libpam again.
  1139. - Work around extension loading problems.
  1140. - Reintroduce file-editing post and preun scripts for the mod_php extensions
  1141. until we come up with a better way to do it.
  1142. * Mon Jun 5 2000 Nalin Dahyabhai <nalin@redhat.com>
  1143. - ExcludeArch: sparc for now
  1144. * Sun Jun 4 2000 Nalin Dahyabhai <nalin@redhat.com>
  1145. - add Obsoletes: phpfi, because their content handler names are the same
  1146. - add standalone binary, rename module packages to mod_php
  1147. - FHS fixes
  1148. * Tue May 23 2000 Nalin Dahyabhai <nalin@redhat.com>
  1149. - change license from "GPL" to "PHP"
  1150. - add URL: tag
  1151. - disable mysql support by default (license not specified)
  1152. * Mon May 22 2000 Nalin Dahyabhai <nalin@redhat.com>
  1153. - update to PHP 4.0.0
  1154. - nuke the -mysql subpackage (php comes with a bundled mysql client lib now)
  1155. * Tue May 16 2000 Nalin Dahyabhai <nalin@redhat.com>
  1156. - link IMAP module against GSS-API and PAM to get dependencies right
  1157. - change most of the Requires to Prereqs, because the post edits config files
  1158. - move the PHP *Apache* module back to the right directory
  1159. - fix broken postun trigger that broke the post
  1160. - change most of the postuns to preuns in case php gets removed before subpkgs
  1161. * Thu May 11 2000 Trond Eivind Glomsr <teg@redhat.com>
  1162. - rebuilt against new postgres libraries
  1163. * Tue May 09 2000 Preston Brown <pbrown@redhat.com>
  1164. - php3 .so modules moved to /usr/lib/php3 from /usr/lib/apache (was incorrect)
  1165. * Mon Apr 10 2000 Nalin Dahyabhai <nalin@redhat.com>
  1166. - make subpackages require php = %{version} (bug #10671)
  1167. * Thu Apr 06 2000 Nalin Dahyabhai <nalin@redhat.com>
  1168. - update to 3.0.16
  1169. * Fri Mar 03 2000 Cristian Gafton <gafton@redhat.com>
  1170. - fixed the post script to work when upgrading a package
  1171. - add triggere to fix the older packages
  1172. * Tue Feb 29 2000 Nalin Dahyabhai <nalin@redhat.com>
  1173. - update to 3.0.15
  1174. - add build-time dependency for openldap-devel
  1175. - enable db,ftp,shm,sem support to fix bug #9648
  1176. * Fri Feb 25 2000 Nalin Dahyabhai <nalin@redhat.com>
  1177. - add dependency for imap subpackage
  1178. - rebuild against Apache 1.3.12
  1179. * Thu Feb 24 2000 Preston Brown <pbrown@redhat.com>
  1180. - don't include old, outdated manual. package one from the php distribution.
  1181. * Tue Feb 01 2000 Cristian Gafton <gafton@redhat.com>
  1182. - rebuild to fix dependency problem
  1183. * Fri Jan 14 2000 Preston Brown <pbrown@redhat.com>
  1184. - added commented out mysql module, thanks to Jason Duerstock
  1185. (jason@sdi.cluephone.com). Uncomment to build if you have mysql installed.
  1186. * Thu Jan 13 2000 Preston Brown <pbrown@redhat.com>
  1187. - rely on imap-devel, don't include imap in src.rpm (#5099).
  1188. - xml enabled (#5393)
  1189. * Tue Nov 02 1999 Preston Brown <pborwn@redhat.com>
  1190. - added post/postun sections to modify httpd.conf (#5259)
  1191. - removed old obsolete faq and gif (#5260)
  1192. - updated manual.tar.gz package (#5261)
  1193. * Thu Oct 07 1999 Matt Wilson <msw@redhat.com>
  1194. - rebuilt for sparc glibc brokenness
  1195. * Fri Sep 24 1999 Preston Brown <pbrown@redhat.com>
  1196. - --with-apxs --> --with-apxs=/usr/sbin/apxs (# 5094)
  1197. - ldap support (# 5097)
  1198. * Thu Sep 23 1999 Preston Brown <pbrown@redhat.com>
  1199. - fix cmdtuples for postgresql, I had it slightly wrong
  1200. * Tue Aug 31 1999 Bill Nottingham <notting@redhat.com>
  1201. - subpackages must obsolete old stuff...
  1202. * Sun Aug 29 1999 Preston Brown <pbrown@redhat.com>
  1203. - added -DHAVE_PGCMDTUPLES for postgresql module (bug # 4767)
  1204. * Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
  1205. - name change to php to follow real name of package
  1206. - fix up references to php3 to refer to php
  1207. - upgrade to 3.0.12
  1208. - fixed typo in pgsql postun script (bug # 4686)
  1209. * Mon Jun 14 1999 Preston Brown <pbrown@redhat.com>
  1210. - upgraded to 3.0.9
  1211. - fixed postgresql module and made separate package
  1212. - separated manual into separate documentation package
  1213. * Mon May 24 1999 Preston Brown <pbrown@redhat.com>
  1214. - upgraded to 3.0.8, which fixes problems with glibc 2.1.
  1215. - took some ideas grom Gomez's RPM.
  1216. * Tue May 04 1999 Preston Brown <pbrown@redhat.com>
  1217. - hacked in imap support in an ugly way until imap gets an official
  1218. shared library implementation
  1219. * Fri Apr 16 1999 Preston Brown <pbrown@redhat.com>
  1220. - pick up php3.ini
  1221. * Wed Mar 24 1999 Preston Brown <pbrown@redhat.com>
  1222. - build against apache 1.3.6
  1223. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  1224. - auto rebuild in the new build environment (release 2)
  1225. * Mon Mar 08 1999 Preston Brown <pbrown@redhat.com>
  1226. - upgraded to 3.0.7.
  1227. * Wed Feb 24 1999 Preston Brown <pbrown@redhat.com>
  1228. - Injected new description and group.
  1229. * Sun Feb 07 1999 Preston Brown <pbrown@redhat.com>
  1230. - upgrade to php 3.0.6, built against apache 1.3.4
  1231. * Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
  1232. - rebuild for apache 1.3.3
  1233. * Thu Oct 08 1998 Preston Brown <pbrown@redhat.com>
  1234. - updated to 3.0.5, fixes nasty bugs in 3.0.4.
  1235. * Sun Sep 27 1998 Cristian Gafton <gafton@redhat.com>
  1236. - updated to 3.0.4 and recompiled for apache 1.3.2
  1237. * Thu Sep 03 1998 Preston Brown <pbrown@redhat.com>
  1238. - improvements; builds with apache-devel package installed.
  1239. * Tue Sep 01 1998 Preston Brown <pbrown@redhat.com>
  1240. - Made initial cut for PHP3.