From 5cba14a9c6f7b406d82a9cfeacc959a97d3dbf6b Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Fri, 18 May 2012 15:33:37 +0900 Subject: [PATCH] Add spec file for OBS Packaging Change-Id: I7ccd9aa4ae58c10f5d420e12ded16398ba909e09 --- debian/changelog | 7 +++++++ packaging/livebox.spec | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 packaging/livebox.spec diff --git a/debian/changelog b/debian/changelog index ff1b0cc..68f86fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 0000000..c6ab219 --- /dev/null +++ b/packaging/livebox.spec @@ -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* -- 2.7.4