SPECS: sugarcrm.spec - use system smarty
glen
glen at pld-linux.org
Mon Feb 6 18:10:44 CET 2006
Author: glen Date: Mon Feb 6 17:10:44 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use system smarty
---- Files affected:
SPECS:
sugarcrm.spec (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SPECS/sugarcrm.spec
diff -u SPECS/sugarcrm.spec:1.15 SPECS/sugarcrm.spec:1.16
--- SPECS/sugarcrm.spec:1.15 Mon Feb 6 16:40:44 2006
+++ SPECS/sugarcrm.spec Mon Feb 6 18:10:38 2006
@@ -4,14 +4,14 @@
# - add other (all?) languages
# - language packs overwrite common files like jscalendar/calendar-setup_3.js,
# which contain locality specifics like first_day_of_week
-# - system Smarty and PEAR packages
+# - system PEAR packages
# - language packs have different license. subpackage them? separate specs?
%define namesrc SugarSuite
Summary: Customer Relationship Management
Summary(pl): Narzędzie CRM
Name: sugarcrm
Version: 4.0.1
-Release: 0.2
+Release: 0.3
License: SugarCRM Public License
Group: Applications/WWW
Source0: http://www.sugarforge.org/frs/download.php/919/%{namesrc}-%{version}.zip
@@ -25,12 +25,14 @@
Source13: http://www.sugarforge.org/frs/download.php/849/SugarEnt-4.0-lang-ge_ge-2005-12-19.zip
# Source13-md5: c1fd9063866e7e3be7fe5a4084e3c84e
Patch0: %{name}-mysqlroot.patch
+Patch1: %{name}-smarty.patch
URL: http://www.sugarforge.org/
BuildRequires: rpmbuild(macros) >= 1.268
Requires: php >= 3:4.2.0
Requires: php-mysql
Requires: php-xml
Requires: webapps
+Requires: Smarty >= 2.6.10-4
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -82,7 +84,9 @@
# undos the sources
find -regex '.*\.\(php\|inc\|html\|txt\|js\)$' -print0 | xargs -0 sed -i -e 's,\r$,,'
+rm -rf include/Smarty
%patch0 -p1
+%patch1 -p1
%install
rm -rf $RPM_BUILD_ROOT
@@ -187,6 +191,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.16 2006/02/06 17:10:38 glen
+- use system smarty
+
Revision 1.15 2006/02/06 15:40:44 glen
- restored md5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/sugarcrm.spec?r1=1.15&r2=1.16&f=u
More information about the pld-cvs-commit
mailing list