Add spec file for OBS Packaging
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 18 May 2012 06:33:37 +0000 (15:33 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 18 May 2012 06:36:15 +0000 (15:36 +0900)
Change-Id: I7ccd9aa4ae58c10f5d420e12ded16398ba909e09

debian/changelog
packaging/livebox.spec [new file with mode: 0644]

index ff1b0cc..68f86fa 100644 (file)
@@ -1,3 +1,10 @@
+livebox-edje (0.1.1) unstable; urgency=low
+
+  * Git: 165.213.180.234:/slp/pkgs/l/livebox-edje
+  * Tag: livebox-edje_0.1.1
+
+ -- Sung-jae Park <nicesj.park@samsung.com>  Fri, 18 May 2012 15:36:01 +0900
+
 livebox-edje (0.1.0) unstable; urgency=low
 
   * Git: 165.213.180.234:/slp/pkgs/l/livebox-edje
diff --git a/packaging/livebox.spec b/packaging/livebox.spec
new file mode 100644 (file)
index 0000000..c6ab219
--- /dev/null
@@ -0,0 +1,32 @@
+Name: livebox-edje
+Summary: EDJE Script loader for the data provider master
+Version: 0.0.1
+Release: 1
+Group: main/app
+License: Samsung Proprietary License
+Source0: %{name}-%{version}.tar.gz
+BuildRequires: cmake, gettext-tools
+BuildRequires: pkgconfig(dlog)
+BuildRequires: pkgconfig(eina)
+BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(edje)
+
+%description
+EDJE Script loader plugin for the data provider master
+
+%prep
+%setup -q
+cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
+
+%build
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%post
+
+%files
+%defattr(-,root,root,-)
+/opt/live/script_port/*.so*