It was moved to slop subdirectoty in attempt to get rid of rpmlint warning concerning non-standard soname: this would make 'libslopy.so' a "private" library, for which naming is not mandatory. However, this actually breaks slop binary! Turns out there's no way around it. What we could do is, in order of preference: 1. Solve naming issue with upstream. 2. Just call it libslopy.so.1. 3. Use wrapper to add %{_libdir}/slop to LD_LIBRARY_PATH (The last thing seems really like a too hacky for such simple utility.)
|
|
||
43 |
|
43 |
|
44 |
|
44 |
|
45 |
|
45 |
|
46 |
|
|
|
47 |
|
|
|
|
46 |
|
|
|
47 |
|
|
48 |
|
48 |
|
49 |
|
49 |
|
50 |
|
50 |
|
51 |
|
51 |
|
52 |
|
|
|
|
52 |
|
|
53 |
|
53 |
|
54 |
|
54 |
|
55 |
|
55 |
|