+Mon Feb 23 13:57:01 CET 2009 - vuntz@novell.com
+- Revert the use of %{libproxy_shnum}: there are places where the
- macro cannot be used (%files, eg), and we want don't want to mix
- libproxy0 and libproxy%{libproxy_shnum} -- too likely to forget
- to update one of the two instances.
What do you mean it can't be used in the %files section? I have been packaging this lib for more than half a year with this and apparently everything goes well? I even use this technique very often in
%files %{_libdir}/%{name}.so.%{shnum}
as it allows to 'detect' immediately that the version is wrong, based on a wrong file blob.
Under what specific case does it not work in %files ?
Dominique