Fix rpmlint errors 60/3560/1
authorRusty Lynch <rusty.lynch@intel.com>
Sat, 18 May 2013 18:13:02 +0000 (11:13 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Sat, 18 May 2013 18:13:02 +0000 (11:13 -0700)
packaging/libnet-client.spec

index 64d9327..1128ce7 100644 (file)
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Network
 License:    Flora License
 Source0:    %{name}-%{version}.tar.gz
+URL:        https://review.tizen.org/git/?p=framework/connectivity/libnet-client.git;a=summary
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(vconf)
@@ -17,7 +18,7 @@ Network Client library (Shared library)
 
 %package devel
 Summary:    Network Client library (Development)
-Group:      Development/Library
+Group:      Development/Libraries
 Requires:   %{name} = %{version}-%{release}
 
 %description devel
@@ -47,6 +48,10 @@ cp -rf %{buildroot}/usr/lib/ ./
 ./build.sh
 cd ..
 
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
 %files
 %manifest libnet-client.manifest
 %{_libdir}/libnetwork.so