Author: glen Date: Mon Feb 6 19:43:10 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - setup fixes
---- Files affected: SPECS: sugarcrm.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/sugarcrm.spec diff -u SPECS/sugarcrm.spec:1.18 SPECS/sugarcrm.spec:1.19 --- SPECS/sugarcrm.spec:1.18 Mon Feb 6 20:12:12 2006 +++ SPECS/sugarcrm.spec Mon Feb 6 20:43:04 2006 @@ -10,7 +10,7 @@ Summary(pl): Narzędzie CRM Name: sugarcrm Version: 4.0.1 -Release: 0.4 +Release: 0.6 License: SugarCRM Public License Group: Applications/WWW Source0: http://www.sugarforge.org/frs/download.php/919/%{namesrc}-%{version}.zip @@ -26,6 +26,7 @@ Patch0: %{name}-mysqlroot.patch Patch1: %{name}-smarty.patch Patch2: %{name}-pear.patch +Patch3: %{name}-setup.patch URL: http://www.sugarforge.org/ BuildRequires: rpmbuild(macros) >= 1.268 Requires: Smarty >= 2.6.10-4 @@ -85,13 +86,15 @@ %{__unzip} -qq %{SOURCE13} -x manifest.php # undos the sources -find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,\r$,,' +find -regex '.*\.\(php\|inc\|html\|txt\|js\|properties\)$' -print0 | xargs -0 sed -i -e 's,\r$,,' rm -r include/Smarty rm -r include/HTTP_WebDAV_Server rm -r include/Mail_IMAP %patch0 -p1 %patch1 -p1 +%patch2 -p1 +%patch3 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -198,6 +201,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2006/02/06 19:43:04 glen +- setup fixes + Revision 1.18 2006/02/06 19:12:12 glen - use system PEAR packages - package log4php.properties ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sugarcrm.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
