summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorSung-jae Park <nicesj.park@samsung.com>2014-11-26 14:07:39 +0900
committerSung-jae Park <nicesj.park@samsung.com>2014-11-26 14:07:39 +0900
commitc9a6d703602db0feae3d0635504344e087b8c46c (patch)
tree6e6798cedef91dd8cedeb52b07d4c17be3bb39ba /packaging
parent5023e7c4c93507da7fce7add0f553969ea3cbfc1 (diff)
parent617fcc0cbae706e980dc2b6c844e4d82e7e8ff70 (diff)
downloadwidget-service-c9a6d703602db0feae3d0635504344e087b8c46c.tar.gz
widget-service-c9a6d703602db0feae3d0635504344e087b8c46c.tar.bz2
widget-service-c9a6d703602db0feae3d0635504344e087b8c46c.zip
Merge branch 'master' of ssh://slp-info.sec.samsung.net:29418/magnolia/apps/livebox/livebox-service into tizen_2.3
Conflicts: dynamicbox_service/TC/_export_env.sh dynamicbox_service/TC/_export_target_env.sh dynamicbox_service/TC/build.sh dynamicbox_service/TC/clean.sh dynamicbox_service/TC/config dynamicbox_service/TC/push.sh dynamicbox_service/TC/run.sh dynamicbox_service/TC/testcase/Makefile dynamicbox_service/TC/testcase/tslist dynamicbox_service/TC/testcase/utc_livebox_service.c dynamicbox_service/TC/tet_scen dynamicbox_service/TC/tetbuild.cfg dynamicbox_service/TC/tetclean.cfg dynamicbox_service/TC/tetexec.cfg Change-Id: Ic43ee6958f8897a266bd5fb6ea9de05c73e2d7c1
Diffstat (limited to 'packaging')
-rw-r--r--packaging/libdynamicbox_service.spec39
1 files changed, 36 insertions, 3 deletions
diff --git a/packaging/libdynamicbox_service.spec b/packaging/libdynamicbox_service.spec
index 60bb38f..5decea4 100644
--- a/packaging/libdynamicbox_service.spec
+++ b/packaging/libdynamicbox_service.spec
@@ -82,8 +82,8 @@ mkdir -p %{buildroot}/%{_datarootdir}/license
%files -n %{name}
%manifest %{name}.manifest
%defattr(-,root,root,-)
-%{_libdir}/*.so*
-%{_datarootdir}/license/*
+%{_libdir}/libdynamicbox_service.so*
+%{_datarootdir}/license/libdynamicbox_service
%files devel
%manifest %{name}.manifest
@@ -94,6 +94,39 @@ mkdir -p %{buildroot}/%{_datarootdir}/license
%{_includedir}/dynamicbox_service/dynamicbox_buffer.h
%{_includedir}/dynamicbox_service/dynamicbox_script.h
%{_includedir}/dynamicbox_service/dynamicbox_conf.h
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/dynamicbox_service.pc
+
+#################################################
+# liblivebox-service (for old version)
+%package -n liblivebox-service
+Summary: Library for developing the dynamicbox app provider (old version)
+Group: HomeTF/Dynamicbox
+License: Flora
+Requires: %{name}
+
+%description -n liblivebox-service
+Provider APIs to develop the dynamicbox provider applications. (old version)
+
+%package -n liblivebox-service-devel
+Summary: Header & package configuration files to support development of the dynamicbox provider applications. (old version)
+Group: Development/Libraries
+Requires: liblivebox-service
+
+%description -n liblivebox-service-devel
+Dynamicbox provider application development library (dev) (old version)
+
+%files -n liblivebox-service
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%{_libdir}/liblivebox-service.so*
+%{_datarootdir}/license/liblivebox-service
+
+%files -n liblivebox-service-devel
+%manifest %{name}.manifest
+%defattr(-,root,root,-)
+%{_includedir}/livebox-service/livebox-service.h
+%{_includedir}/livebox-service/livebox-errno.h
+%{_includedir}/livebox-service/livebox-service_product.h
+%{_libdir}/pkgconfig/livebox-service.pc
# End of a file