[nemo-dropbox: 1/2] update to 3.2.0

Leigh Scott leigh123linux at rpmfusion.org
Wed Nov 9 10:22:25 CET 2016


commit c30c548eabf31a2cc42434c56ecf9f4e82a3fa33
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Nov 9 09:20:03 2016 +0000

    update to 3.2.0

 .gitignore        |  3 ++-
 nemo-dropbox.spec | 17 +++++++++++------
 sources           |  2 +-
 3 files changed, 14 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aad3fbd..a600d8f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-nemo-extensions-2.6.x.tar.gz
+/nemo-extensions-*.tar.gz
+/nemo-dropbox-*.src.rpm
diff --git a/nemo-dropbox.spec b/nemo-dropbox.spec
index ec39b18..b72574c 100644
--- a/nemo-dropbox.spec
+++ b/nemo-dropbox.spec
@@ -1,6 +1,6 @@
 Summary:    Dropbox extension for nemo
 Name:       nemo-dropbox
-Version:    3.0.0
+Version:    3.2.0
 Release:    1%{?dist}
 License:    GPLv2+ and LGPLv2+ and MIT
 Group:      User Interface/Desktops
@@ -25,18 +25,19 @@ Dropbox allows you to sync your files online and across
 your computers automatically.
 
 %prep
-%setup -q -n nemo-extensions-3.0.0
+%setup -q -n nemo-extensions-%{version}
 
 %build
 pushd nemo-dropbox
-autoreconf -fi
+mv configure.in configure.ac
+./autogen.sh
 %configure
-make %{?_smp_mflags}
+%make_build V=1
 popd
 
 %install
 pushd nemo-dropbox
-%{make_install}
+%make_install
 popd
 
 #Remove libtool archives.
@@ -50,11 +51,15 @@ rm -rf ${RPM_BUILD_ROOT}%{_datadir}
 %postun -p /sbin/ldconfig
 
 %files
-%doc nemo-dropbox/{AUTHORS,ChangeLog,COPYING,NEWS,README}
+%doc nemo-dropbox/{AUTHORS,ChangeLog,NEWS,README}
+%license nemo-dropbox/COPYING
 %{_libdir}/nemo/extensions-3.0/libnemo-dropbox.so
 
 
 %changelog
+* Wed Nov 09 2016 leigh scott <leigh123linux at googlemail.com> - 3.2.0-1
+- update to 3.2.0
+
 * Fri Jun 17 2016 Leigh Scott <leigh123linux at googlemail.com> - 3.0.0-1
 - update to 3.0.0
 
diff --git a/sources b/sources
index 59c4d4f..53b2d08 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-83ca6083ddda9e1208c32c419b24c5ce  nemo-extensions-3.0.0.tar.gz
+623ef221f7a59e17d6eb4360a65c1bc7  nemo-extensions-3.2.0.tar.gz


More information about the rpmfusion-commits mailing list