Do not pack pkgconfig for libwebsockets 89/267289/1 submit/tizen/20211201.045926
authorcheoleun moon <chleun.moon@samsung.com>
Wed, 1 Dec 2021 04:48:48 +0000 (13:48 +0900)
committercheoleun moon <chleun.moon@samsung.com>
Wed, 1 Dec 2021 04:48:52 +0000 (13:48 +0900)
Change-Id: I9d596614b6c1a9531211b885522efe63f4ed7a04
Signed-off-by: cheoleun moon <chleun.moon@samsung.com>
packaging/capi-network-vine.spec

index 3ece73e18f36681d1c2f95aa3dd2e6b67c0692bb..6f57d540f001bc6ec8ac2b18f646d43fc0ea6dfe 100755 (executable)
@@ -3,7 +3,7 @@
 %bcond_without use_glib_event_loop
 Name:    capi-network-vine
 Summary: An service discovery framework
-Version: 1.2.1
+Version: 1.2.2
 Release: 0
 Group:   Network & Connectivity/API
 License: Apache-2.0
@@ -158,13 +158,15 @@ genhtml %{name}.info -o out --legend --show-details
 
 %files devel
 %defattr(-,root,root,-)
-%{_libdir}/pkgconfig/*.pc
+%{_libdir}/pkgconfig/vine.pc
 %{_includedir}/*.h
 %if %{with lws_static} && %{without lws_static_prebuilt}
 %{_includedir}/libwebsockets/*.h
 %{_includedir}/libwebsockets/abstract/*.h
 %{_includedir}/libwebsockets/abstract/protocols/*.h
 %{_includedir}/libwebsockets/abstract/transports/*.h
+%exclude %{_libdir}/pkgconfig/libwebsockets.pc
+%exclude %{_libdir}/pkgconfig/libwebsockets_static.pc
 %endif
 %{_libdir}/*.so