OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 01-Sep-2005 11:45:29 Branch: HEAD Handle: 2005090110452800 Modified files: openpkg-src/php5 php5.spec Log: the build directory is important for developing new extensions and corresponds to the php5ize command. So as long as we keep this command, we also have to keep its files. If we want to get rid of the stuff, we have to remove both later. Summary: Revision Changes Path 1.32 +1 -2 openpkg-src/php5/php5.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/php5/php5.spec ============================================================================ $ cvs diff -u -r1.31 -r1.32 php5.spec --- openpkg-src/php5/php5.spec 27 Aug 2005 17:45:16 -0000 1.31 +++ openpkg-src/php5/php5.spec 1 Sep 2005 09:45:28 -0000 1.32 @@ -33,7 +33,7 @@ Group: Language License: PHP Version: 5.0.4 -Release: 20050827 +Release: 20050901 # package options %option with_calendar no @@ -453,7 +453,6 @@ %{SOURCE php.ini} $RPM_BUILD_ROOT%{l_prefix}/etc/php5/ # 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 @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org