packages: jira-plugin-git/jira-plugin-git.spec - build in %build, not in %i...
pawelz
pawelz at pld-linux.org
Sat May 29 03:34:14 CEST 2010
Author: pawelz Date: Sat May 29 01:34:14 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- build in %build, not in %install
- rewrapped description
---- Files affected:
packages/jira-plugin-git:
jira-plugin-git.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/jira-plugin-git/jira-plugin-git.spec
diff -u packages/jira-plugin-git/jira-plugin-git.spec:1.2 packages/jira-plugin-git/jira-plugin-git.spec:1.3
--- packages/jira-plugin-git/jira-plugin-git.spec:1.2 Sat May 29 03:32:49 2010
+++ packages/jira-plugin-git/jira-plugin-git.spec Sat May 29 03:34:09 2010
@@ -27,19 +27,21 @@
%define pluginsdeploydir %{_datadir}/jira/WEB-INF/lib
%description
-A plugin to integrate JIRA with Git. This plugin displays Git 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 Git. This plugin displays Git 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").
%prep
%setup -qc
mv pawelz-jira4-git-plugin-*/* .
+%build
+%ant
+
%install
rm -rf $RPM_BUILD_ROOT
-%ant
-
install -d $RPM_BUILD_ROOT{%{pluginsdeploydir},%{pluginsdir}}
cp jira-plugin-git-%{version}.jar $RPM_BUILD_ROOT%{pluginsdir}/plugin-%{plugin}-%{version}.jar
ln -s %{pluginsdir}/plugin-%{plugin}-%{version}.jar $RPM_BUILD_ROOT%{pluginsdeploydir}/plugin-%{plugin}-%{version}.jar
@@ -67,6 +69,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2010/05/29 01:34:09 pawelz
+- build in %build, not in %install
+- rewrapped description
+
Revision 1.2 2010/05/29 01:32:49 pawelz
- symlink deps into tomcat
- BR: java-jgit, java-jsch, java(servlet)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/jira-plugin-git/jira-plugin-git.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list