]> git.pld-linux.org Git - packages/dropbox.git/blobdiff - dropbox.spec
up to 2.10.30
[packages/dropbox.git] / dropbox.spec
index b4dfddc343214118d28ee0ff01f75cddd4f7754e..bee94cec022aa51377884764e677a00d8542e942 100644 (file)
@@ -9,15 +9,15 @@
 #   http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall
 Summary:       Sync and backup files between computers
 Name:          dropbox
-Version:       2.10.3
+Version:       2.10.30
 Release:       1
 License:       Proprietary
 Group:         Daemons
 Source0:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86-%{version}.tar.gz
-# NoSource0-md5:       4ab5cd2ba514e46eee6208af650ceb73
+# NoSource0-md5:       eda1a4957aa1fafc40937e63c3c5a47c
 NoSource:      0
 Source1:       http://dl-web.dropbox.com/u/17/%{name}-lnx.x86_64-%{version}.tar.gz
-# NoSource1-md5:       2e44b9d1038768929425712cc0f448fd
+# NoSource1-md5:       a1abfdbb0197e1ee5d069c39b9632c74
 NoSource:      1
 URL:           http://www.dropbox.com/
 BuildRequires: rpmbuild(macros) >= 1.566
@@ -87,7 +87,7 @@ 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|pynt|pymac|ui/cocoa|unittest' | \
+       grep -E '(arch|dropbox)/(mac|win32)|_(win32|mac).py|pymac|ui/cocoa|unittest' | \
        grep -vE 'pymac/(__init__|constants|types|lazydll|lazyframework).py' | \
        awk '{print $NF}' > lib.delete
 zip library.zip -d $(cat lib.delete)
@@ -123,6 +123,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/%{name}/dropbox_sqlite_ext-*-py*.egg
 %{_libdir}/%{name}/mock-*-py*.egg
 %{_libdir}/%{name}/pycparser-*-py*.egg-info
+%{_libdir}/%{name}/requests-*-py*.egg
 
 %exclude %{_libdir}/%{name}/libwx_gtk2*.so.*
 
This page took 0.183984 seconds and 4 git commands to generate.