]> git.pld-linux.org Git - packages/dropbox.git/blobdiff - dropbox.spec
up to 22.4.24
[packages/dropbox.git] / dropbox.spec
index 8d716b4f65bd30d03f7271eb6e3c06509d4c85a1..f618ac4cb2fcfe97c97ae864b5ae518585b56320 100644 (file)
 Summary:       Sync and backup files between computers
 Name:          dropbox
 # https://www.dropboxforum.com/hc/en-us/community/posts/206682016-New-Versioning-Scheme
-Version:       5.4.24
+Version:       22.4.24
 Release:       1
 License:       Proprietary
 Group:         Daemons
 Source0:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86-%{version}.tar.gz
-# NoSource0-md5:       812050dfd781ea1937481f0fb6953547
+# NoSource0-md5:       df37c09b065aaf7701281ab727843580
 NoSource:      0
 Source1:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86_64-%{version}.tar.gz
-# NoSource1-md5:       aeef1a6ba78ac3d1ee11dab539c181d9
+# NoSource1-md5:       8e02a201fd76628fa73c5a5252f0041a
 NoSource:      1
 URL:           http://www.dropbox.com/
 BuildRequires: rpmbuild(macros) >= 1.566
@@ -90,7 +90,7 @@ mv dropbox-lnx.*-%{version}/* .
 %{__rm} -r plugins
 
 # keep librsync, won't finish syncing if not using upstream copy
-%{__rm} librsync.so.1
+test -f librsync.so.1
 
 # fun, let's delete non-linux files from archive
 unzip -l library.zip | \
@@ -131,14 +131,10 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/%{name}/dropboxd
 %{_libdir}/%{name}/library.zip
 
-%{_libdir}/%{name}/dropbox_sqlite_ext-*-py*.egg
-%{_libdir}/%{name}/psutil-*-py*.egg
-%{_libdir}/%{name}/setuptools-*-py*.egg
-%{_libdir}/%{name}/tornado-*-py*.egg
-
 # need +x bits for .so files
 %defattr(-,root,root,-)
-%{_libdir}/%{name}/cryptography-*-py*-linux-*.egg
+%{_libdir}/%{name}/dropbox_sqlite_ext-*-py*.egg
+%{_libdir}/%{name}/setuptools-*-py*.egg
 
 # GUI parts
 %exclude %{_libdir}/%{name}/PyQt5.*.so
This page took 0.105982 seconds and 4 git commands to generate.