OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: r...@openpkg.org Module: openpkg-src Date: 22-Apr-2009 19:46:20 Branch: HEAD Handle: 2009042218462000 Modified files: openpkg-src/mysql6 mysql6.spec Log: sync with mysql package Summary: Revision Changes Path 1.15 +8 -1 openpkg-src/mysql6/mysql6.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/mysql6/mysql6.spec ============================================================================ $ cvs diff -u -r1.14 -r1.15 mysql6.spec --- openpkg-src/mysql6/mysql6.spec 18 Apr 2009 13:13:09 -0000 1.14 +++ openpkg-src/mysql6/mysql6.spec 22 Apr 2009 17:46:20 -0000 1.15 @@ -38,7 +38,7 @@ Group: Database License: GPL Version: %{V_opkg} -Release: 20090326 +Release: 20090422 # package options %option with_server yes @@ -124,6 +124,8 @@ LIBS="-lz" \ ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ + --infodir=%{l_prefix}/info \ --sysconfdir=%{l_prefix}/etc/mysql \ --localstatedir=%{l_prefix}/var/mysql \ --libexecdir=%{l_prefix}/libexec/mysql \ @@ -206,6 +208,11 @@ AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" \ DESTDIR=$RPM_BUILD_ROOT + # cleanup mysql_config script + %{l_shtool} subst \ + -e 's;^\(ldflags=.\).*\(.\)$;\1%{l_ldflags}\2;' \ + $RPM_BUILD_ROOT%{l_prefix}/bin/mysql_config + # move utility 'replace', msql2mysql is patched for new path mv $RPM_BUILD_ROOT%{l_prefix}/bin/replace \ $RPM_BUILD_ROOT%{l_prefix}/libexec/mysql/ @@ . ______________________________________________________________________ OpenPKG http://openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org