[speedcrunch/f21] Update to 0.11

Roland Wolters liquidat at fedoraproject.org
Sun Jul 20 15:53:20 UTC 2014


commit d80309405b13ff40f4f5d5df0b7582f18037dbd1
Author: liquidat <liquidat at bayz.de>
Date:   Sun Jul 20 17:53:10 2014 +0200

    Update to 0.11

 .gitignore       |    1 +
 sources          |    2 +-
 speedcrunch.spec |   36 +++++++++++-------------------------
 3 files changed, 13 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d9a4d1f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+/SpeedCrunch-0.11-src.zip
diff --git a/sources b/sources
index d21b72c..9c6674b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-36e5588cc7dd1f0d50ddad194d7743e7  speedcrunch-0.11-alpha.tar.gz
+38fa6f1de59e3a7c7e7bc6ad5174edda  SpeedCrunch-0.11-src.zip
diff --git a/speedcrunch.spec b/speedcrunch.spec
index 18f8ed9..6316d04 100644
--- a/speedcrunch.spec
+++ b/speedcrunch.spec
@@ -1,25 +1,15 @@
-
-%define pre alpha
-
 Name:           speedcrunch
 Version:        0.11
-Release:        0.9.%{pre}%{?dist}
+Release:        1%{?dist}
 Summary:        A fast power user calculator
 
 Group:          Applications/Engineering
 License:        GPLv2+
-URL:            http://speedcrunch.digitalfanatics.org
-Source0:        http://speedcrunch.googlecode.com/files/speedcrunch-%{version}%{?pre:-%{pre}}.tar.gz 
+URL:            http://www.speedcrunch.org
+Source0:        https://bitbucket.org/heldercorreia/speedcrunch/downloads/SpeedCrunch-%{version}-src.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## upstreamable patches
-# link -lX11 for XInternAtom symbol 
-Patch50: speedcrunch-0.11-alpha-dso_linking.patch
-
-## already upstream
-Patch60: speedcrunch-0.11-char-sign.patch
-
-BuildRequires:  cmake qt4-devel desktop-file-utils ImageMagick
+BuildRequires:  cmake qt4-devel desktop-file-utils ImageMagick gcc-c++
 
 # to be paranoid and include a minimal qt4 dep (ie, require at least the
 # same or higher qt4 version than what was used to build it) -- Rex
@@ -32,13 +22,7 @@ precisions, unlimited variable storage, intelligent automatic completion
 full keyboard-friendly and more than 15 built-in math function.
 
 %prep
-%setup -q -n speedcrunch-%{version}%{?pre:-%{pre}}
-
-%patch50 -p1 -b .dso_linking
-%patch60 -p1 -b .loop_sign
-
-sed -i 's/\r//' COPYING ChangeLog README
-
+%setup -q -n SpeedCrunch-%{version}-src
 
 %build
 
@@ -65,7 +49,7 @@ popd
 
 desktop-file-install --vendor=""                              \
         --dir=$RPM_BUILD_ROOT%{_datadir}/applications         \
-        src/speedcrunch.desktop 
+        pkg/speedcrunch.desktop 
 
 %check
 make test -C %{_target_platform}
@@ -88,14 +72,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING README
+%doc README.md pkg/COPYING.rtf
 %{_bindir}/speedcrunch
 %{_datadir}/applications/speedcrunch.desktop
-%{_datadir}/speedcrunch/
 %{_datadir}/icons/hicolor/*/apps/speedcrunch.png
 %{_datadir}/pixmaps/speedcrunch.png
 
 %changelog
+* Sun Jul 20 2014 Roland Wolters <roland.wolters at bayz.de> - 0.11-0.1
+- Update to 0.11
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-0.9.alpha
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
@@ -158,7 +144,7 @@ rm -rf $RPM_BUILD_ROOT
 - 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
+* Sat Apr 21 2007 Aurelien Bompard <abompard at fedoraproject.org> 0.7-0.10.beta2
 - add icon to the desktop file
 
 * Thu Feb 22 2007 Roland Wolters <wolters.liste at gmx.net> 0.7-0.9.beta2


More information about the scm-commits mailing list