[packages/owncloud-mozilla_sync] Initial

wiget wiget at pld-linux.org
Mon Jun 24 21:40:21 CEST 2013


commit 68ad60da584926ffa3b76ca372645ea706144b8e
Author: Artur Frysiak <artur at frysiak.net>
Date:   Mon Jun 24 21:39:58 2013 +0200

    Initial

 owncloud-mozilla_sync.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/owncloud-mozilla_sync.spec b/owncloud-mozilla_sync.spec
new file mode 100644
index 0000000..ff77210
--- /dev/null
+++ b/owncloud-mozilla_sync.spec
@@ -0,0 +1,35 @@
+%define		pkgname	mozilla_sync
+Summary:	Service for synchronization Firefox settings between devices
+Name:		owncloud-%{pkgname}
+Version:	1.0
+Release:	0.1
+License:	AGPL
+Group:		Development/Languages/PHP
+Source0:	http://apps.owncloud.com/CONTENT/content-files/155251-mozilla_sync.zip
+# Source0-md5:	143683e18371fa70033cf929501ea50f
+URL:		http://apps.owncloud.com/content/show.php/Mozilla+Sync+Service?content=155251
+BuildRequires:	rpmbuild(macros) >= 1.461
+Requires:	owncloud >= 5.0.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir		%{_datadir}/owncloud/apps/%{pkgname}
+
+%description
+Service for synchronization Firefox settings between devices.
+
+%prep
+%setup -q -n %{pkgname}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_appdir}
+
+cp -a * $RPM_BUILD_ROOT%{_appdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_appdir}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/owncloud-mozilla_sync.git/commitdiff/68ad60da584926ffa3b76ca372645ea706144b8e



More information about the pld-cvs-commit mailing list