]> git.pld-linux.org Git - packages/portaudio.git/commitdiff
- ldconfig for -c++; rel .2 auto/th/portaudio-19-1.20161030.2
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jul 2017 09:05:58 +0000 (11:05 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 23 Jul 2017 09:05:58 +0000 (11:05 +0200)
portaudio.spec

index df7d38053b5077d96698d2d2988acf4ec51fe00c..fcf978d2a1a28b4b518516660f410cbe21235f0c 100644 (file)
@@ -5,7 +5,7 @@
 %bcond_without asihpi          # ASI HPI support
 
 %define        snap    20161030
-%define        rel     1
+%define        rel     2
 Summary:       Free, cross platform, open-source, audio I/O library
 Summary(pl.UTF-8):     Darmowa, miÄ™dzyplatformowa i otwarta biblioteka I/O audio
 Name:          portaudio
@@ -158,6 +158,9 @@ rm -rf $RPM_BUILD_ROOT
 %post  -p /sbin/ldconfig
 %postun        -p /sbin/ldconfig
 
+%post  c++ -p /sbin/ldconfig
+%postun        c++ -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc README.txt LICENSE.txt
This page took 0.108468 seconds and 4 git commands to generate.