Re: Mythtv at 0.25.2
John Pilkington <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.atrpms.general |
|---|---|
| Message-ID | <[email protected]> |
On 18/07/12 19:08, Richard Shaw wrote: > 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 ..and it may be a good one. I did it because I thought it looked like a possible hack. I had seen files that it matched - but they were in BUILD. The ones there now are libmyth*-0.25.2_0_0_0.list. I'll give it another whirl. Thanks John