Compare commits

..

8 Commits

Author SHA1 Message Date
Fedora Release Engineering
60f13644d5 dist-git conversion 2010-07-29 10:30:05 +00:00
Bill Nottingham
37611a080c Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:53:06 +00:00
Orion Poplawski
a2d36630be Update to 0.90.0 2007-04-02 16:11:19 +00:00
Orion Poplawski
d4ee488c61 Add examples to %docs 2007-01-10 00:07:07 +00:00
Orion Poplawski
acf1698d86 - Force build of gtk/gtkagg backends in mock (bug #218153)
- Change Requires from python-numeric to numpy (bug #218154)
2006-12-05 18:37:51 +00:00
Orion Poplawski
1ed959aa62 Fix pycairo requirement 2006-11-29 23:22:01 +00:00
Jef Spaleta
df4c379eaf auto-import python-matplotlib-0.87.7-1.fc6 on branch FC-6 from
python-matplotlib-0.87.7-1.fc6.src.rpm update to 0.87.7 now that numpy
    has been updated
2006-11-29 06:33:05 +00:00
Jeremy Katz
b2e40b59ab Initialize branch FC-6 for python-matplotlib 2006-10-23 18:30:47 +00:00
3 changed files with 3 additions and 33 deletions

View File

View File

@@ -1,21 +0,0 @@
# Makefile for source rpm: python-matplotlib
# $Id$
NAME := python-matplotlib
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
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
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View File

@@ -2,7 +2,7 @@
Name: python-matplotlib
Version: 0.90.0
Release: 3%{?dist}
Release: 1%{?dist}
Summary: Python plotting library
Group: Development/Libraries
@@ -75,21 +75,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Feb 14 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-2
- Rebuild for Tcl/Tk downgrade
* Sat Feb 10 2007 Jef Spaleta <jspaleta@gmail.com> 0.90.0-2
- Release bump for rebuild against new tk
* Fri Feb 09 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-1
* Mon Apr 2 2007 Orion Poplawski <orion@cora.nwra.com> 0.90.0-1
- Update to 0.90.0
* Tue Jan 5 2007 Orion Poplawski <orion@cora.nwra.com> 0.87.7-4
* Tue Jan 5 2007 Orion Poplawski <orion@cora.nwra.com> 0.87.7-3
- Add examples to %docs
* Mon Dec 11 2006 Jef Spaleta <jspaleta@gmail.com> 0.87.7-3
- Release bump for rebuild against python 2.5 in devel tree
* Tue Dec 5 2006 Orion Poplawski <orion@cora.nwra.com> 0.87.7-2
- Force build of gtk/gtkagg backends in mock (bug #218153)
- Change Requires from python-numeric to numpy (bug #218154)