diff --git a/.gitignore b/.gitignore index e69de29..5ccf424 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/trac-workflowadmin-plugin-0.12.svn11020.tar.gz diff --git a/sources b/sources index e69de29..b2f682b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9a3eb6e327d76d50cc781b667a6bd325 trac-workflowadmin-plugin-0.12.svn11020.tar.gz diff --git a/trac-workflowadmin-plugin.spec b/trac-workflowadmin-plugin.spec new file mode 100644 index 0000000..63eb423 --- /dev/null +++ b/trac-workflowadmin-plugin.spec @@ -0,0 +1,43 @@ +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} + +Name: trac-workflowadmin-plugin +Version: 0.12 +Release: 20111223svn11062%{?dist} +Summary: Web interface for workflow administration for Trac + +Group: Applications/Internet +License: BSD +URL: http://trac-hacks.org/wiki/TracWorkflowAdminPlugin +# Produce via 'svn export -r11062 http://trac-hacks.org/svn/tracworkflowadminplugin/0.12/ tracworkflowadmin' +# tar -czvf trac-navadd-plugin-0.9.svn11062.tar.gz navaddplugin +Source0: trac-workflowadmin-plugin-0.12.svn11020.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: python-devel, python-setuptools +Requires: trac >= 0.10 + +%description +The plugin provides the editor for workflow and the diagram of workflow +using the Graphviz programs. + +%prep +%setup -q -n tracworkflowadminplugin + +%build +%{__python} setup.py build + +%install +rm -rf $RPM_BUILD_ROOT +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%{python_sitelib}/* + +%changelog +* Thu Dec 22 2011 Andrea Veri - 0.12-20111223svn11062 +- First package release.