1695fa1
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f3d8acb
2e525bc
### Abstract ###
2e525bc
Jonathan Blandford 1141cda
Name: python-numeric
2e525bc
Version: 24.2
59c1c5d
Release: 24%{?dist}
Jonathan Blandford 1141cda
License: Python
Jonathan Blandford 1141cda
Group: Development/Languages
2e525bc
Summary: Numerical Extension to Python
Jonathan Blandford 1141cda
URL: http://numpy.sourceforge.net
f3d8acb
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u})
ac2b534
Source: http://downloads.sourceforge.net/numpy/Numeric-%{version}.tar.gz
2e525bc
018aea2
### Patches ###
018aea2
018aea2
Patch1: Numeric-24.2-fix-dlamc3.patch
018aea2
2e525bc
### Build Dependencies ###
2e525bc
Jonathan Blandford 1141cda
BuildRequires: python2-devel
Jonathan Blandford 1141cda
d88cdad
BuildRequires: python-setuptools
d88cdad
Jonathan Blandford 1141cda
%description
Jonathan Blandford 1141cda
Numeric is a python module that provides support for numerical
Jonathan Blandford 1141cda
operations.
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%prep
Jonathan Blandford 1141cda
%setup -q -n Numeric-%{version}
018aea2
%patch1 -p1 -b .fix-dlamc3
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%build
f3d8acb
%{__python} setup.py build
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%install
Jonathan Blandford 1141cda
rm -rf $RPM_BUILD_ROOT
f3d8acb
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%clean
Jonathan Blandford 1141cda
rm -rf $RPM_BUILD_ROOT
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%files
Jonathan Blandford 1141cda
%defattr(-,root,root,-)
Jonathan Blandford 1141cda
%doc Demo/
1695fa1
%{python_sitearch}/*
aa19071
%{_includedir}/python*
Jonathan Blandford 1141cda
%{_includedir}/python*/Numeric/
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
%changelog
59c1c5d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-24
59c1c5d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
59c1c5d
fc3b05b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-23
fc3b05b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fc3b05b
f572008
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 24.2-22
f572008
- Replace python-setuptools-devel BR with python-setuptools
f572008
7509a84
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-21
7509a84
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7509a84
379f197
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-20
379f197
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
379f197
6b0a590
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-19
6b0a590
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6b0a590
6cbaff0
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-18
6cbaff0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6cbaff0
3bd2d7a
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-17
3bd2d7a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
3bd2d7a
fef8825
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-16
fef8825
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fef8825
65b5bfd
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 24.2-15
65b5bfd
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
65b5bfd
c89744e
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-14
c89744e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c89744e
4f6f6d8
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 24.2-13
4f6f6d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4f6f6d8
6b2a3de
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 24.2-12
6b2a3de
- Rebuild for Python 2.6
6b2a3de
aa19071
* Fri Apr 11 2008 Matthew Barnes <mbarnes@redhat.com> - 24.2-11
aa19071
- Own /usr/include/python2.x (RH bug #245959).
aa19071
25e52ea
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 24.2-10
25e52ea
- Rebuild with GCC 4.3
25e52ea
d88cdad
* Tue Jan 29 2008 Matthew Barnes <mbarnes@redhat.com> - 24.2-9
d88cdad
- Fix python-setuptools build requirement (RH bug #226345).
d88cdad
ac2b534
* Mon Jan 21 2008 Matthew Barnes <mbarnes@redhat.com> - 24.2-8
ac2b534
- Use a full URL for Source tag (RH bug #226345).
ac2b534
f3d8acb
* Fri Jan 18 2008 Matthew Barnes <mbarnes@redhat.com> - 24.2-7
f3d8acb
- Incorporate package review feedback from Parag AN (RH bug #226345).
f3d8acb
6a20c15
* Wed Aug 29 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> - 24.2-6
6a20c15
- Rebuild for selinux ppc32 issue.
6a20c15
daadaa3
* Sat Jul 14 2007 Matthew Barnes <mbarnes@redhat.com> - 24.2-5
daadaa3
- Own /usr/include/python2.x (RH bug #245959).
daadaa3
4149b96
* Wed Apr 18 2007 Jeremy Katz <katzj@redhat.com> - 24.2-4
4149b96
- rebuild so that we're not statically linking libpython
4149b96
04e66ea
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 24.2-3
04e66ea
- rebuild against python 2.5
04e66ea
018aea2
* Sun Oct 29 2006 Matthew Barnes <mbarnes@redhat.com> - 24.2-2
018aea2
- Add patch for RH bug #163646 (hang in eigenvalues).
018aea2
2e525bc
* Sun Oct 29 2006 Matthew Barnes <mbarnes@redhat.com> - 24.2-1
2e525bc
- Update to 24.2
2e525bc
7d67c07
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2.2
7d67c07
- rebuild
7d67c07
3b308e3
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2.1
3b308e3
- bump again for double-long bug on ppc(64)
3b308e3
f319c47
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 23.7-2.2
f319c47
- rebuilt for new gcc4.1 snapshot and glibc changes
f319c47
60631fc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
60631fc
- rebuilt
60631fc
Jonathan Blandford b9d738f
* Wed Feb 23 2005 Jonathan Blandford <jrb@redhat.com> 23.7-2
Jonathan Blandford b9d738f
- try a new version
Jonathan Blandford b9d738f
Jonathan Blandford 1141cda
* Wed Feb 23 2005 Jonathan Blandford <jrb@redhat.com> 23.7-1
Jonathan Blandford 1141cda
- rename Numeric to python-numeric
Jonathan Blandford 1141cda
Jonathan Blandford 1141cda
* Thu Feb 17 2005  <jrb@redhat.com> - 
Jonathan Blandford 1141cda
- Initial build.
Jonathan Blandford 1141cda