[python-matplotlib] Fix spec file typos so package builds

Jonathan G. Underwood jgu at fedoraproject.org
Sat Feb 26 12:13:39 UTC 2011


commit 51417023efb602739a4b658ec1713d9506b9ac67
Author: Jonathan G. Underwood <jonathan.underwood at gmail.com>
Date:   Fri Feb 25 17:58:00 2011 +0000

    Fix spec file typos so package builds

 python-matplotlib.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/python-matplotlib.spec b/python-matplotlib.spec
index 5e3bf62..0ae1e34 100644
--- a/python-matplotlib.spec
+++ b/python-matplotlib.spec
@@ -16,7 +16,7 @@
 
 Name:           python-matplotlib
 Version:        1.0.1
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Python plotting library
 
 Group:          Development/Libraries
@@ -111,9 +111,10 @@ echo "examples.directory : %{sampledatadir}" >> matplotlibrc
 # This really does need to be ran twice
 export PYTHONPATH=%{libpath}
 %{__python} make.py --small html && %{__python} make.py --small html
-rm -f html/.buildinfo
-chmod -x html/pyplots/make.py
-sed -i 's/\r//' html/_sources/devel/add_new_projection.txt
+rm -f build/html/.buildinfo
+chmod -x build/html/pyplots/make.py
+sed -i 's/\r//' build/html/_sources/devel/add_new_projection.txt
+sed -i 's/\r//' build/html/examples/api/font_family_rc.py
 popd
 %endif
 
@@ -163,6 +164,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sat Feb 26 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0.1-8
+- Fix spec file typos so package builds
+
 * Fri Feb 25 2011 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 1.0.1-7
 - Remove a debugging echo statement from the spec file
 - Fix some line endings and permissions in -doc sub-package


More information about the scm-commits mailing list