rpms/speedcrunch/FC-6 sources,1.1,1.2 speedcrunch.spec,1.5,1.6

Roland Wolters (liquidat) fedora-extras-commits at redhat.com
Mon Apr 23 11:01:37 UTC 2007


Author: liquidat

Update of /cvs/extras/rpms/speedcrunch/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10752

Modified Files:
	sources speedcrunch.spec 
Log Message:
Update to version 0.7, icon scriplets added


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/speedcrunch/FC-6/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Feb 2007 16:43:03 -0000	1.1
+++ sources	23 Apr 2007 11:01:01 -0000	1.2
@@ -1 +1 @@
-e9a94f6a054c1332483024ee035d3a79  speedcrunch-0.7-beta2.tar.gz
+f646db54bf0500183d3883b43847bc13  speedcrunch-0.7.tar.gz


Index: speedcrunch.spec
===================================================================
RCS file: /cvs/extras/rpms/speedcrunch/FC-6/speedcrunch.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- speedcrunch.spec	19 Apr 2007 22:28:28 -0000	1.5
+++ speedcrunch.spec	23 Apr 2007 11:01:01 -0000	1.6
@@ -1,12 +1,12 @@
 Name:           speedcrunch
 Version:        0.7
-Release:        0.10.beta2%{?dist}
+Release:        1%{?dist}
 Summary:        A fast power user calculator for KDE
 
 Group:          Applications/Engineering
 License:        GPL
 URL:            http://speedcrunch.digitalfanatics.org
-Source0:        http://speedcrunch.digitalfanatics.org/downloads/speedcrunch-0.7-beta2.tar.gz
+Source0:        http://speedcrunch.googlecode.com/files/speedcrunch-0.7.tar.gz 
 Source1:        speedcrunch.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -20,7 +20,7 @@
 full keyboard-friendly and more than 15 built-in math function.
 
 %prep
-%setup -qn speedcrunch-0.7-beta2
+%setup -q
 sed -i 's/\r//' COPYING ChangeLog README
 
 %build
@@ -51,6 +51,14 @@
         --dir=$RPM_BUILD_ROOT%{_datadir}/applications/kde   \
         %{SOURCE1}
 
+%post
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -63,6 +71,10 @@
 %{_datadir}/icons/hicolor/*/apps/speedcrunch.png
 
 %changelog
+* Mon Apr 23 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-1
+- update to upstream 0.7
+- icon scriplets for spec file added
+
 * Sat Apr 20 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.7-0.10.beta2
 - add icon to the desktop file
 




More information about the fedora-extras-commits mailing list