From 51417023efb602739a4b658ec1713d9506b9ac67 Mon Sep 17 00:00:00 2001 From: "Jonathan G. Underwood" Date: Fri, 25 Feb 2011 17:58:00 +0000 Subject: [PATCH] Fix spec file typos so package builds --- python-matplotlib.spec | 12 ++++++++---- 1 file 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 - 1.0.1-8 +- Fix spec file typos so package builds + * Fri Feb 25 2011 Jonathan G. Underwood - 1.0.1-7 - Remove a debugging echo statement from the spec file - Fix some line endings and permissions in -doc sub-package