rpms/trac-git-plugin/devel sources, 1.3, 1.4 trac-git-plugin.spec, 1.9, 1.10

Jesse Keating jkeating at fedoraproject.org
Tue May 12 20:51:45 UTC 2009


Author: jkeating

Update of /cvs/pkgs/rpms/trac-git-plugin/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13351

Modified Files:
	sources trac-git-plugin.spec 
Log Message:
* Mon May 11 2009 Jesse Keating <jkeating at redhat.com> - 0.11.0.2-2.20090511svn5396
- Drop COPYING, it doesn't make it into the tarball.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	12 May 2009 03:17:05 -0000	1.3
+++ sources	12 May 2009 20:51:15 -0000	1.4
@@ -1 +1 @@
-448e8a76a688592e917d689cd1e364fe  TracGit-0.11.0.2.tar.gz
+664abf879b3fe02e90315d22b2146c6a  TracGit-0.11.0.2.tar.gz


Index: trac-git-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/trac-git-plugin/devel/trac-git-plugin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- trac-git-plugin.spec	12 May 2009 03:42:40 -0000	1.9
+++ trac-git-plugin.spec	12 May 2009 20:51:15 -0000	1.10
@@ -5,7 +5,7 @@
 
 Name:           trac-git-plugin
 Version:        0.11.0.2
-Release:        2.20090511svn%{svnrev}%{?dist}
+Release:        4.20090511svn%{svnrev}%{?dist}
 Summary:        GIT version control plugin for Trac
 
 Group:          Applications/Internet
@@ -14,6 +14,7 @@ URL:            http://trac-hacks.org/wi
 # Source comes from SVN right now: svn co -r %{svnrev} http://trac-hacks.org/svn/gitplugin; \
 #                                  cd gitplugin/0.11/; \
 #                                  python setup.py sdist --formats gztar
+# The above has to be done on EL5 due to regressions in setuptools
 Source0:        TracGit-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -39,8 +40,10 @@ rm -rf $RPM_BUILD_ROOT
 # skip-build doesn't work on el4
 %{__python} setup.py install -O1 --root $RPM_BUILD_ROOT
 # Remove installed doc files, we grab them later
+rm $RPM_BUILD_ROOT/usr/COPYING
 rm $RPM_BUILD_ROOT/usr/README
 
+
  
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%doc COPYING README
 # For noarch packages: sitelib
 %{python_sitelib}/*
 




More information about the scm-commits mailing list