fix rpmlint report errors 24/96124/1
authorJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 8 Nov 2016 02:23:41 +0000 (11:23 +0900)
committerJunkyeong Kim <jk0430.kim@samsung.com>
Tue, 8 Nov 2016 02:24:02 +0000 (11:24 +0900)
Change-Id: Ibf970d942cebbf65934180ee49de2a77ae22ae22
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
packaging/libeom.spec

index af7f836..f983fa6 100644 (file)
@@ -4,7 +4,7 @@ Name: libeom
 Summary: External Output Manager Library
 Version: 1.0.3
 Release: 1
-Group: Graphics/X Window System
+Group: Graphics & UI Framework/Wayland Window System
 License: MIT
 Source0: %{name}-%{version}.tar.gz
 Source1001:    %name.manifest
@@ -23,10 +23,10 @@ BuildRequires:  gtest-devel
 %endif
 
 %description
-This package provides the runtime library to manage eo(External Output)
+This package provides the runtime library to manage External Output
 
 %package devel
-Summary: External Output Manager Library development package
+Summary: EOM Library development package
 Group: Development/Libraries
 Requires: %{name} = %{version}-%{release}
 Requires: pkgconfig(capi-base-common)
@@ -67,6 +67,9 @@ cp src/eom-server-protocol.h %{buildroot}/usr/include
 
 %remove_docs
 
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %manifest %{name}.manifest
 %defattr(-,root,root,-)