Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
trac-git-plugin
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 6
[-]
[+]
Changed
trac-git-plugin.spec
@@ -31,7 +31,7 @@ %install rm -rf $RPM_BUILD_ROOT -%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES +%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} rm -f %{buildroot}%{_prefix}/README rm -f %{buildroot}%{_prefix}/COPYING @@ -40,12 +40,20 @@ rm -rf $RPM_BUILD_ROOT -%files -f INSTALLED_FILES +%files %defattr(-,root,root,-) -%doc %{_docdir}/COPYING -%doc %{_docdir}/README - - +%doc README COPYING +%dir %{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/PKG-INFO +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/SOURCES.txt +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/dependency_links.txt +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/entry_points.txt +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/top_level.txt +%{py_sitedir}/TracGit-%{version}-py%{py_ver}.egg-info/zip-safe +%dir %{py_sitedir}/gitplugin +%{py_sitedir}/gitplugin/PyGIT.py* +%{py_sitedir}/gitplugin/__init__.py* +%{py_sitedir}/gitplugin/git_fs.py* %changelog * Mon Oct 15 2007 Peter Nixon