Author: pawelz                       Date: Sat May 29 13:19:46 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- ugly workaround for
  http://confluence.atlassian.com/pages/viewpage.action?pageId=208962752

---- Files affected:
packages/crowd:
   crowd.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/crowd/crowd.spec
diff -u packages/crowd/crowd.spec:1.1 packages/crowd/crowd.spec:1.2
--- packages/crowd/crowd.spec:1.1       Sat May 29 14:47:14 2010
+++ packages/crowd/crowd.spec   Sat May 29 15:19:41 2010
@@ -14,6 +14,7 @@
 # Download sources manually:
 wget -c 
http://downloads.atlassian.com/software/crowd/downloads/atlassian-crowd-2.0.4-war.zip
 wget -c http://www.atlassian.com/about/licensing/Atlassian_EULA_3.0.pdf
+wget -c 
http://repository.atlassian.com/org.apache.felix/jars/org.apache.felix.main-2.0.5.jar
 %endif
 
 %include       /usr/lib/rpm/macros.java
@@ -32,6 +33,9 @@
 NoSource:      1
 Source2:       tomcat-context.xml
 Source3:       %{name}-init.properties
+Source4:       org.apache.felix.main-2.0.5.jar
+# NoSource4-md5:       edfbdb9fd59aeb21022391e2934f75c0
+NoSource:      4
 URL:           http://www.atlassian.com/software/crowd/default.jsp
 BuildRequires: jpackage-utils
 BuildRequires: rpm-javaprov
@@ -54,6 +58,10 @@
 
 cp %{SOURCE1} .
 
+# http://confluence.atlassian.com/pages/viewpage.action?pageId=208962752
+find -name 'org.apache.felix.main*.jar' | xargs rm
+cp %{SOURCE4} WEB-INF/lib
+
 # TODO set paths for logs
 # sed -i 's,^\(log4j\.appender\.[a-z]*\.File\)=\(.*\)$,\1=/var/log/crowd/\2,' 
webapp/WEB-INF/classes/log4j.properties
 
@@ -94,6 +102,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/05/29 13:19:41  pawelz
+- ugly workaround for
+  http://confluence.atlassian.com/pages/viewpage.action?pageId=208962752
+
 Revision 1.1  2010/05/29 12:47:14  pawelz
 - initial PLD release
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/crowd/crowd.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to