Author: paszczus Date: Wed Apr 1 18:18:21 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - all packages are now builds! rel 0.2
---- Files affected: SPECS: scalix.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/scalix.spec diff -u SPECS/scalix.spec:1.29 SPECS/scalix.spec:1.30 --- SPECS/scalix.spec:1.29 Wed Apr 1 14:44:42 2009 +++ SPECS/scalix.spec Wed Apr 1 20:18:16 2009 @@ -2,7 +2,7 @@ # TODO: # - add PLD as Supported distro for installer # - package spring framework: http://springsource.org -# - after packaging spring, use it instead of interla spring.jar from scalix +# - after packaging spring, use it instead of internal spring.jar from scalix # - descriptions/summaries # # Conditional build: @@ -16,7 +16,7 @@ Summary: Scalix Collaboration Platform Name: scalix Version: 11.4.3 -Release: 0.1 +Release: 0.2 # http://www.scalix.com/community/opensource/licensing.php License: Scalix Public License (SPL) Group: Applications/WWW @@ -27,6 +27,7 @@ Source3: %{name}-admin-console-context.xml Source4: %{name}-res-context.xml Source5: %{name}-mobile-context.xml +Source6: %{name}-platform-context.xml Patch0: %{name}-python25_26.patch Patch1: %{name}-merlin-fixes.patch URL: http://www.scalix.com/community/ @@ -85,6 +86,14 @@ %description mobile Mobile Scalix +%package platform +Summary: Scalix Platform +Group: Applications/WWW +Requires: %{name} = %{version}-%{release} + +%description platform +Scalix Platform + %package sac Summary: Scalix SAC Group: Applications/WWW @@ -117,7 +126,7 @@ commons-httpclient commons-lang commons-logging ical4j log4j lucene lucene-snowball jasper-compiler jasper-runtime jdom jsp-api mail saaj servlet xalan xercesImpl " -CLASSPATH=caa/build/WEB-INF/classes:res/build/WEB-INF/classes:lib/spring.jar:lib/hibernate3.jar:lib/c3p0-0.9.1.jar:$(build-classpath $required_jars) +CLASSPATH=caa/build/WEB-INF/classes:res/build/WEB-INF/classes:lib/spring.jar:lib/hibernate3.jar:lib/c3p0-0.9.1.jar:lib/mail.jar:$(build-classpath $required_jars) PACKAGES="installer mobile platform sac sis" @@ -140,9 +149,14 @@ # Mobile install -d $RPM_BUILD_ROOT%{_datadir}/scalix/scalix-mobile -install %{SOURCE5} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/ +install %{SOURCE5} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-mobile.xml install scalix-mobile/build/scalix-mobile.war $RPM_BUILD_ROOT%{_datadir}/scalix/scalix-mobile +# Platform +install -d $RPM_BUILD_ROOT%{_datadir}/scalix/scalix-platform +install %{SOURCE6} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-platform.xml +install scalix-platform/build/scalix-platform.war $RPM_BUILD_ROOT%{_datadir}/scalix/scalix-platform + # SAC install -d $RPM_BUILD_ROOT%{_datadir}/scalix/{caa-services,scalix-admin-console,scalix-res} install %{SOURCE2} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-caa-services.xml @@ -172,6 +186,11 @@ %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-mobile.xml %{_datadir}/scalix/scalix-mobile +%files platform +%defattr(644,root,root,755) +%config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-platform.xml +%{_datadir}/scalix/scalix-platform + %files sac %defattr(644,root,root,755) %config(noreplace) %verify(not md5 mtime size) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/scalix-caa-services.xml @@ -192,6 +211,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2009/04/01 18:18:16 paszczus +- all packages are now builds! rel 0.2 + Revision 1.29 2009/04/01 12:44:42 paszczus - fixed typos ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/scalix.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
