]> git.pld-linux.org Git - packages/dropbox.git/blobdiff - dropbox.spec
up to 3.10.8
[packages/dropbox.git] / dropbox.spec
index 572cbda2ed67b3301bb3b50fd29721c8a60aa20c..05386f752eadbaa1923c03d9ff5aba638a68d323 100644 (file)
@@ -9,15 +9,15 @@
 #   http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall
 Summary:       Sync and backup files between computers
 Name:          dropbox
-Version:       3.8.6
+Version:       3.10.8
 Release:       1
 License:       Proprietary
 Group:         Daemons
 Source0:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86-%{version}.tar.gz
-# NoSource0-md5:       a27af202706b4b237237bfeeaf1e2840
+# NoSource0-md5:       cc0c7389c61a80f2e12d4ad8fc889e99
 NoSource:      0
 Source1:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86_64-%{version}.tar.gz
-# NoSource1-md5:       b3a9679f3ae4faf46d3afaf26032e84f
+# NoSource1-md5:       ea6974d358df258326cdaa534d13b251
 NoSource:      1
 URL:           http://www.dropbox.com/
 BuildRequires: rpmbuild(macros) >= 1.566
@@ -85,11 +85,6 @@ mv dropbox-lnx.*-%{version}/* .
 #%{__rm} libffi.so.6 librsync.so.1
 #%{__rm} libQt5{Core,DBus,Gui,Network,OpenGL,PrintSupport,Qml,Quick,Sql,WebKit,WebKitWidgets,Widgets}.so.5
 
-# make into symlink, looks cleaner than hardlink:
-# we can attach executable attrs to binary and leave no attrs for symlink in
-# %files section.
-ln -sf dropbox library.zip
-
 # fun, let's delete non-linux files from archive
 unzip -l library.zip | \
        grep -E '(arch|dropbox)/(mac|win32)|_(win32|mac).py|pymac|ui/cocoa|unittest' | \
@@ -97,6 +92,11 @@ unzip -l library.zip | \
        awk '{print $NF}' > lib.delete
 zip library.zip -d $(cat lib.delete)
 
+# make into symlink, looks cleaner than hardlink:
+# we can attach executable attrs to binary and leave no attrs for symlink in
+# %files section.
+ln -sf dropbox library.zip
+
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
@@ -123,7 +123,6 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/dropboxd
 %{_libdir}/%{name}/library.zip
 
-%{_libdir}/%{name}/certifi-*-py*.egg
 %{_libdir}/%{name}/cffi-*-py*.egg
 %{_libdir}/%{name}/dropbox_sqlite_ext-*-py*.egg
 %{_libdir}/%{name}/futures-*-py*.egg
This page took 0.106793 seconds and 4 git commands to generate.