Compare commits
17 Commits
python-mat
...
F-9-split
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
61aa382649 | ||
|
|
1f8c99bdef | ||
|
|
1437e01b55 | ||
|
|
4b93d98283 | ||
|
|
1ba7111ea4 | ||
|
|
d1a8b707e3 | ||
|
|
96119e78b7 | ||
|
|
d53984287e | ||
|
|
bb617decf4 | ||
|
|
32df714ed8 | ||
|
|
0346b9d0bb | ||
|
|
5550f6f7b0 | ||
|
|
a019183ab9 | ||
|
|
f319b1c04c | ||
|
|
5ca800e2a0 | ||
|
|
1887561de2 | ||
|
|
4172d14025 |
@@ -1 +1 @@
|
|||||||
matplotlib-0.99.1.2.tar.gz
|
matplotlib-0.91.2.tar.gz
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ NAME := python-matplotlib
|
|||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
SPECFILE = $(firstword $(wildcard *.spec))
|
||||||
|
|
||||||
define find-makefile-common
|
define find-makefile-common
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||||
endef
|
endef
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||||
|
|
||||||
Name: python-matplotlib
|
Name: python-matplotlib
|
||||||
Version: 0.99.1.2
|
Version: 0.91.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Python plotting library
|
Summary: Python plotting library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@@ -18,7 +18,7 @@ BuildRequires: pygtk2-devel, gtk2-devel, tkinter, tk-devel
|
|||||||
BuildRequires: pytz, python-dateutil, numpy
|
BuildRequires: pytz, python-dateutil, numpy
|
||||||
Requires: numpy, pytz, python-dateutil
|
Requires: numpy, pytz, python-dateutil
|
||||||
Requires: pycairo >= 1.2.0
|
Requires: pycairo >= 1.2.0
|
||||||
#Requires: dejavu-fonts
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Matplotlib is a pure python plotting library with the goal of making
|
Matplotlib is a pure python plotting library with the goal of making
|
||||||
@@ -38,9 +38,8 @@ Requires: tkinter
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
#%setup -q -n matplotlib-%{version}
|
%setup -q -n matplotlib-%{version}
|
||||||
%setup -q -n matplotlib-0.99.1.1
|
%patch0 -p1
|
||||||
#%patch0 -p1
|
|
||||||
chmod -x lib/matplotlib/mpl-data/images/*.svg
|
chmod -x lib/matplotlib/mpl-data/images/*.svg
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@@ -57,15 +56,14 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.txt license/LICENSE license/LICENSE_enthought.txt
|
%doc README license/LICENSE license/LICENSE_enthought.txt
|
||||||
%doc license/LICENSE_PAINT license/LICENSE_PIL
|
%doc license/LICENSE_PAINT license/LICENSE_PIL
|
||||||
%doc CHANGELOG CXX INSTALL INTERACTIVE KNOWN_BUGS
|
%doc API_CHANGES CHANGELOG CXX INSTALL INTERACTIVE KNOWN_BUGS
|
||||||
%doc PKG-INFO TODO examples
|
%doc PKG-INFO TODO examples
|
||||||
%if 0%{?fedora} >= 9
|
%if 0%{?fedora} >= 9
|
||||||
%{python_sitearch}/*egg-info
|
%{python_sitearch}/*egg-info
|
||||||
%endif
|
%endif
|
||||||
%{python_sitearch}/matplotlib/
|
%{python_sitearch}/matplotlib/
|
||||||
%{python_sitearch}/mpl_toolkits/
|
|
||||||
%{python_sitearch}/pylab.py*
|
%{python_sitearch}/pylab.py*
|
||||||
%exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
|
%exclude %{python_sitearch}/matplotlib/backends/backend_tkagg.*
|
||||||
%exclude %{python_sitearch}/matplotlib/backends/tkagg.*
|
%exclude %{python_sitearch}/matplotlib/backends/tkagg.*
|
||||||
@@ -78,23 +76,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 22 2010 Orion Poplawski <orion@cora.nwra.com> - 0.99.1.2
|
|
||||||
- Update to 0.99.1.2
|
|
||||||
|
|
||||||
* Tue May 26 2009 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.5-3
|
|
||||||
- Latest upstream release
|
|
||||||
- Updated to work with numpy update see EPEL bug 502082
|
|
||||||
- Be aware that some internal matplotlib APIs have changed
|
|
||||||
|
|
||||||
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.98.3-2
|
|
||||||
- Rebuild for Python 2.6
|
|
||||||
|
|
||||||
* Wed Aug 6 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.3-1
|
|
||||||
- Latest upstream release
|
|
||||||
|
|
||||||
* Fri Jul 1 2008 Jef Spaleta <jspaleta AT fedoraproject DOT org> - 0.98.1-1
|
|
||||||
- Latest upstream release
|
|
||||||
|
|
||||||
* Fri Mar 21 2008 Jef Spaleta <jspaleta[AT]fedoraproject org> - 0.91.2-2
|
* Fri Mar 21 2008 Jef Spaleta <jspaleta[AT]fedoraproject org> - 0.91.2-2
|
||||||
- gcc43 cleanups
|
- gcc43 cleanups
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user