[wxMaxima] 12.01.0 and enable ARM

Peter Robinson pbrobinson at fedoraproject.org
Sun Mar 4 21:00:22 UTC 2012


commit d8c56a7e1ab9b5ea5c8f9dc99ffd67f97f365a24
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun Mar 4 21:00:12 2012 +0000

    12.01.0 and enable ARM

 .gitignore    |    3 +--
 sources       |    2 +-
 wxMaxima.spec |   18 ++++++------------
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index df8ba73..439fdcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/wxMaxima-0.8.7.tar.gz
-/wxMaxima-11.08.0.tar.gz
+/wxMaxima-*.tar.gz
diff --git a/sources b/sources
index 20a84da..2616cef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf16a87fa5277881398a32301c3d07aa  wxMaxima-11.08.0.tar.gz
+ef71ba8339fcdd7b715619af51bfa65e  wxMaxima-12.01.0.tar.gz
diff --git a/wxMaxima.spec b/wxMaxima.spec
index 95141f2..5999eeb 100644
--- a/wxMaxima.spec
+++ b/wxMaxima.spec
@@ -3,16 +3,15 @@
 
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
-Version: 11.08.0
-Release: 2%{?dist}
+Version: 12.01.0
+Release: 1%{?dist}
 
 License: GPLv2+
 Group:   Applications/Engineering
 URL:     http://wxmaxima.sourceforge.net/
 Source0: http://downloads.sourceforge.net/sourceforge/wxmaxima/wxMaxima-%{version}.tar.gz 
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-ExclusiveArch: %{ix86} x86_64 ppc sparcv9
+ExclusiveArch: %{ix86} x86_64 ppc sparcv9 %{arm}
 
 BuildRequires: desktop-file-utils
 BuildRequires: wxGTK-devel
@@ -22,9 +21,7 @@ BuildRequires: sed
 
 Provides: wxmaxima = %{version}-%{release}
 
-%if 0%{?fedora} > 11
 Requires: jsmath-fonts
-%endif
 Requires: maxima >= 5.20
 
 
@@ -46,8 +43,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf %{buildroot}
-
 make install DESTDIR=%{buildroot}
 
 desktop-file-install --vendor="" \
@@ -68,10 +63,6 @@ install -p -D -m644 data/wxmaxima-48x48.png %{buildroot}%{_datadir}/icons/hicolo
 rm -f %{buildroot}%{_datadir}/wxMaxima/{COPYING,README}
 
 
-%clean
-rm -rf %{buildroot}
-
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
@@ -99,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Sun Mar  4 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 12.01.0-1
+- 12.01.0
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 11.08.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list