Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
trac-git-plugin
> trac-git-plugin.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File trac-git-plugin.spec of Package trac-git-plugin (Revision 3)
Currently displaying revision
3
,
show latest
Name: trac-git-plugin Version: 0.0.1 Release: 0 Summary: GIT version control plugin for Trac Group: Development/Libraries License: GPL URL: http://trac-hacks.org/wiki/GitPlugin # Source comes from SVN right now: svn co -r %{svnrev} http://trac-hacks.org/svn/gitplugin; \ # cd gitplugin/0.10/; \ # python setup.py sdist --formats gztar Source0: TracGit-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ##BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools Requires: git-core trac python-setuptools %description This Trac plugin provides support for the GIT SCM. %prep %setup -n TracGit-%{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 * Mon Oct 15 2007 Peter Nixon - Update to work with SUSE * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.0.1-3.20070705svn1536 - Require trac and python-setuptools as well * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.0.1-2.20070705svn1536 - Require git-core * Thu Jul 05 2007 Jesse Keating <jkeating@redhat.com> - 0.0.1-1.20070705svn1536 - Initial build