Browse Source

upgrade to latest versions

master
parent
commit
1d3f2fdb44
  1. 28
      trac-plugins/trac-plugins.spec

28
trac-plugins/trac-plugins.spec

@ -23,21 +23,21 @@
# package versions
%define V_trac 0.12
%define V_accountmanagerplugin 20100724
%define V_accountmanagerplugin 20110619
%define V_tracdownloaderplugin 20100724
%define V_discussionplugin 20100724
%define V_discussionplugin 20110619
%define V_includemacro 20100724
%define V_xmlrpc 20100724
%define V_xmlrpc 20110619
%define V_tracmtn 20100724
%define V_gitplugin 20100724
%define V_mercurialplugin 20100724
%define V_timingandestimationplugin 20100724
%define V_gitplugin 0.12.0.5
%define V_mercurialplugin 20110619
%define V_timingandestimationplugin 20110619
%define V_scrumburndownplugin 20100724
%define V_authopenid 20100724
%define V_noanonymousplugin 20100724
%define V_authopenid 20110619
%define V_noanonymousplugin 20110619
%define V_svnurlsplugin 20100724
%define V_tocmacro 20100724
%define V_workfloweditorplugin 20100724
%define V_workfloweditorplugin 20110619
%define V_advancedticketworkflow 20100724
# package information
@ -51,7 +51,7 @@ Class: EVAL
Group: SCM
License: GPL
Version: %{V_trac}
Release: 20100724
Release: 20110619
# list of sources
Source0: http://download.openpkg.org/components/versioned/trac/accountmanagerplugin-%{V_accountmanagerplugin}.tar.gz
@ -60,7 +60,7 @@ Source2: http://download.openpkg.org/components/versioned/trac/discussionpl
Source3: http://download.openpkg.org/components/versioned/trac/includemacro-%{V_includemacro}.tar.gz
Source4: http://download.openpkg.org/components/versioned/trac/xmlrpc-%{V_xmlrpc}.tar.gz
Source5: http://download.openpkg.org/components/versioned/trac/tracmtn-%{V_tracmtn}.tar.gz
Source6: http://download.openpkg.org/components/versioned/trac/gitplugin-%{V_tracmtn}.tar.gz
Source6: http://download.openpkg.org/components/versioned/trac/gitplugin-%{V_gitplugin}.zip
Source7: http://download.openpkg.org/components/versioned/trac/mercurialplugin-%{V_mercurialplugin}.tar.gz
Source8: http://download.openpkg.org/components/versioned/trac/timingandestimationplugin-%{V_timingandestimationplugin}.tar.gz
Source9: http://download.openpkg.org/components/versioned/trac/scrumburndownplugin-%{V_scrumburndownplugin}.tar.gz
@ -115,7 +115,7 @@ PreReq: python, python-setup, trac
prog trac-plugins:gitplugin = {
version = %{V_gitplugin}
url = http://download.openpkg.org/components/versioned/trac/
regex = gitplugin-(__VER__)\.tar\.gz
regex = gitplugin-(__VER__)\.zip
}
prog trac-plugins:mercurialplugin = {
version = %{V_mercurialplugin}
@ -202,7 +202,7 @@ PreReq: python, python-setup, trac
( cd tracmtn
%{l_prefix}/bin/python setup.py bdist_egg
) || exit $?
( cd gitplugin
( cd hvr-trac-git-plugin-*
%{l_prefix}/bin/python setup.py bdist_egg
) || exit $?
( cd mercurialplugin
@ -256,7 +256,7 @@ PreReq: python, python-setup, trac
tracmtn/dist/*.egg \
$RPM_BUILD_ROOT%{l_prefix}/share/trac/plugins/monotone.egg
%{l_shtool} install -c -m 644 \
gitplugin/dist/*.egg \
hvr-trac-git-plugin-*/dist/*.egg \
$RPM_BUILD_ROOT%{l_prefix}/share/trac/plugins/git.egg
%{l_shtool} install -c -m 644 \
mercurialplugin/dist/*.egg \

Loading…
Cancel
Save