From fb8dd1ff0f61adb4c9e63064dfd447164025fc82 Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Thu, 7 Mar 2013 13:23:11 -0800 Subject: [PATCH] pkgconfig install --- packaging/libwebsockets.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packaging/libwebsockets.spec b/packaging/libwebsockets.spec index 3e65b29..832dd4a 100644 --- a/packaging/libwebsockets.spec +++ b/packaging/libwebsockets.spec @@ -1,6 +1,6 @@ Name: libwebsockets Summary: WebSocket Library -Version: support_chrome_20_firefox_12_11_g71e5369 +Version: 1.2 Release: 1 Group: System/Libraries License: LGPLv2.1 @@ -49,4 +49,6 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root,-) %{_includedir}/libwebsockets.h -%{_libdir}/* +%{_libdir}/libwebsockets.so +%{_libdir}/pkgconfig/* + -- 2.7.4