Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
trac-mercurial-plugin
> trac-mercurial-plugin.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File trac-mercurial-plugin.spec of Package trac-mercurial-plugin (Revision 4)
Currently displaying revision
4
,
show latest
Name: trac-mercurial-plugin Version: 0.11.0.4 Release: 0 Summary: Mercurial plugin for Trac Group: Development/Libraries License: GPL URL: http://trac.edgewall.org/wiki/TracMercurial # Source comes from SVN right now: svn co http://svn.edgewall.org/repos/trac/sandbox/mercurial-plugin-0.11/; \ # cd mercurial-plugin-0.11; \ # python setup.py sdist --formats gztar Source0: TracMercurial-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root ##BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools Requires: mercurial trac python-setuptools %description This plugin for Trac provides support for the Mercurial SCM. %prep %setup -n TracMercurial-%{version} -q %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES rm -f %{buildroot}%{_prefix}/README rm -f %{buildroot}%{_prefix}/COPYING %clean rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root,-) %doc %{_docdir}/COPYING %doc %{_docdir}/README %changelog * Fri Aug 16 2008 Herbert Graeber <herbert@graeber-clan.de> - Update to version 0.11.0.4 for trac 0.11 * Mon Oct 15 2007 Peter Nixon - Update to work with SUSE * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.10.0.2-3.20070705svn5798 - Require trac, python-setuptools as well * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.10.0.2-2.20070705svn5798 - Require mercurial * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.10.0.2-1.20070705svn5798 - Initial build