[python-rosinstall] Fixed typo in source package name

rmattes rmattes at fedoraproject.org
Sat Oct 27 01:45:03 UTC 2012


commit 676cd92868733df25f102c4eb58736160a223d70
Author: Rich Mattes <richmattes at gmail.com>
Date:   Fri Oct 26 21:44:42 2012 -0400

    Fixed typo in source package name

 python-rosinstall.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-rosinstall.spec b/python-rosinstall.spec
index a88ecc4..f1116df 100644
--- a/python-rosinstall.spec
+++ b/python-rosinstall.spec
@@ -24,7 +24,7 @@ out a working copy for you.
 
 
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n vcstools-%{realname}-%{gitrev}
 
 
 %build
@@ -41,7 +41,7 @@ install -p -m 0644 doc/_build/man/%{realname}.1 $RPM_BUILD_ROOT%{_mandir}/man1/
 rm -rf doc/_build/html/.buildinfo
 
 %files
-%doc doc/_build/html LICENSE README
+%doc doc/_build/html LICENSE README.rst
 %{_bindir}/*
 %{python_sitelib}/%{realname}
 %{python_sitelib}/%{realname}-%{version}-py?.?.egg-info


More information about the scm-commits mailing list