From 2f6eefc26c3779c0ba386da04b976bc56951e2a7 Mon Sep 17 00:00:00 2001 From: Witold Filipczyk Date: Fri, 3 Jan 2014 15:44:28 +0100 Subject: [PATCH] - ghost symlink - link against -lpthread to avoid unresolved symbols - rel 2 --- dclib.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dclib.spec b/dclib.spec index 6c1f305..bb8d729 100644 --- a/dclib.spec +++ b/dclib.spec @@ -6,7 +6,7 @@ Summary: DirectConnect support library for dcgui-qt Summary(pl.UTF-8): Biblioteka obsługująca DirectConnect dla dcgui-qt Name: dclib Version: 0.3.23 -Release: 1 +Release: 2 Epoch: 1 License: GPL Group: Libraries @@ -55,7 +55,7 @@ Pliki nagłówkowe dla dclib. %patch1 -p1 %build -%configure +%configure PTHREAD_LIBS=-lpthread %{__make} %install @@ -73,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc AUTHORS README +%attr(755,root,root) %ghost %{_libdir}/libdc.so.? %attr(755,root,root) %{_libdir}/libdc.so.*.* %files devel -- 2.43.0