rpms/numpy/devel numpy.spec,1.19,1.20

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Mon Feb 11 20:11:36 UTC 2008


Author: jwilson

Update of /cvs/pkgs/rpms/numpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13035

Modified Files:
	numpy.spec 
Log Message:
* Mon Feb 11 2008 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-2
- Add python egg to %files on f9+



Index: numpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numpy/devel/numpy.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- numpy.spec	22 Aug 2007 15:03:20 -0000	1.19
+++ numpy.spec	11 Feb 2008 20:10:46 -0000	1.20
@@ -4,7 +4,7 @@
 
 Name:           numpy
 Version:        1.0.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A fast multidimensional array facility for Python
 
 Group:          Development/Languages
@@ -70,8 +70,14 @@
 %{_bindir}/*
 %{_mandir}/man*/*
 %{python_sitearch}/%{name}
+%if "%{?fedora}" >= "9"
+%{python_sitearch}/%{name}-*.egg-info
+%endif
 
 %changelog
+* Mon Feb 11 2008 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-2
+- Add python egg to %%files on f9+
+
 * Wed Aug 22 2007 Jarod Wilson <jwilson at redhat.com> 1.0.3.1-1
 - New upstream release
 




More information about the fedora-extras-commits mailing list