[python-visual/f15/master] update to 5.61

tomspur tomspur at fedoraproject.org
Sun Mar 27 14:26:07 UTC 2011


commit f13156c96e8583c892f8179eb8624472c50caa66
Author: Thomas Spura <tomspur at fedoraproject.org>
Date:   Sun Mar 27 16:08:32 2011 +0200

    update to 5.61

 .gitignore         |    1 +
 python-visual.spec |   28 ++++++++--------------------
 sources            |    2 +-
 3 files changed, 10 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a73657e..6ce92d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /visual-5.32_release.tar.bz2
 /visual-5.4_release.tar.bz2
+/visual-5.61_release.tar.bz2
diff --git a/python-visual.spec b/python-visual.spec
index bbbd410..1f03579 100644
--- a/python-visual.spec
+++ b/python-visual.spec
@@ -13,19 +13,16 @@
 %filter_setup
 }
 
-%global upst_version 5.4
-
 Name:           python-visual
-Version:        5.40
-Release:        4%{?dist}
+Version:        5.61
+Release:        1%{?dist}
 Summary:        3D Programming
 
 Group:          Development/Languages
 # See license.txt file for clarification
 License:        Boost and MIT
 URL:            http://vpython.org
-#Source0:        http://vpython.org/contents/download/visual-%{version}_release.tar.bz2
-Source0:        http://vpython.org/contents/download/visual-%{upst_version}_release.tar.bz2
+Source0:        http://vpython.org/contents/download/visual-%{version}_release.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #Patch0:         python-visual-5.40-multilib.patch
 
@@ -34,6 +31,7 @@ BuildRequires:  gtkglextmm-devel
 BuildRequires:  libglademm24-devel
 BuildRequires:  python2-devel
 BuildRequires:  numpy
+Requires:       fonttools
 %if 0%{?with_python3}
 BuildRequires:  python3-devel
 BuildRequires:  python3-numpy
@@ -79,8 +77,7 @@ Documentation and examples for developing with %{name}
 
 
 %prep
-%setup -q -n visual-%{upst_version}_release
-#setup -q -n visual-%{version}_release
+%setup -q -n visual-%{version}_release
 #rm -r dependencies
 
 #patch0
@@ -126,12 +123,6 @@ rm -rf %{buildroot}
 pushd %{py3dir}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
-%ifarch x86_64 ppc64
-# files are in wrong folder
-mkdir -p %{buildroot}%{python3_sitearch}
-mv %{buildroot}%{python3_sitelib}/* %{buildroot}%{python3_sitearch}
-%endif
-
 
 find %{buildroot}%{python3_sitearch} -name '*.la' | xargs rm -f
 
@@ -147,12 +138,6 @@ rm -f %{buildroot}%{_bindir}/vpython
 
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 
-%ifarch x86_64 ppc64 s390x sparc64
-# files are in wrong folder
-mkdir -p %{buildroot}%{python_sitearch}
-mv %{buildroot}%{python_sitelib}/* %{buildroot}%{python_sitearch}
-%endif
-
 
 find %{buildroot}%{python_sitearch} -name '*.la' | xargs rm -f
 
@@ -195,6 +180,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Mar 27 2011 Thomas Spura <tomspur at fedoraproject.org> - 5.61-1
+- update to new version 
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.40-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index bed16b1..35c15d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3c404bc01bac1f30704a78514311877  visual-5.4_release.tar.bz2
+6da2648b767e6b8f36cfefed4ec216b4  visual-5.61_release.tar.bz2


More information about the scm-commits mailing list