]> git.pld-linux.org Git - packages/onedrive-d.git/commitdiff
new, version 0.7.0-alpha
authorElan Ruusamäe <glen@delfi.ee>
Sat, 10 May 2014 12:39:46 +0000 (15:39 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 10 May 2014 12:39:46 +0000 (15:39 +0300)
onedrive-d.spec [new file with mode: 0644]

diff --git a/onedrive-d.spec b/onedrive-d.spec
new file mode 100644 (file)
index 0000000..57c990a
--- /dev/null
@@ -0,0 +1,43 @@
+Summary:       Microsoft OneDrive daemon on Ubuntu
+Name:          onedrive-d
+Version:       0.7.0
+Release:       0.1
+License:       LGPL v3
+Group:         Daemons
+Source0:       https://github.com/xybu92/onedrive-d/archive/v%{version}-alpha/%{name}-%{version}-alpha.tar.gz
+# Source0-md5: 2ab5ae73df9e04da7247afd9c4fd30ca
+URL:           http://xybu.me/projects/onedrive-d/
+Requires:      python-onedrive
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+onedrive-d project intends to develop an OneDrive (formerly SkyDrive)
+daemon on (X)Ubuntu Linux. The program is mainly written in Python and
+supplemented by Bash shell scripts.
+
+%prep
+%setup -q -n %{name}-%{version}-alpha
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+       --skip-build \
+       --optimize=2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README.md WIP.md
+%attr(755,root,root) %{_bindir}/onedrive-daemon
+%attr(755,root,root) %{_bindir}/onedrive-utils
+%{py_sitescriptdir}/onedrive
+%{py_sitescriptdir}/onedrive_d-0.7-py*.egg-info
This page took 0.099764 seconds and 4 git commands to generate.