add ldconfig to post/postun
authorAnas Nashif <anas.nashif@intel.com>
Fri, 17 May 2013 04:15:45 +0000 (00:15 -0400)
committerAnas Nashif <anas.nashif@intel.com>
Fri, 17 May 2013 04:15:45 +0000 (00:15 -0400)
packaging/libnl2.spec

index 2248f10..2ce83bc 100644 (file)
@@ -1,11 +1,9 @@
-#sbs-git:slp/pkgs/l/libnl2
-
 Name:       libnl2
 Summary:    Library for netlink sockets
 Version:    2.0
 Release:    2
 Group:      System/Network
-License:    GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
+License:    GPL-2.1
 Source0:    %{name}-%{version}.tar.gz
 BuildRequires:  bison
 BuildRequires:  flex
@@ -37,8 +35,6 @@ CFLAGS="$RPM_OPT_FLAGS" \
        ./configure \
        --prefix=/usr
 
-#No much jobs, make sure -j1
-#make %{?jobs:-j%jobs}
 make -j1
 
 %install
@@ -47,6 +43,11 @@ rm -rf %{buildroot}
 
 rm %{buildroot}/usr/etc/libnl/pktloc
 
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(-,root,root,-)
 %{_libdir}/libnl*.so.*