Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
trac-mercurial-plugin
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
trac-mercurial-plugin.spec
@@ -0,0 +1,59 @@ +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 + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files -f INSTALLED_FILES +%defattr(-,root,root,-) +%doc COPYING 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