[trac] - Fix README.fedora installation

Jesse Keating jkeating at fedoraproject.org
Fri Oct 15 19:21:59 UTC 2010


commit 4af08e05d87e44ce162bdd18e792b48b5e713f08
Author: Jesse Keating <jkeating at redhat.com>
Date:   Fri Oct 15 12:21:33 2010 -0700

    - Fix README.fedora installation

 trac.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/trac.spec b/trac.spec
index 15ca8a9..59f5ac3 100644
--- a/trac.spec
+++ b/trac.spec
@@ -2,7 +2,7 @@
 
 Name:           trac
 Version:        0.12.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Enhanced wiki and issue tracking system
 Group:          Applications/Internet
 License:        BSD
@@ -36,8 +36,8 @@ development more streamlined and effective.
 %setup -q -n Trac-%{version}
 find contrib -type f -exec chmod -x '{}' \;
 # don't package windows specific files
-rm -rf contrib/trac-post-commit-hook.cmd
-%{__cp} -a %{SOURCE1} README.fedora
+rm -f contrib/trac-post-commit-hook.cmd
+%{__cp} -a %{SOURCE4} README.fedora
 
 %build
 %{__python} setup.py build
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_var}/www/cgi-bin/trac.fcgi
 
 %changelog
+* Fri Oct 15 2010 Jesse Keating <jkeating at redhat.com> - 0.12.1-2
+- Fix README.fedora installation
+
 * Tue Oct 12 2010 Jesse Keating <jkeating at redhat.com> - 0.12.1-1
 - Update to 0.12.1
 


More information about the scm-commits mailing list