]> git.pld-linux.org Git - packages/crowd.git/commitdiff
- ugly workaround for
authorpawelz <pawelz@pld-linux.org>
Sat, 29 May 2010 13:19:41 +0000 (13:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://confluence.atlassian.com/pages/viewpage.action?pageId=208962752

Changed files:
    crowd.spec -> 1.2

crowd.spec

index d276d8c48f8a235df3e74132ba572bf33583bb19..3288f2437dd3b72dd18d1d9d3253f9ebe8991602 100644 (file)
@@ -13,6 +13,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
@@ -31,6 +32,9 @@ Source1:      Atlassian_EULA_3.0.pdf
 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
@@ -53,6 +57,10 @@ interface.
 
 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
 
This page took 0.123032 seconds and 4 git commands to generate.