diff --git a/libmowgli2.spec b/libmowgli2.spec index 3ddc0da..73cff5b 100644 --- a/libmowgli2.spec +++ b/libmowgli2.spec @@ -81,7 +81,7 @@ if [ ! -e configure ]; then fi; %configure # They are still on so.0, but the ABI changed pretty surely -echo 'V_2.1.0 { global: *; };' >mowgli2.sym +echo 'V_%version { global: *; };' >mowgli2.sym make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" %install