]> git.pld-linux.org Git - packages/ptlib.git/commitdiff
- fix debuginfo, rebuild with openssl 3.0.0, rel 2 auto/th/ptlib-2.18.6-2
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Oct 2021 19:52:00 +0000 (21:52 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 4 Oct 2021 19:52:00 +0000 (21:52 +0200)
ptlib.spec

index 2c727d2d5cb33b11f4631120e26be14a8d944715..7e640444f81cbdc11a7079518a3e331c88c507b1 100644 (file)
@@ -23,7 +23,7 @@ Summary:      Portable Tools Library
 Summary(pl.UTF-8):     Przenośna biblioteka narzędziowa
 Name:          ptlib
 Version:       2.18.6
-Release:       1
+Release:       2
 Epoch:         1
 License:       MPL v1.0
 Group:         Libraries
@@ -183,6 +183,7 @@ Wtyczka wejścia obrazu AVC 1394 dla biblioteki PTLib
 %build
 # note: --enable-opal influences most of the remaining enable/disable defaults
 %configure \
+       STRIP=/bin/true \
        DSYMUTIL=/bin/true \
        --disable-v4l \
 %if %{with plugins}
@@ -237,6 +238,7 @@ install -d $RPM_BUILD_ROOT{%{_libdir},%{_includedir}/%{name}}
 
 %{__make} install \
        V=1 \
+       STRIP=/bin/true \
        DESTDIR=$RPM_BUILD_ROOT
 
 cp version.h $RPM_BUILD_ROOT%{_includedir}/%{name}
This page took 0.160201 seconds and 4 git commands to generate.