[packages/owncloud-appframework] Initial

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


commit 359aae7bce41d196d0821d6588ec5a8cf171607c
Author: Artur Frysiak <artur at frysiak.net>
Date:   Mon Jun 24 21:25:28 2013 +0200

    Initial

 owncloud-appframework.spec | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)
---
diff --git a/owncloud-appframework.spec b/owncloud-appframework.spec
new file mode 100644
index 0000000..a1ebba1
--- /dev/null
+++ b/owncloud-appframework.spec
@@ -0,0 +1,35 @@
+%define		pkgname	appframework
+Summary:	Framework for the ownCloud News app
+Name:		owncloud-%{pkgname}
+Version:	0.101
+Release:	0.1
+License:	AGPL
+Group:		Development/Languages/PHP
+Source0:	http://apps.owncloud.com/CONTENT/content-files/158433-appframework.zip
+# Source0-md5:	4cf560dce3eb0b71242cfe0a344e979e
+URL:		http://apps.owncloud.com/content/show.php/App+Framework?content=158433
+BuildRequires:	rpmbuild(macros) >= 1.461
+Requires:	owncloud >= 5.0.0
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_appdir		%{_datadir}/owncloud/%{pkgname}
+
+%description
+Framework for the ownCloud News app
+
+%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-appframework.git/commitdiff/359aae7bce41d196d0821d6588ec5a8cf171607c



More information about the pld-cvs-commit mailing list