From 9d6f3a2e293d7a433847c40a1ac501dc8e39d148 Mon Sep 17 00:00:00 2001 From: Ickhee Woo Date: Mon, 22 Feb 2016 16:41:55 +0900 Subject: [PATCH] added spec options for removing build error Change-Id: I2f123cb53d4e682abe3fc5cfaa00783de06d77d6 Signed-off-by: Ickhee Woo --- packaging/liboauth.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packaging/liboauth.spec b/packaging/liboauth.spec index 593a1b2..9e73427 100644 --- a/packaging/liboauth.spec +++ b/packaging/liboauth.spec @@ -2,7 +2,7 @@ Name: liboauth Summary: OAuth - server to server secure API authentication Version: 1.0.3 Release: 1 -Group: TO_BE/FILLED_IN +Group: Social & Content/API License: MIT URL: http://liboauth.sourceforge.net/ Source0: %{name}-%{version}.tar.gz @@ -38,6 +38,12 @@ cp %{_builddir}/%{name}-%{version}/COPYING.MIT %{buildroot}/usr/share/license/%{ %make_install +%post -n liboauth -p /sbin/ldconfig +%post -n liboauth-devel -p /sbin/ldconfig + +%postun -n liboauth -p /sbin/ldconfig +%postun -n liboauth-devel -p /sbin/ldconfig + %files /usr/share/license/%{name} %defattr(-,root,root,-) -- 2.7.4