[nemo-dropbox] update to 3.0.0

Leigh Scott leigh123linux at rpmfusion.org
Sun Jun 19 22:45:21 CEST 2016


commit 97794b4b4e40331ee24a83af2da94c72c4096d42
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Sun Jun 19 21:45:14 2016 +0100

    update to 3.0.0

 nemo-dropbox.spec | 16 ++++++++--------
 sources           |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index 1431cb4..ec39b18 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,14 +1,11 @@
 Summary:    Dropbox extension for nemo
 Name:       nemo-dropbox
-Version:    2.6.0
+Version:    3.0.0
 Release:    1%{?dist}
 License:    GPLv2+ and LGPLv2+ and MIT
 Group:      User Interface/Desktops
 URL:        http://cinnamon.linuxmint.com
-# To generate tarball
-# wget https://github.com/linuxmint/nemo-extensions/tarball/%%{_internal_version} -O nemo-extensions-2.6.x.git%%{_internal_version}.tar.gz
-#Source0:   http://leigh123linux.fedorapeople.org/pub/nemo-extensions/source/nemo-extensions-2.6.x.git%%{_internal_version}.tar.gz
-Source0:    http://leigh123linux.fedorapeople.org/pub/nemo-extensions/source/nemo-extensions-2.6.x.tar.gz
+Source0:    https://github.com/linuxmint/nemo-extensions/archive/%{version}.tar.gz#/nemo-extensions-%{version}.tar.gz
 
 ExclusiveArch:  i686 x86_64
 
@@ -28,7 +25,7 @@ Dropbox allows you to sync your files online and across
 your computers automatically.
 
 %prep
-%setup -q -n nemo-extensions-2.6.x
+%setup -q -n nemo-extensions-3.0.0
 
 %build
 pushd nemo-dropbox
@@ -42,8 +39,8 @@ pushd nemo-dropbox
 %{make_install}
 popd
 
-find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
-find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
+#Remove libtool archives.
+find $RPM_BUILD_ROOT -name '*.la' -or -name '*.a' | xargs rm -f
 
 rm -rf ${RPM_BUILD_ROOT}%{_bindir}
 rm -rf ${RPM_BUILD_ROOT}%{_datadir}
@@ -58,6 +55,9 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}
 
 
 %changelog
+* Fri Jun 17 2016 Leigh Scott <leigh123linux at googlemail.com> - 3.0.0-1
+- update to 3.0.0
+
 * Sun Jul 05 2015 Leigh Scott <leigh123linux at googlemail.com> - 2.6.0-1
 - update to 2.6.0
 
diff --git a/sources b/sources
index 4238ea2..59c4d4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6bfdae21ff24e664dc22bbee4f1056ab  nemo-extensions-2.6.x.tar.gz
+83ca6083ddda9e1208c32c419b24c5ce  nemo-extensions-3.0.0.tar.gz


More information about the rpmfusion-commits mailing list