SPECS: jira-enterprise.spec - entityengine is configuration too

pawelz pawelz at pld-linux.org
Tue Apr 14 14:27:14 CEST 2009


Author: pawelz                       Date: Tue Apr 14 12:27:13 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- entityengine is configuration too

---- Files affected:
SPECS:
   jira-enterprise.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/jira-enterprise.spec
diff -u SPECS/jira-enterprise.spec:1.12 SPECS/jira-enterprise.spec:1.13
--- SPECS/jira-enterprise.spec:1.12	Tue Apr 14 12:15:21 2009
+++ SPECS/jira-enterprise.spec	Tue Apr 14 14:27:08 2009
@@ -6,7 +6,7 @@
 Summary:	JIRA bug and issue tracker
 Name:		jira-enterprise
 Version:	3.13.3
-Release:	0.3
+Release:	0.4
 License:	Proprietary, not distributable
 Group:		Networking/Daemons/Java/Servlets
 Source0:	http://www.atlassian.com/software/jira/downloads/binary/atlassian-%{name}-%{version}.tar.gz
@@ -16,7 +16,8 @@
 # NoSource1-md5:	0c1184bc77a55cb09c3cd1a66ca06b4f
 NoSource:	1
 Source2:	%{name}-context.xml
-Source3:	%{name}-README.PLD
+Source3:	%{name}-entityengine.xml
+Source4:	%{name}-README.PLD
 Patch0:		%{name}-log4j-properties.patch
 URL:		http://www.atlassian.com/software/jira/default.jsp
 BuildRequires:	jpackage-utils
@@ -39,7 +40,8 @@
 %setup -q -n atlassian-%{name}-%{version} -a1
 %patch0 -p1
 
-cp %{SOURCE3} README.PLD
+cp %{SOURCE3} edit-webapp/WEB-INF/classes/entityengine.xml
+cp %{SOURCE4} README.PLD
 
 %build
 %ant compile
@@ -55,7 +57,9 @@
 install %{SOURCE2} $RPM_BUILD_ROOT%{_sharedstatedir}/tomcat/conf/Catalina/localhost/jira.xml
 ln -s %{_sharedstatedir}/tomcat/conf/Catalina/localhost/jira.xml $RPM_BUILD_ROOT%{_sysconfdir}/jira/tomcat-context.xml
 mv $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/classes/log4j.properties $RPM_BUILD_ROOT%{_sysconfdir}/jira/log4j.properties
+mv $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/classes/entityengine.xml $RPM_BUILD_ROOT%{_sysconfdir}/jira/entityengine.xml
 ln -s %{_sysconfdir}/jira/log4j.properties $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/classes/log4j.properties
+ln -s %{_sysconfdir}/jira/entityengine.xml $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/classes/entityengine.xml
 
 # libraries missing in tomcat 5.5
 install -d $RPM_BUILD_ROOT%{_datadir}/tomcat/common/lib
@@ -71,6 +75,7 @@
 %{_datadir}/jira
 %dir %{_sysconfdir}/jira
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jira/log4j.properties
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jira/entityengine.xml
 %{_sysconfdir}/jira/tomcat-context.xml
 %config(noreplace) %verify(not md5 mtime size) %attr(2775,root,tomcat) %{_sharedstatedir}/tomcat/conf/Catalina/localhost/jira.xml
 %attr(2775,root,servlet) %dir %{_sharedstatedir}/jira
@@ -88,6 +93,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/04/14 12:27:08  pawelz
+- entityengine is configuration too
+
 Revision 1.12  2009/04/14 10:15:21  pawelz
 - context file must be writeable by tomcat
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jira-enterprise.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list