diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/device-manager-plugin-odroid.changes | 2 | ||||
-rw-r--r-- | packaging/device-manager-plugin-odroid.spec | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/packaging/device-manager-plugin-odroid.changes b/packaging/device-manager-plugin-odroid.changes new file mode 100644 index 0000000..2223d47 --- /dev/null +++ b/packaging/device-manager-plugin-odroid.changes @@ -0,0 +1,2 @@ +* Fri Jun 27 2014 Ćukasz Stelmach <l.stelmach@samsung.com> 6373e7e1 +- Initial release diff --git a/packaging/device-manager-plugin-odroid.spec b/packaging/device-manager-plugin-odroid.spec new file mode 100644 index 0000000..e32f712 --- /dev/null +++ b/packaging/device-manager-plugin-odroid.spec @@ -0,0 +1,27 @@ +Name: device-manager-plugin-odroid +Summary: Device manager plugin for ODROID development boards +Version: 0.0.1 +Release: 0 +Group: System/Hardware Adaptation +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz +BuildRequires: cmake +BuildRequires: pkgconfig(devman_plugin) + +%description +Tizen OEM Adaptation Layer library for ODROID development board. + +%prep +%setup -q + +%build +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +make %{?jobs:-j%jobs} + +%install +%make_install + +%files +%license LICENSE +%manifest device-manager-plugin-odroid.manifest +%{_libdir}/libslp_devman_plugin.so |