[sparkleshare] Update to new 0.8.4

Nikos Roussos comzeradd at fedoraproject.org
Wed Mar 21 11:01:15 UTC 2012


commit f74f823d865512143115993d48532d7b6ed7ee56
Author: comzeradd <nikos at autoverse.net>
Date:   Wed Mar 21 13:00:41 2012 +0200

    Update to new 0.8.4

 .gitignore                       |    1 +
 sources                          |    2 +-
 sparkleshare-0.8.4-desktop.patch |   11 +++++++++++
 sparkleshare.spec                |   17 ++++++++++++++---
 4 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7dac43b..c4b7841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /sparkleshare-0.8.0.tar.gz
 /sparkleshare-linux-0.8.3.tar.gz
+/sparkleshare-linux-0.8.4.tar.gz
diff --git a/sources b/sources
index 5c971ef..99defde 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5de7aa6788028bb5dce6d2a63ab4600  sparkleshare-linux-0.8.3.tar.gz
+2e1ea43f47232d82d2c03c252c0238e5  sparkleshare-linux-0.8.4.tar.gz
diff --git a/sparkleshare-0.8.4-desktop.patch b/sparkleshare-0.8.4-desktop.patch
new file mode 100644
index 0000000..9e8056e
--- /dev/null
+++ b/sparkleshare-0.8.4-desktop.patch
@@ -0,0 +1,11 @@
+--- sparklesahre-0.8.4/SparkleShare/Makefile.in.orig	2012-03-21 12:33:16.517291153 +0200
++++ sparklesahre-0.8.4/SparkleShare/Makefile.in	2012-03-21 12:33:33.557392218 +0200
+@@ -786,7 +786,7 @@
+ 	fi;
+ 
+ install-data-hook:
+-	update-desktop-database $(datadir)/applications
++	#update-desktop-database $(datadir)/applications
+ 	echo "Installed protocol handler sparkleshare://"
+ 
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/sparkleshare.spec b/sparkleshare.spec
index bc790bf..8af08ce 100644
--- a/sparkleshare.spec
+++ b/sparkleshare.spec
@@ -1,12 +1,16 @@
 Name:           sparkleshare
-Version:        0.8.3
-Release:        1%{?dist}
+Version:        0.8.4
+Release:        2%{?dist}
 Summary:        Easy file sharing based on git repositories
 
 Group:          Applications/Productivity
 License:        GPLv3
 URL:            http://www.sparkleshare.org/
 Source0:        https://github.com/downloads/hbons/SparkleShare/%{name}-linux-%{version}.tar.gz
+#Makefile tries to write outside DESTDIR
+#https://github.com/hbons/SparkleShare/issues/658
+Patch0:         sparkleshare-0.8.4-desktop.patch
+
 
 BuildRequires:  mono-devel
 BuildRequires:  ndesk-dbus-devel
@@ -39,6 +43,7 @@ system and synchronized elsewhere.
 
 %prep
 %setup -q
+%patch0 -p1 -b .orig
 
 
 %build
@@ -93,7 +98,13 @@ fi
 
 
 %changelog
-* Wed Mar 14 2012 Nikos Roussos <nikos at autoverse.net> 0.8.3-1
+* Wed Mar 21 2012 Nikos Roussos <nikos at autoverse.net> 0.8.4-2
+- Patch to comment the misplaced update-desktop-database
+
+* Mon Mar 19 2012 Nikos Roussos <nikos at autoverse.net> 0.8.4-1
+- Update to 0.8.4
+
+* Mon Mar 12 2012 Nikos Roussos <nikos at autoverse.net> 0.8.3-1
 - Update to 0.8.3
 
 * Fri Mar 02 2012 Dan HorĂ¡k <dan[at]danny.cz> 0.8.0-4


More information about the scm-commits mailing list