Re: Mythtv at 0.25.2
Richard Shaw <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <CAN3TeO0FD3kJFCGVXAK-bSKQ0_j3SdYMxFHuo4DuVbav=CW8HQ@mail.gmail.com> |
On Wed, Jul 18, 2012 at 12:59 PM, John Pilkington <[email protected]> wrote: > Here's a unified diff of the specfile I used and the error message at the > end of the build, just in case someone might understand what's wrong. In > the build attempt I just dropped the 0.25.2.tar.bz files into the SOURCES > folder from the 0.25-286 AT srpm. There's not enough of the spec file for me to be sure but why did you change the following? -%global libversion 0.25 + +%global libversion 0.25.2_0_0 I'm guessing this is used in %files so it's trying to package, for example: libmyth-0.25.2_0_0.so.0 instead of the file that's actually there: libmyth-0.25.so.0 But that's just a guess... Richard