packages: jira/jira.spec - dropped plugins. Packaged as separate specs. - r...

pawelz pawelz at pld-linux.org
Thu May 27 13:02:39 CEST 2010


Author: pawelz                       Date: Thu May 27 11:02:39 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- dropped plugins. Packaged as separate specs.
- rel 2

---- Files affected:
packages/jira:
   jira.spec (1.43 -> 1.44) 

---- Diffs:

================================================================
Index: packages/jira/jira.spec
diff -u packages/jira/jira.spec:1.43 packages/jira/jira.spec:1.44
--- packages/jira/jira.spec:1.43	Thu May 27 12:12:38 2010
+++ packages/jira/jira.spec	Thu May 27 13:02:32 2010
@@ -1,6 +1,5 @@
 # $Revision$, $Date$
 # TODO:
-# - package plugin-timesheet as separate spec?
 # - convert to "-installer" type package?
 
 # NOTE:
@@ -19,21 +18,14 @@
 wget -c http://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-enterprise-4.1.1.tar.gz
 wget -c http://www.atlassian.com/about/licensing/Atlassian_EULA_3.0.pdf
 wget -c http://www.atlassian.com/software/jira/docs/servers/jars/v1/jira-jars-tomcat5.zip
-wget -c https://studio.plugins.atlassian.com/svn/TIME/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 https://studio.plugins.atlassian.com/wiki/download/attachments/2261441/email-this-issue-plugin-1.8.jar
 %endif
 
 %include	/usr/lib/rpm/macros.java
 
-%define		plugintimesheetver	1.9
-%define		pluginsubversionver	0.10.5.2
-%define		pluginjetiver		1.8
-
 Summary:	JIRA bug and issue tracker
 Name:		jira
 Version:	4.1.1
-Release:	1
+Release:	2
 License:	Proprietary, not distributable
 Group:		Networking/Daemons/Java/Servlets
 Source0:	atlassian-%{name}-enterprise-%{version}.tar.gz
@@ -49,17 +41,6 @@
 Source4:	entityengine.xml
 Source5:	application.properties
 Source6:	README.PLD
-# Most of jira plugins are distributable (or even BSD licensed), but it make
-# no sense to store them in DF unles Source0 and Source1 are distributable.
-Source10:	atlassian-%{name}-plugin-timesheet-%{plugintimesheetver}.jar
-# NoSource10-md5:	38d2c943b72c4d7bb3d2eba514d1df39
-NoSource:	10
-Source11:	atlassian-%{name}-subversion-plugin-%{pluginsubversionver}-distribution.zip
-# NoSource11-md5:	5e220049093be0f732a174e7955aa13d
-NoSource:	11
-Source12:	email-this-issue-plugin-%{pluginjetiver}.jar
-# NoSource12-md5:	9290b62d79d257c58b5661b74dbbc4b0
-NoSource:	12
 URL:		http://www.atlassian.com/software/jira/default.jsp
 BuildRequires:	jpackage-utils
 BuildRequires:	rpm-javaprov
@@ -81,67 +62,9 @@
 More than just an issue tracker, JIRA is an extensible platform that
 you can customise to match to your business processes.
 
-%package plugin-timesheet
-Summary:	JIRA Timesheet report and portlet
-License:	BSD
-Group:		Libraries/Java
-URL:		http://confluence.atlassian.com/display/JIRAEXT/Timesheet+report+and+portlet
-Requires:	%{name} = %{version}-%{release}
-Obsoletes:	jira-enterprise-plugin-timesheet
-
-%description plugin-timesheet
-JIRA Timesheet report and portlet.
-
-%package plugin-subversion
-Summary:	JIRA Subversion Plugin
-License:	BSD
-Group:		Libraries/Java
-URL:		http://confluence.atlassian.com/display/JIRAEXT/JIRA+Subversion+plugin
-Requires:	%{name} = %{version}-%{release}
-Obsoletes:	jira-enterprise-plugin-subversion
-
-%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").
-
-%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}
-Obsoletes:	jira-enterprise-plugin-email-this-issue
-
-%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}-enterprise-%{version} -a2 -a11
+%setup -q -n atlassian-%{name}-enterprise-%{version} -a2
 
-mv atlassian-jira-subversion-plugin-*/README.txt README-plugin-subversion.txt
 cp %{SOURCE1} .
 
 # set paths for logs
@@ -183,14 +106,6 @@
 hsqldbfilename=$(basename $(ls $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/lib/hsql*jar))
 ln -s %{_datadir}/jira/WEB-INF/lib/$hsqldbfilename $RPM_BUILD_ROOT%{_datadir}/tomcat/lib/hsqldb.jar
 
-# plugins
-cp %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/jira/WEB-INF/lib/atlassian-jira-plugin-timesheet-%{plugintimesheetver}.jar
-
-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-%{pluginjetiver}.jar
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -209,37 +124,16 @@
 %attr(2775,root,servlet) %dir %{_sharedstatedir}/jira/backups
 %attr(2775,root,servlet) %dir /var/log/jira
 
-#plugins
-%exclude %{_datadir}/jira/WEB-INF/lib/atlassian-jira-plugin-timesheet-%{plugintimesheetver}.jar
-%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-%{pluginjetiver}.jar
-%exclude %{_datadir}/jira/WEB-INF/classes/subversion-jira-plugin.properties
-%exclude %{_sysconfdir}/jira/subversion-jira-plugin.properties
-
-%files plugin-timesheet
-%defattr(644,root,root,755)
-%{_datadir}/jira/WEB-INF/lib/atlassian-jira-plugin-timesheet-%{plugintimesheetver}.jar
-
-%files plugin-subversion
-%defattr(644,root,root,755)
-%config(noreplace) %verify(not md5 mtime size) %attr(640,root,tomcat) %{_sysconfdir}/jira/subversion-jira-plugin.properties
-%{_datadir}/jira/WEB-INF/classes/subversion-jira-plugin.properties
-%{_datadir}/jira/WEB-INF/lib/atlassian-jira-subversion-plugin-%{pluginsubversionver}.jar
-%{_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-%{pluginjetiver}.jar
-
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <feedback at pld-linux.org>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2010/05/27 11:02:32  pawelz
+- dropped plugins. Packaged as separate specs.
+- rel 2
+
 Revision 1.43  2010/05/27 10:12:38  pawelz
 - create %pluginsdir
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira/jira.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list