From c9ef9a5420dba4f8a60ec262604263131a161bc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20M=2E=20Basto?= Date: Sat, 13 Feb 2016 02:42:56 +0000 Subject: [PATCH] fix pkgconfig links --- soundtouch.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/soundtouch.spec b/soundtouch.spec index eaf803e..607363b 100644 --- a/soundtouch.spec +++ b/soundtouch.spec @@ -1,6 +1,6 @@ Name: soundtouch Version: 1.9.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Audio Processing library for changing Tempo, Pitch and Playback Rates License: LGPLv2+ Group: System Environment/Libraries @@ -66,8 +66,9 @@ rm -rf %{buildroot}%{_docdir}/%{name} # pkgconfig compat links for compat with older (API compatible) releases # dunno why upstream keeps changing the pkgconfig name -ln -s soundtouch-1.4.pc %{buildroot}%{_libdir}/pkgconfig/libSoundTouch.pc -ln -s soundtouch-1.4.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc +# Update 2016-02-13: now looks like that is soundtouch.pc without version +ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/libSoundTouch.pc +ln -s soundtouch.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc ## soundtouch installs an autoheader generated header file which could very ## well conflict with other autoheader generated header files, so we override @@ -94,6 +95,9 @@ ln -s soundtouch-1.4.pc %{buildroot}%{_libdir}/pkgconfig/soundtouch-1.0.pc %changelog +* Sat Feb 13 2016 Sérgio Basto - 1.9.2-3 +- fix pkgconfig links + * Sat Feb 13 2016 Sérgio Basto - 1.9.2-2 - Add license tag. - Add back sed on -O3 .