OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 27-Nov-2003 17:55:15 Branch: HEAD Handle: 2003112716551500 Modified files: openpkg-src/php php.spec Log: reduce diff to php5 package Summary: Revision Changes Path 1.67 +7 -2 openpkg-src/php/php.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php/php.spec ============================================================================ $ cvs diff -u -r1.66 -r1.67 php.spec --- openpkg-src/php/php.spec 27 Nov 2003 16:04:29 -0000 1.66 +++ openpkg-src/php/php.spec 27 Nov 2003 16:55:15 -0000 1.67 @@ -35,7 +35,7 @@ Version: 4.3.4 Release: 20031127 -# package options (analog to apache.spec) +# package options %option with_calendar no %option with_mysql no %option with_pgsql no @@ -69,7 +69,7 @@ %option with_pear no %option with_snmp no -# fixing implicit inter-module dependencies and correlations +# fixing implicit extension dependencies and correlations %if "%{with_pear}" == "yes" %undefine with_xml %define with_xml yes @@ -396,6 +396,11 @@ $RPM_BUILD_ROOT%{l_prefix}/etc/php %{l_shtool} install -c -m 644 /dev/null \ $RPM_BUILD_ROOT%{l_prefix}/etc/php/php.ini + + # strip down installation + rm -rf $RPM_BUILD_ROOT%{l_prefix}/lib/php/build + rmdir $RPM_BUILD_ROOT%{l_prefix}/lib/php >/dev/null 2>&1 || true + strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true # determine installation files %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std} \ @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]