Adding initial packaging 70/1670/1 1.0 1.0_branch accepted/trunk/20120910.213407 submit/trunk/20120910.175143
authorRusty Lynch <rusty.lynch@intel.com>
Fri, 7 Sep 2012 15:32:42 +0000 (08:32 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Mon, 10 Sep 2012 17:50:16 +0000 (10:50 -0700)
packaging/webskeleton.changes [new file with mode: 0644]
packaging/webskeleton.spec [new file with mode: 0644]

diff --git a/packaging/webskeleton.changes b/packaging/webskeleton.changes
new file mode 100644 (file)
index 0000000..c945dcc
--- /dev/null
@@ -0,0 +1,3 @@
+* Mon Sep 10 2012 Rusty Lynch <rusty.lynch@intel.com> edc2bae
+- Adding initial packaging
+
diff --git a/packaging/webskeleton.spec b/packaging/webskeleton.spec
new file mode 100644 (file)
index 0000000..8f3028e
--- /dev/null
@@ -0,0 +1,37 @@
+Name:       webskeleton
+Summary:    Simple native container for hosting webapps without the advantage of a full webruntime
+Version:    0.1
+Release:    1
+Group:      System/Libraries
+License:    GPLv2.1
+URL:        https://github.com/otcshare/webskeleton
+Source0:    %{name}-%{version}.tar.bz2
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+
+BuildRequires: pkgconfig(ecore)
+BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(eina)
+BuildRequires: pkgconfig(ewebkit2)
+
+%description
+Webskeleton application container
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%{_bindir}/webskeleton