rpms/wxMaxima/devel wxMaxima.spec,1.13,1.14

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Sat Aug 25 13:55:52 UTC 2007


Author: rdieter

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

Modified Files:
	wxMaxima.spec 
Log Message:
* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.3-3
- License: GPLv2+
- revert to classic icon scriptlets
- respin (BuildID)



Index: wxMaxima.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wxMaxima/devel/wxMaxima.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- wxMaxima.spec	4 Jun 2007 13:43:23 -0000	1.13
+++ wxMaxima.spec	25 Aug 2007 13:55:20 -0000	1.14
@@ -4,15 +4,16 @@
 Summary: Graphical user interface for Maxima 
 Name:    wxMaxima
 Version: 0.7.2
-Release: 2%{?dist}
-License: GPL
+Release: 3%{?dist}
+
+License: GPLv2+
 Group:   Applications/Engineering
 URL:     http://wxmaxima.sourceforge.net/
 Source0: http://dl.sourceforge.net/sourceforge/wxmaxima/wxMaxima-%{version}.tar.gz 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Deployable only where maxima exsists.
-ExclusiveArch: i386 x86_64 ppc sparc
+ExclusiveArch: %{ix86} x86_64 ppc sparc
 Requires: maxima >= 5.11
 
 # for gnuplot < 4.2
@@ -24,9 +25,6 @@
 BuildRequires: ImageMagick
 BuildRequires: sed
 
-Requires(post): xdg-utils
-Requires(postun): xdg-utils
-
 %description
 A Graphical user interface for the computer algebra system
 Maxima using wxWidgets.
@@ -87,10 +85,12 @@
 
 
 %post
-%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 %postun
-%{_bindir}/xdg-icon-resource forceupdate --theme hicolor 2> /dev/null || :
+touch --no-create %{_datadir}/icons/hicolor ||:
+gtk-update-icon-cache -q %{_datadir}/icons/hicolor 2> /dev/null ||:
 
 
 %files -f wxMaxima.lang
@@ -100,11 +100,16 @@
 #doc ChangeLog NEWS
 %{_bindir}/wxmaxima
 %{_datadir}/wxMaxima/
-%{_datadir}/icons/*/*/*
+%{_datadir}/icons/hicolor/*/*
 %{_datadir}/applications/*.desktop
 
 
 %changelog
+* Sat Aug 11 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.3-3
+- License: GPLv2+
+- revert to classic icon scriptlets
+- respin (BuildID)
+
 * Mon Jun 04 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 0.7.2-2
 - +ExcludeArch, deployable only where maxima exists
 




More information about the fedora-extras-commits mailing list