]> git.pld-linux.org Git - packages/python-matplotlib.git/commitdiff
- added -libpng.patch auto/th/python-matplotlib-0_99_1_1-3
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Thu, 11 Feb 2010 20:24:24 +0000 (20:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    python-matplotlib.spec -> 1.25

python-matplotlib.spec

index 77f078ec89be59d366cfde8be4c975043297bb30..1d1272c9f779e2cfab43d4fa8552211a337b040e 100644 (file)
@@ -6,12 +6,13 @@ Summary:      Matlab(TM) style Python plotting package
 Summary(pl.UTF-8):     Pakiet do rysowania w Pythonie podobny do Matlaba(TM)
 Name:          python-%{module}
 Version:       0.99.1.1
-Release:       2
+Release:       3
 License:       GPL
 Group:         Libraries/Python
 # http://downloads.sourceforge.net/matplotlib/matplotlib-0.98.5.2.tar.gz?modtime=1229668616&big_mirror=0
 Source0:       http://dl.sourceforge.net/matplotlib/%{module}-%{version}.tar.gz
 # Source0-md5: bd0894dd924eb5bec84c42d26041a544
+Patch0:                %{name}-libpng.patch
 URL:           http://matplotlib.sourceforge.net/
 BuildRequires: freetype-devel
 BuildRequires: libstdc++-devel
@@ -51,6 +52,9 @@ przechodzÄ…cych z Matlaba.
 
 %prep
 %setup -q -n %{module}-%{version}
+%patch0 -p1
+
+rm -f setup.cfg
 
 %build
 export CFLAGS="%{rpmcflags}"
This page took 0.032658 seconds and 4 git commands to generate.