cfeed65
%if 0%{?fedora} >= 18
cfeed65
%global with_python3            1
cfeed65
%global basepy3dir              %(echo ../`basename %{py3dir}`)
2114656
%else
cfeed65
%global with_python3            0
2114656
%endif
cfeed65
%global __provides_exclude_from	.*/site-packages/.*\\.so$
cfeed65
%global with_html               1
2114656
25f5d42
Name:           python-matplotlib
cfeed65
Version:        1.2.0
f2d3f53
Release:        5%{?dist}
cfeed65
Summary:        Python 2D plotting library
25f5d42
Group:          Development/Libraries
d539842
License:        Python
cfeed65
URL:            http://matplotlib.org
e8b7d4f
#Modified Sources to remove the one undistributable file
e8b7d4f
#See generate-tarball.sh in fedora cvs repository for logic
cfeed65
#sha1sum matplotlib-1.2.0-without-gpc.tar.gz
cfeed65
#92ada4ef4e7374d67e46e30bfb08c3fed068d680  matplotlib-1.2.0-without-gpc.tar.gz
eb0ae8e
Source0:        matplotlib-%{version}-without-gpc.tar.gz
cfeed65
cfeed65
Patch0:         %{name}-noagg.patch
cfeed65
Patch1:         %{name}-tk.patch
cfeed65
Orion Poplawski e461fe6
BuildRequires:  agg-devel
cfeed65
BuildRequires:  freetype-devel
cfeed65
BuildRequires:  gtk2-devel
cfeed65
BuildRequires:  libpng-devel
cfeed65
BuildRequires:  numpy
cfeed65
BuildRequires:  pycairo-devel
f2d3f53
BuildRequires:  pygtk2-devel
Orion Poplawski e461fe6
BuildRequires:  pyparsing
cfeed65
BuildRequires:  python-dateutil
cfeed65
BuildRequires:  python2-devel
cfeed65
BuildRequires:  pytz
f2d3f53
BuildRequires:  xorg-x11-server-Xvfb
cfeed65
BuildRequires:  zlib-devel
7cfd478
Requires:       dejavu-sans-fonts
Orion Poplawski e461fe6
Requires:       dvipng
cfeed65
Requires:       numpy
cfeed65
Requires:       pycairo
f2d3f53
Requires:       pygtk2
Orion Poplawski e461fe6
Requires:       pyparsing
cfeed65
Requires:       python-dateutil
cfeed65
Requires:       pytz
8217450
25f5d42
%description
cfeed65
Matplotlib is a python 2D plotting library which produces publication
cfeed65
quality figures in a variety of hardcopy formats and interactive
cfeed65
environments across platforms. matplotlib can be used in python
cfeed65
scripts, the python and ipython shell, web application servers, and
cfeed65
six graphical user interface toolkits.
25f5d42
cfeed65
Matplotlib tries to make easy things easy and hard things possible.
cfeed65
You can generate plots, histograms, power spectra, bar charts,
cfeed65
errorcharts, scatterplots, etc, with just a few lines of code.
8217450
f2d3f53
%package        qt4
f2d3f53
Summary:        Qt4 backend for python-matplotlib
f2d3f53
Group:          Development/Libraries
f2d3f53
Requires:       %{name}%{?_isa} = %{version}-%{release}
f2d3f53
BuildRequires:  PyQt4-devel
f2d3f53
Requires:       PyQt4
f2d3f53
f2d3f53
%description    qt4
f2d3f53
%{summary}
f2d3f53
8217450
%package        tk
8217450
Summary:        Tk backend for python-matplotlib
8217450
Group:          Development/Libraries
06e45f0
Requires:       %{name}%{?_isa} = %{version}-%{release}
cfeed65
BuildRequires:  tcl-devel
cfeed65
BuildRequires:  tkinter
cfeed65
BuildRequires:  tk-devel
8217450
Requires:       tkinter
8217450
8217450
%description    tk
8217450
%{summary}
8217450
f2d3f53
%package        wx
f2d3f53
Summary:        wxPython backend for python-matplotlib
f2d3f53
Group:          Development/Libraries
f2d3f53
Requires:       %{name}%{?_isa} = %{version}-%{release}
f2d3f53
BuildRequires:  wxPython-devel
f2d3f53
Requires:       wxPython
f2d3f53
f2d3f53
%description    wx
f2d3f53
%{summary}
f2d3f53
838673b
%package        doc
838673b
Summary:        Documentation files for python-matplotlib
838673b
Group:          Documentation
06e45f0
Requires:       %{name}%{?_isa} = %{version}-%{release}
cfeed65
%if %{with_html}
680c73c
BuildRequires:  python-sphinx
680c73c
BuildRequires:  tex(latex)
680c73c
BuildRequires:  dvipng
664c62f
%endif
838673b
838673b
%description    doc
838673b
%{summary}
8217450
cfeed65
%if %{with_python3}
cfeed65
%package -n     python3-matplotlib
cfeed65
Summary:        Python 2D plotting library
cfeed65
Group:          Development/Libraries
cfeed65
BuildRequires:  python3-cairo
cfeed65
BuildRequires:  python3-dateutil
cfeed65
BuildRequires:  python3-devel
cfeed65
BuildRequires:  python3-gobject
cfeed65
BuildRequires:  python3-numpy
cfeed65
BuildRequires:  python3-pyparsing
cfeed65
BuildRequires:  python3-pytz
cfeed65
BuildRequires:  python3-six
cfeed65
Requires:       python3-numpy
cfeed65
Requires:       python3-cairo
cfeed65
Requires:       python3-pyparsing
cfeed65
Requires:       python3-dateutil
cfeed65
Requires:       python3-pytz
cfeed65
cfeed65
%description -n python3-matplotlib
cfeed65
Matplotlib is a python 2D plotting library which produces publication
cfeed65
quality figures in a variety of hardcopy formats and interactive
cfeed65
environments across platforms. matplotlib can be used in python
cfeed65
scripts, the python and ipython shell, web application servers, and
cfeed65
six graphical user interface toolkits.
cfeed65
cfeed65
Matplotlib tries to make easy things easy and hard things possible.
cfeed65
You can generate plots, histograms, power spectra, bar charts,
cfeed65
errorcharts, scatterplots, etc, with just a few lines of code.
cfeed65
f2d3f53
%package -n     python3-matplotlib-qt4
f2d3f53
Summary:        Qt4 backend for python3-matplotlib
f2d3f53
Group:          Development/Libraries
f2d3f53
Requires:       %{name}%{?_isa} = %{version}-%{release}
f2d3f53
BuildRequires:  python3-PyQt4-devel
f2d3f53
Requires:       python3-PyQt4
f2d3f53
f2d3f53
%description -n python3-matplotlib-qt4
f2d3f53
%{summary}
f2d3f53
cfeed65
%package -n     python3-matplotlib-tk
cfeed65
Summary:        Tk backend for python3-matplotlib
cfeed65
Group:          Development/Libraries
cfeed65
Requires:       python3-matplotlib%{?_isa} = %{version}-%{release}
cfeed65
BuildRequires:  python3-tkinter
cfeed65
Requires:       python3-tkinter
cfeed65
cfeed65
%description -n python3-matplotlib-tk
cfeed65
%{summary}
cfeed65
%endif
cfeed65
25f5d42
%prep
664c62f
%setup -q -n matplotlib-%{version}
Orion Poplawski e461fe6
Orion Poplawski e461fe6
# Remove bundled libraries
cfeed65
rm -r agg24 lib/matplotlib/pyparsing_py?.py
Orion Poplawski e461fe6
Orion Poplawski e461fe6
# Remove references to bundled libraries
cfeed65
%patch0 -p1 -b .noagg
cfeed65
sed -i -e s/matplotlib\.pyparsing_py./pyparsing/g lib/matplotlib/*.py
Orion Poplawski e461fe6
cfeed65
# Correct tcl/tk detection
cfeed65
%patch1 -p1 -b .tk
f2d3f53
sed -i -e 's|@@libdir@@|%{_libdir}|' setupext.py
25f5d42
cfeed65
chmod -x lib/matplotlib/mpl-data/images/*.svg
838673b
cfeed65
%if %{?with_python3}
cfeed65
rm -rf %{py3dir}
cfeed65
cp -a . %{py3dir}
664c62f
%endif
0e79a43
25f5d42
%build
f2d3f53
xvfb-run %{__python2} setup.py build
cfeed65
%if %{with_html}
cfeed65
# Need to make built matplotlib libs available for the sphinx extensions:
838673b
pushd doc
cfeed65
    export PYTHONPATH=`realpath ../build/lib.linux*`
cfeed65
    %{__python2} make.py html
838673b
popd
a706a1d
%endif
cfeed65
# Ensure all example files are non-executable so that the -doc
cfeed65
# package doesn't drag in dependencies
664c62f
find examples -name '*.py' -exec chmod a-x '{}' \;
664c62f
cfeed65
%if %{with_python3}
cfeed65
pushd %{py3dir}
f2d3f53
    xvfb-run %{__python3} setup.py build
cfeed65
    # documentation cannot be built with python3 due to syntax errors
cfeed65
    # and building with python 2 exits with cryptic error messages
cfeed65
popd
cfeed65
%endif
664c62f
25f5d42
%install
f2d3f53
xvfb-run %{__python} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
df8fffe
chmod +x $RPM_BUILD_ROOT%{python_sitearch}/matplotlib/dates.py
0ec477d
rm -rf $RPM_BUILD_ROOT%{python_sitearch}/matplotlib/mpl-data/fonts
25f5d42
cfeed65
%if %{with_python3}
cfeed65
pushd %{py3dir}
f2d3f53
    xvfb-run %{__python3} setup.py install -O1 --skip-build --root=$RPM_BUILD_ROOT
cfeed65
    chmod +x $RPM_BUILD_ROOT%{python3_sitearch}/matplotlib/dates.py
cfeed65
    rm -rf $RPM_BUILD_ROOT%{python3_sitearch}/matplotlib/mpl-data/fonts
cfeed65
    rm -f $RPM_BUILD_ROOT%{python3_sitearch}/six.py
cfeed65
popd
cfeed65
%endif
25f5d42
df8fffe
%files
cfeed65
%doc README.txt
cfeed65
%doc lib/dateutil_py2/LICENSE
cfeed65
%doc lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
cfeed65
%doc lib/pytz/LICENSE.txt
cfeed65
%doc CHANGELOG
cfeed65
%doc CXX
cfeed65
%doc INSTALL
cfeed65
%doc PKG-INFO
cfeed65
%doc TODO
d1a8b70
%{python_sitearch}/*egg-info
145fd38
%{python_sitearch}/matplotlib/
36a8616
%{python_sitearch}/mpl_toolkits/
145fd38
%{python_sitearch}/pylab.py*
f2d3f53
%exclude %{python_sitearch}/matplotlib/backends/backend_qt4.*
f2d3f53
%exclude %{python_sitearch}/matplotlib/backends/backend_qt4agg.*
8217450
%exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
8217450
%exclude %{python_sitearch}/matplotlib/backends/tkagg.*
8217450
%exclude %{python_sitearch}/matplotlib/backends/_tkagg.so
fa5fd50
%exclude %{python_sitearch}/matplotlib/backends/backend_wx.*
fa5fd50
%exclude %{python_sitearch}/matplotlib/backends/backend_wxagg.*
8217450
f2d3f53
%files qt4
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_qt4.*
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_qt4agg.*
f2d3f53
8217450
%files tk
145fd38
%{python_sitearch}/matplotlib/backends/backend_tkagg.py*
145fd38
%{python_sitearch}/matplotlib/backends/tkagg.py*
8217450
%{python_sitearch}/matplotlib/backends/_tkagg.so
25f5d42
f2d3f53
%files wx
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_wx.*
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_wxagg.*
f2d3f53
838673b
%files doc
838673b
%doc examples
cfeed65
%if %{with_html}
cfeed65
%doc doc/build/html/*
cfeed65
%endif
cfeed65
cfeed65
%if %{with_python3}
cfeed65
%files -n python3-matplotlib
cfeed65
%doc %{basepy3dir}/README.txt
cfeed65
%doc %{basepy3dir}/lib/dateutil_py3/LICENSE
cfeed65
%doc %{basepy3dir}/lib/matplotlib/mpl-data/fonts/ttf/LICENSE_STIX
cfeed65
%doc %{basepy3dir}/lib/pytz/LICENSE.txt
cfeed65
%doc %{basepy3dir}/CHANGELOG
cfeed65
%doc %{basepy3dir}/CXX
cfeed65
%doc %{basepy3dir}/INSTALL
cfeed65
%doc %{basepy3dir}/PKG-INFO
cfeed65
%doc %{basepy3dir}/TODO
cfeed65
%{python3_sitearch}/*egg-info
cfeed65
%{python3_sitearch}/matplotlib/
cfeed65
%{python3_sitearch}/mpl_toolkits/
cfeed65
%{python3_sitearch}/pylab.py*
cfeed65
%{python3_sitearch}/__pycache__/*
f2d3f53
%exclude %{python3_sitearch}/matplotlib/backends/backend_qt4.*
f2d3f53
%exclude %{python3_sitearch}/matplotlib/backends/backend_qt4agg.*
f2d3f53
%exclude %{python3_sitearch}/matplotlib/backends/backend_tkagg.*
cfeed65
%exclude %{python3_sitearch}/matplotlib/backends/backend_tkagg.*
cfeed65
%exclude %{python3_sitearch}/matplotlib/backends/tkagg.*
cfeed65
%exclude %{python3_sitearch}/matplotlib/backends/_tkagg.*
cfeed65
f2d3f53
%files -n python3-matplotlib-qt4
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_qt4.*
f2d3f53
%{python_sitearch}/matplotlib/backends/backend_qt4agg.*
f2d3f53
cfeed65
%files -n python3-matplotlib-tk
cfeed65
%{python3_sitearch}/matplotlib/backends/backend_tkagg.py*
cfeed65
%{python3_sitearch}/matplotlib/backends/tkagg.*
cfeed65
%{python3_sitearch}/matplotlib/backends/_tkagg.*
a706a1d
%endif
644f5c0
25f5d42
%changelog
f2d3f53
* Tue Dec 04 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2.0-5
f2d3f53
- Reinstantiate wx backend for python2.x.
f2d3f53
- Run setup.py under xvfb-run to detect and default to gtk backend (#883502)
f2d3f53
- Split qt4 backend subpackage and add proper requires for it.
f2d3f53
- Correct wrong regex in tcl libdir patch.
f2d3f53
03883d0
* Tue Nov 27 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2.0-4
03883d0
- Obsolete python-matplotlib-wx for clean updates.
03883d0
cfeed65
* Tue Nov 27 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2.0-3
cfeed65
- Enable python 3 in fc18 as build requires are now available (#879731)
cfeed65
cfeed65
* Thu Nov 22 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2.0-2
cfeed65
- Build python3 only on f19 or newer (#837156)
cfeed65
- Build requires python3-six if building python3 support (#837156)
cfeed65
cfeed65
* Thu Nov 22 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2.0-1
cfeed65
- Update to version 1.2.0
cfeed65
- Revert to regenerate tarball with generate-tarball.sh (#837156)
cfeed65
- Assume update to 1.2.0 is for recent releases
cfeed65
- Remove %%defattr
cfeed65
- Remove %%clean
cfeed65
- Use simpler approach to build html documentation
cfeed65
- Do not use custom/outdated setup.cfg
cfeed65
- Put one BuildRequires per line
cfeed65
- Enable python3 support
cfeed65
- Cleanup spec as wx backend is no longer supported
cfeed65
- Use default agg backend
cfeed65
- Fix bogus dates in changelog by assuming only week day was wrong
cfeed65
cfeed65
* Fri Aug 17 2012 Jerry James <loganjerry@gmail.com> - 1.1.1-1
cfeed65
- Update to version 1.1.1.
cfeed65
- Remove obsolete spec file elements
cfeed65
- Fix sourceforge URLs
cfeed65
- Allow sample data to have a different version number than the sources
cfeed65
- Don't bother removing problematic file since we remove entire agg24 directory
cfeed65
- Fix building with pygtk in the absence of an X server
cfeed65
- Don't install license text for bundled software that we don't bundle
cfeed65
8a5f96f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-21
8a5f96f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8a5f96f
cfeed65
* Tue Jul 3 2012 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1.0-1
cfeed65
- Update to version 1.1.0.
cfeed65
- Do not regenerate upstream tarball but remove problematic file in %%prep.
cfeed65
- Remove non longer applicable/required patch0.
cfeed65
- Rediff/rename -noagg patch.
cfeed65
- Remove propagate-timezone-info-in-plot_date-xaxis_da patch already applied.
cfeed65
- Remove tkinter patch now with critical code in a try block.
cfeed65
- Remove png 1.5 patch as upstream is now png 1.5 aware.
cfeed65
- Update file list.
cfeed65
2114656
* Wed Apr 18 2012 David Malcolm <dmalcolm@redhat.com> - 1.0.1-20
2114656
- remove wx support for rhel >= 7
2114656
05e0e0b
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-19
05e0e0b
- Rebuilt for c++ ABI breakage
05e0e0b
887890b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-18
887890b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
887890b
630c235
* Tue Dec  6 2011 David Malcolm <dmalcolm@redhat.com> - 1.0.1-17
630c235
- fix the build against libpng 1.5
630c235
313dac9
* Tue Dec  6 2011 David Malcolm <dmalcolm@redhat.com> - 1.0.1-16
313dac9
- fix egg-info conditional for RHEL
313dac9
04e2e0f
* Tue Dec 06 2011 Adam Jackson <ajax@redhat.com> - 1.0.1-15
04e2e0f
- Rebuild for new libpng
04e2e0f
5446c87
* Mon Oct 31 2011 Dan HorĂ¡k <dan[at]danny.cz> - 1.0.1-14
5446c87
- fix build with new Tkinter which doesn't return an expected value in __version__
5446c87
aacc152
* Thu Sep 15 2011 Jef Spaleta <jspaleta@fedoraproject.org> - 1.0.1-13
aacc152
- apply upstream bugfix for timezone formatting (Bug 735677) 
aacc152
Orion Poplawski e461fe6
* Fri May 20 2011 Orion Poplawski <orion@cora.nwra.com> - 1.0.1-12
Orion Poplawski e461fe6
- Add Requires dvipng (Bug 684836)
Orion Poplawski e461fe6
- Build against system agg (Bug 612807)
Orion Poplawski e461fe6
- Use system pyparsing (Bug 702160)
Orion Poplawski e461fe6
43d2ec1
* Sat Feb 26 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-11
43d2ec1
- Set PYTHONPATH during html doc building using find to prevent broken builds
43d2ec1
664c62f
* Sat Feb 26 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-10
664c62f
- Spec file cleanups for readability
664c62f
c7aa1a0
* Sat Feb 26 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-9
c7aa1a0
- Bump and rebuild
c7aa1a0
5141702
* Sat Feb 26 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-8
5141702
- Fix spec file typos so package builds
5141702
0e79a43
* Fri Feb 25 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-7
0e79a43
- Remove a debugging echo statement from the spec file
0e79a43
- Fix some line endings and permissions in -doc sub-package
0e79a43
680c73c
* Fri Feb 25 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-6
680c73c
- Spec file cleanups to silence some rpmlint warnings
680c73c
a48cf83
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-5
a48cf83
- Add default attr to doc sub-package file list
ab40769
- No longer designate -doc subpackage as noarch
06e45f0
- Add arch specific Requires for tk, wx and doc sub-packages
a48cf83
fa5fd50
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-4
fa5fd50
- Enable wxPython backend
f26192d
- Make -doc sub-package noarch
fa5fd50
a706a1d
* Mon Feb 21 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-3
a706a1d
- Add conditional for optionally building doc sub-package
f48deec
- Add flag to build low res images for documentation
f48deec
- Add matplotlib-1.0.1-plot_directive.patch to fix build of low res images
fd9734a
- Remove unused patches
a706a1d
838673b
* Sat Feb 19 2011 Jonathan G. Underwood <jonathan.underwood@gmail.com> - 1.0.1-2
838673b
- Build and package HTML documentation in -doc sub-package
838673b
- Move examples to -doc sub-package
838673b
- Make examples non-executable
838673b
eb0ae8e
* Fri Feb 18 2011 Thomas Spura <tomspur@fedoraproject.org> - 1.0.1-1
eb0ae8e
- update to new bugfix version (#678489)
eb0ae8e
- set file attributes in tk subpackage
eb0ae8e
- filter private *.so
eb0ae8e
7d37cb0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-3
7d37cb0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7d37cb0
3d8aca5
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.0.0-2
3d8aca5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
3d8aca5
e8b7d4f
* Thu Jul 8 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 1.0.0-1
e8b7d4f
- New upstream release  
e8b7d4f
- Remove undistributable file from bundled agg library 
e8b7d4f
8ff61b6
* Thu Jul 1 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.3-1
8ff61b6
- New upstream release  
8ff61b6
8e35b28
* Thu May 27 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.1.2-4
8e35b28
- Upstream patch to fix deprecated gtk tooltip warning.  
8e35b28
75838bc
* Mon Apr 12 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.1.2-2
75838bc
- Bump to rebuild against numpy 1.3  
75838bc
5fb5eb7
* Thu Apr 1 2010 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.99.1.2-1
5fb5eb7
- Bump to rebuild against numpy 1.4.0  
5fb5eb7
1888600
* Fri Dec 11 2009 Jon Ciesla <limb@jcomserv.net> - 0.99.1.2
1888600
- Update to 0.99.1.2
1888600
8e942f9
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.5.2-5
8e942f9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8e942f9
7cfd478
* Fri Mar 06 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.5-4
7cfd478
- Fixed font dep after font guideline change
7cfd478
81520ce
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.98.5.2-3
81520ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
81520ce
3566db3
* Tue Dec 23 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.5-2
3566db3
- Add dep on DejaVu Sans font for default font support
3566db3
0ec477d
* Mon Dec 22 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.5-1
0ec477d
- Latest upstream release
0ec477d
- Strip out included fonts
0ec477d
9009b11
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.98.3-2
9009b11
- Rebuild for Python 2.6
9009b11
e9f8234
* Wed Aug  6 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.3-1
e9f8234
- Latest upstream release
e9f8234
cfeed65
* Tue Jul  1 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.1-1
36a8616
- Latest upstream release
36a8616
61aa382
* Fri Mar  21 2008 Jef Spaleta <jspaleta[AT]fedoraproject org> - 0.91.2-2
61aa382
- gcc43 cleanups
61aa382
1437e01
* Fri Mar  21 2008 Jef Spaleta <jspaleta[AT]fedoraproject org> - 0.91.2-1
1437e01
- New upstream version
1437e01
- Adding Fedora specific setup.cfg from included template
1437e01
- removed numarry and numerics build requirements
1437e01
4b93d98
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.90.1-6
4b93d98
- Autorebuild for GCC 4.3
4b93d98
1ba7111
* Fri Jan  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.90.1-5
1ba7111
- Fixed typo in spec.
1ba7111
d1a8b70
* Fri Jan  4 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.90.1-4
d1a8b70
- Support for Python Eggs for F9+
d1a8b70
96119e7
* Thu Jan  3 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.90.1-3
96119e7
- Rebuild for new Tcl 8.5
96119e7
d539842
* Thu Aug 23 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.1-2
d539842
- Update license tag to Python
d539842
- Rebuild for BuildID
d539842
bb617de
* Mon Jun 04 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.1-1
bb617de
- Update to 0.90.1
bb617de
32df714
* Wed Feb 14 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-2
32df714
- Rebuild for Tcl/Tk downgrade
32df714
0346b9d
* Sat Feb 10 2007 Jef Spaleta <jspaleta@gmail.com> 0.90.0-2
0346b9d
- Release bump for rebuild against new tk 
0346b9d
5550f6f
* Fri Feb 09 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-1
5550f6f
- Update to 0.90.0
5550f6f
cfeed65
* Fri Jan  5 2007 Orion Poplawski <orion@cora.nwra.com> 0.87.7-4
680c73c
- Add examples to %%docs
a019183
a019183
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 0.87.7-3
f319b1c
- Release bump for rebuild against python 2.5 in devel tree
f319b1c
a019183
* Tue Dec  5 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-2
5ca800e
- Force build of gtk/gtkagg backends in mock (bug #218153)
5ca800e
- Change Requires from python-numeric to numpy (bug #218154)
5ca800e
a019183
* Tue Nov 21 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-1
4172d14
- Update to 0.87.7 and fix up the defaults to use numpy
4172d14
- Force build of tkagg backend without X server
4172d14
- Use src.rpm from Jef Spaleta, closes bug 216578
4172d14
e197124
* Fri Oct  6 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.6-1
e197124
- Update to 0.87.6
e197124
145fd38
* Thu Sep  7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.5-1
145fd38
- Update to 0.87.5
145fd38
145fd38
* Thu Jul 27 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.4-1
145fd38
- Update to 0.87.4
145fd38
644f5c0
* Wed Jun  7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.3-1
644f5c0
- Update to 0.87.3
644f5c0
54692bd
* Mon May 15 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-2
54692bd
- Rebuild for new numpy
54692bd
ccda7c8
* Tue Mar  7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.2-1
ccda7c8
- Update to 0.87.2
ccda7c8
31c351b
* Tue Mar  7 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.1-1
31c351b
- Update to 0.87.1
31c351b
- Add pycairo >= 1.0.2 requires (FC5+ only)
31c351b
8217450
* Fri Feb 24 2006 Orion Poplawski <orion@cora.nwra.com> 0.87-1
8217450
- Update to 0.87
8217450
- Add BR numpy and python-numarray
8217450
- Add patch to keep Numeric as the default numerix package
8217450
- Add BR tkinter and tk-devel for TkInter backend
8217450
- Make separate package for Tk backend
8217450
899948a
* Tue Jan 10 2006 Orion Poplawski <orion@cora.nwra.com> 0.86-1
899948a
- Update to 0.86
899948a
6883dbf
* Thu Dec 22 2005 Orion Poplawski <orion@cora.nwra.com> 0.85-2
6883dbf
- Rebuild
6883dbf
111a53d
* Sun Nov 20 2005 Orion Poplawski <orion@cora.nwra.com> 0.85-1
111a53d
- New upstream version 0.85
111a53d
d22666d
* Mon Sep 19 2005 Orion Poplawski <orion@cora.nwra.com> 0.84-1
d22666d
- New upstream version 0.84
d22666d
4ba8ff1
* Tue Aug 02 2005 Orion Poplawski <orion@cora.nwra.com> 0.83.2-3
4ba8ff1
- bump release 
4ba8ff1
ff18059
* Tue Aug 02 2005 Orion Poplawski <orion@cora.nwra.com> 0.83.2-2
ff18059
- Add Requires: python-numeric, pytz, python-dateutil
ff18059
daf5031
* Fri Jul 29 2005 Orion Poplawski <orion@cora.nwra.com> 0.83.2-1
daf5031
- New upstream version matplotlib 0.83.2
daf5031
634341f
* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 0.83.1-2
634341f
- Bump rel to fix botched tag
634341f
87eb208
* Thu Jul 28 2005 Orion Poplawski <orion@cora.nwra.com> 0.83.1-1
87eb208
- New upstream version matplotlib 0.83.1
87eb208
df8fffe
* Tue Jul 05 2005 Orion Poplawski <orion@cora.nwra.com> 0.82-4
df8fffe
- BuildRequires: pytz, python-dateutil - use upstream
df8fffe
- Don't use INSTALLED_FILES, list dirs
df8fffe
- Fix execute permissions
df8fffe
5c67a30
* Fri Jul 01 2005 Orion Poplawski <orion@cora.nwra.com> 0.82-3
f217e72
- Use %%{python_sitearch}
5c67a30
25f5d42
* Thu Jun 30 2005 Orion Poplawski <orion@cora.nwra.com> 0.82-2
25f5d42
- Rename to python-matplotlib
25f5d42
- Remove unneeded Requires: python
680c73c
- Add private directories to %%files
25f5d42
25f5d42
* Tue Jun 28 2005 Orion Poplawski <orion@cora.nwra.com> 0.82-1
25f5d42
- Initial package for Fedora Extras