Update package group and description 48/55748/2 accepted/tizen/mobile/20151229.114727 accepted/tizen/tv/20151229.114759 accepted/tizen/wearable/20151229.114813 submit/tizen/20151229.063019
authorJi Yong Min <jiyong.min@samsung.com>
Tue, 29 Dec 2015 06:25:05 +0000 (15:25 +0900)
committerJi Yong Min <jiyong.min@samsung.com>
Tue, 29 Dec 2015 06:26:45 +0000 (15:26 +0900)
Change-Id: I7b2aed5b45c6ea78f88f1da455a416fb63015d0f
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
packaging/dcm-service.spec

index 04d338679526220dd806bee77b08a6c24301477e..b9ac259f94306a0f1ddcce8fe465c335106ff76e 100755 (executable)
@@ -1,5 +1,5 @@
 Name:       dcm-service
-Summary:    Multimedia DCM(Digital Contents Management) Service
+Summary:    media DCM(Digital Contents Management) Service
 Version:    0.0.4
 Release:    0
 Group:      Multimedia/Service
@@ -25,15 +25,15 @@ BuildRequires:  pkgconfig(vconf)
 BuildRequires:  pkgconfig(uuid)
 
 %description
-Description: Digital Contents Management(DCM) service process
+This package provides a media DCM(Digital Contents Management) service
 
 %package devel
-Summary:    Digital Contents Management service for multimedia applications. (development)
+Summary:    A media DCM(Digital Contents Management) service(Development)
 Group:      Development/Libraries
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
-DCM service for multimedia applications. (development files)
+This package provides a media DCM(Digital Contents Management) service(Development files included)
 
 %prep
 %setup -q
@@ -49,10 +49,8 @@ make %{?jobs:-j%jobs}
 %install
 rm -rf %{buildroot}
 %make_install
-
-#License
 mkdir -p %{buildroot}/%{_datadir}/license
-cp LICENSE.APLv2.0 %{buildroot}/%{_datadir}/license/%{name}
+cp -rf %{_builddir}/%{name}-%{version}/LICENSE.APLv2.0 %{buildroot}/%{_datadir}/license/%{name}
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
@@ -62,11 +60,9 @@ cp LICENSE.APLv2.0 %{buildroot}/%{_datadir}/license/%{name}
 %defattr(-,root,root,-)
 %{_libdir}/*.so*
 %{_bindir}/dcm-svc
-#License
 %{_datadir}/license/%{name}
 
 %files devel
 %manifest %{name}.manifest
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
-#%{_includedir}/media/*.h