rpms/wxMaxima/EL-5 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 wxMaxima.spec, 1.11, 1.12

Rex Dieter rdieter at fedoraproject.org
Wed Nov 5 17:45:06 UTC 2008


Author: rdieter

Update of /cvs/pkgs/rpms/wxMaxima/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9394

Modified Files:
	.cvsignore sources wxMaxima.spec 
Log Message:
* Wed Nov 05 2008 Rex Dieter <rdieter at fedoraproject.org> 0.7.6-1
- wxMaxima-0.7.6



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/EL-5/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	9 Jan 2008 04:52:49 -0000	1.7
+++ .cvsignore	5 Nov 2008 17:44:36 -0000	1.8
@@ -1,5 +1 @@
-clog
-wxMaxima-0.7.1.tar.gz
-wxMaxima-0.7.2.tar.gz
-wxMaxima-0.7.3a.tar.gz
-wxMaxima-0.7.4.tar.gz
+wxMaxima-0.7.6.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/EL-5/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	9 Jan 2008 04:52:49 -0000	1.7
+++ sources	5 Nov 2008 17:44:36 -0000	1.8
@@ -1 +1 @@
-7baa47204feff25ac252717d65f6799a  wxMaxima-0.7.4.tar.gz
+01c607778fa6b332144fcbeb902e6ede  wxMaxima-0.7.6.tar.gz


Index: wxMaxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/EL-5/wxMaxima.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- wxMaxima.spec	9 Jan 2008 04:52:49 -0000	1.11
+++ wxMaxima.spec	5 Nov 2008 17:44:36 -0000	1.12
@@ -3,8 +3,8 @@
 
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
-Version: 0.7.4
-Release: 2%{?dist}
+Version: 0.7.6
+Release: 1%{?dist}
 
 License: GPLv2+
 Group:   Applications/Engineering
@@ -13,7 +13,12 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Deployable only where maxima exsists.
-ExclusiveArch: %{ix86} x86_64 ppc sparc
+%if 0%{?fedora} > 8
+# reinclude ppc when fixed: http://bugzilla.redhat.com/448734
+ExclusiveArch: i386 x86_64 sparcv9
+%else
+ExclusiveArch: i386 x86_64 ppc sparcv9
+%endif
 
 Provides: wxmaxima = %{version}-%{release}
 
@@ -23,10 +28,10 @@
 Patch1: wxMaxima-0.7.2-old_gnuplot.patch
 
 BuildRequires: desktop-file-utils
-BuildRequires: ImageMagick
+BuildRequires: wxGTK-devel
 BuildRequires: libxml2-devel
+BuildRequires: ImageMagick
 BuildRequires: sed
-BuildRequires: wxGTK-devel
 
 %description
 A Graphical user interface for the computer algebra system
@@ -61,29 +66,29 @@
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=%{buildroot}
 
 desktop-file-install --vendor="" \
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --dir %{buildroot}%{_datadir}/applications \
   --add-category="Development" \
   --add-category="Math" \
   --remove-category="Utility" \
   wxmaxima.desktop 
 
 # app icon
-install -p -D -m644 wxmaxima.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/128x128/apps/wxmaxima.png
-install -p -D -m644 wxmaxima-48x48.png $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/48x48/apps/wxmaxima.png
+install -p -D -m644 wxmaxima.png %{buildroot}%{_datadir}/icons/hicolor/128x128/apps/wxmaxima.png
+install -p -D -m644 wxmaxima-48x48.png %{buildroot}%{_datadir}/icons/hicolor/48x48/apps/wxmaxima.png
 
 # Unpackaged files
-rm -f $RPM_BUILD_ROOT%{_datadir}/wxMaxima/{COPYING,README}
+rm -f %{buildroot}%{_datadir}/wxMaxima/{COPYING,README}
 
 %find_lang wxMaxima 
 
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
 
 
 %post
@@ -102,11 +107,27 @@
 #doc ChangeLog NEWS
 %{_bindir}/wxmaxima
 %{_datadir}/wxMaxima/
-%{_datadir}/icons/hicolor/*/*
+%{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/applications/*.desktop
 
 
 %changelog
+* Wed Nov 05 2008 Rex Dieter <rdieter at fedoraproject.org> 0.7.6-1
+- wxMaxima-0.7.6
+
+* Thu Oct 02 2008 Dennis Gilmore <dennis at ausil.us> 0.7.5-2
+- build sparcv9
+
+* Tue Jun 10 2008 Rex Dieter <rdieter at fedoraproject.org> 0.7.5-1
+- wxMaxima-0.7.5
+- exclude ppc, f9+ (#448734)
+
+* Mon Feb 11 2008 Rex Dieter <rdieter at fedoraproject.org> 0.7.4-3 
+- respin (gcc43)
+
+* Tue Dec 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.4-2
+- fix app icon handling/packaging
+
 * Fri Dec 07 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.4-1
 - wxMaxima-0.7.4
 




More information about the scm-commits mailing list