Author: pawelz Date: Wed Nov 25 11:51:07 2009 GMT Module: packages Tag: HEAD ---- Log message: - "email this issue" plugin
---- Files affected: packages/jira-enterprise: jira-enterprise.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: packages/jira-enterprise/jira-enterprise.spec diff -u packages/jira-enterprise/jira-enterprise.spec:1.29 packages/jira-enterprise/jira-enterprise.spec:1.30 --- packages/jira-enterprise/jira-enterprise.spec:1.29 Mon Nov 23 13:52:37 2009 +++ packages/jira-enterprise/jira-enterprise.spec Wed Nov 25 12:51:02 2009 @@ -7,6 +7,7 @@ %define plugintimesheetver 1.9 %define pluginsubversionver 0.10.5.2 +%define pluginemailver 1.7 Summary: JIRA bug and issue tracker Name: jira-enterprise @@ -19,6 +20,7 @@ # wget -c http://www.atlassian.com/software/jira/docs/servers/jars/v1/jira-jars-tomcat5.zip # wget -c http://svn.atlassian.com/svn/public/contrib/jira/jira-timesheet-plugin/jars/atlassian-jira-plugin-timesheet-1.9.jar # wget -c http://maven.atlassian.com/contrib/com/atlassian/jira/plugin/ext/subversion/atlassian-jira-subversion-plugin/0.10.5.2/atlassian-jira-subversion-plugin-0.10.5.2-distribution.zip +# wget -c http://confluence.atlassian.com/download/attachments/124027052/email-this-issue-plugin-1.7.jar Source0: atlassian-%{name}-%{version}.tar.gz # NoSource0-md5: 173689228807247d9be56a0a0e8e1590 NoSource: 0 @@ -37,6 +39,9 @@ Source11: atlassian-jira-subversion-plugin-%{pluginsubversionver}-distribution.zip # NoSource11-md5: 5e220049093be0f732a174e7955aa13d NoSource: 11 +Source12: email-this-issue-plugin-%{pluginemailver}.jar +# NoSource12-md5: a55c9744943594026acdf9f215837f6a +NoSource: 12 URL: http://www.atlassian.com/software/jira/default.jsp BuildRequires: jpackage-utils BuildRequires: rpm-javaprov @@ -66,17 +71,48 @@ JIRA Timesheet report and portlet. %package plugin-subversion -Summary: JIRA Subversion Plugin +Summary: JIRA Subversion Plugin License: BSD Group: Libraries/Java URL: http://confluence.atlassian.com/display/JIRAEXT/JIRA+Subversion+plugin Requires: %{name} = %{version}-%{release} %description plugin-subversion -A plugin to integrate JIRA with Subversion.This plugin displays Subversion -commit info in a tab on the associated JIRA issue. To link a commit to a JIRA -issue, the commit's text must contain the issue key (eg. "This commit fixes -TST-123"). +A plugin to integrate JIRA with Subversion.This plugin displays +Subversion commit info in a tab on the associated JIRA issue. To link +a commit to a JIRA issue, the commit's text must contain the issue key +(eg. "This commit fixes TST-123"). + +%package plugin-email-this-issue +Summary: JIRA "Email this issue" plugin +License: BSD +Group: Libraries/Java +URL: https://plugins.atlassian.com/plugin/details/4977 +Requires: %{name} = %{version}-%{release} + +%description plugin-email-this-issue +This plugin contains an issue operation component that allows users to +compose an email and send the issue to arbitrary recipients. + +Most important features are: + +- send email with issue details to email addresses outside JIRA, + assignee, reporter and watchers. +- attach issue attachments to email +- control who can invoke the operation through a project role +- text and html email format are supported, email body understands + Confluence wiki markup +- email template can be customized per project and issue type +- a comment is created reflecting the event of sending an email (body, + recipients, etc) - see below +- i18n-enabled, the plugin can be translated, it is currently + available in English, German, French, Polish and Hungarian. +- you have options like "CC to me" and "Reply to me" to receive a copy + of the email or to receive replies to the email. +- email recipients are added to watchers on demand +- recipients from custom fields and groups/project roles can be added +- email options may be reused, i.e. there is no need to check all your + options every time you send an email %prep %setup -q -n atlassian-%{name}-%{version} -a1 -a11 @@ -124,6 +160,7 @@ cp atlassian-jira-subversion-plugin-*/subversion-jira-plugin.properties $RPM_BUILD_ROOT%{_sysconfdir}/jira/subversion-jira-plugin.properties cp atlassian-jira-subversion-plugin-*/lib/* $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/lib ln -s %{_sysconfdir}/jira/subversion-jira-plugin.properties $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/classes/subversion-jira-plugin.properties +cp %{SOURCE12} $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/lib/email-this-issue-plugin-%{pluginemailver}.jar %clean rm -rf $RPM_BUILD_ROOT @@ -148,6 +185,7 @@ %exclude %{_datadir}/jira/WEB-INF/lib/atlassian-jira-subversion-plugin-%{pluginsubversionver}.jar %exclude %{_datadir}/jira/WEB-INF/lib/svnkit-1.2.1.5297.jar %exclude %{_datadir}/jira/WEB-INF/lib/trilead-ssh2-build213-svnkit-1.2-patch.jar +%exclude %{_datadir}/jira/WEB-INF/lib/email-this-issue-plugin-%{pluginemailver}.jar %exclude %{_datadir}/jira/WEB-INF/classes/subversion-jira-plugin.properties %exclude %{_sysconfdir}/jira/subversion-jira-plugin.properties @@ -163,12 +201,19 @@ %{_datadir}/jira/WEB-INF/lib/svnkit-1.2.1.5297.jar %{_datadir}/jira/WEB-INF/lib/trilead-ssh2-build213-svnkit-1.2-patch.jar +%files plugin-email-this-issue +%defattr(644,root,root,755) +%{_datadir}/jira/WEB-INF/lib/email-this-issue-plugin-%{pluginemailver}.jar + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2009/11/25 11:51:02 pawelz +- "email this issue" plugin + Revision 1.29 2009/11/23 12:52:37 pawelz - plugin subversion ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira-enterprise/jira-enterprise.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
