packages: jira/jira.spec - package %dir %{_sharedstatedir}/jira/plugins/ins...
pawelz
pawelz at pld-linux.org
Mon Sep 27 22:37:36 CEST 2010
Author: pawelz Date: Mon Sep 27 20:37:36 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- package %dir %{_sharedstatedir}/jira/plugins/installed-plugins directory.
It is required by some plugins (for example greenhopper).
- rel 2
---- Files affected:
packages/jira:
jira.spec (1.48 -> 1.49)
---- Diffs:
================================================================
Index: packages/jira/jira.spec
diff -u packages/jira/jira.spec:1.48 packages/jira/jira.spec:1.49
--- packages/jira/jira.spec:1.48 Fri Jul 2 11:27:08 2010
+++ packages/jira/jira.spec Mon Sep 27 22:37:31 2010
@@ -26,7 +26,7 @@
Summary: JIRA bug and issue tracker
Name: jira
Version: 4.1.2
-Release: 1
+Release: 2
License: Proprietary, not distributable
Group: Networking/Daemons/Java/Servlets
Source0: atlassian-%{name}-enterprise-%{version}.tar.gz
@@ -89,6 +89,7 @@
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{pluginsdir},/var/log/jira}
install -d $RPM_BUILD_ROOT%{_sharedstatedir}/jira/{jiradb,index,attachments,backups}
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/jira/plugins/installed-plugins
cp -a tmp/build/war/* $RPM_BUILD_ROOT%{_datadir}/jira
# configuration
@@ -134,6 +135,8 @@
%attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/index
%attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/attachments
%attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/backups
+%attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/plugins
+%attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/plugins/installed-plugins
%attr(2775,root,servlet) %dir /var/log/jira
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -142,6 +145,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.49 2010/09/27 20:37:31 pawelz
+- package %dir %{_sharedstatedir}/jira/plugins/installed-plugins directory.
+ It is required by some plugins (for example greenhopper).
+- rel 2
+
Revision 1.48 2010/07/02 09:27:08 pawelz
- updated tomcat dep to 6.0.26-8 (it is the first release of tomcat that
provides java-mail, which is required for mail jndi. mail.jar provided by
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira/jira.spec?r1=1.48&r2=1.49&f=u
More information about the pld-cvs-commit
mailing list