]> git.pld-linux.org Git - packages/dropbox-cli.git/commitdiff
- initial
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 6 Jan 2010 12:12:47 +0000 (12:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dropbox-cli.spec -> 1.1

dropbox-cli.spec [new file with mode: 0644]

diff --git a/dropbox-cli.spec b/dropbox-cli.spec
new file mode 100644 (file)
index 0000000..c4514f3
--- /dev/null
@@ -0,0 +1,33 @@
+Summary:       Dropbox Linux CLI
+Name:          dropbox-cli
+Version:       20100106
+Release:       1
+License:       GPL v3+
+Group:         Applications
+Source0:       http://dl.getdropbox.com/u/43645/dbcli.py
+# Source0-md5: 76babc858d10330650e105a4abb11ee6
+URL:           http://wiki.dropbox.com/DropboxAddons/DropboxLinuxCLI
+BuildRequires: python-modules
+BuildRequires: rpm-pythonprov
+%pyrequires_eq  python-modules
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Dropbox Linux CLI.
+
+%prep
+%setup -q -c -T
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_bindir}/dropbox-cli
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/dropbox-cli
This page took 0.092268 seconds and 4 git commands to generate.