Re: [gnotepad-users] rpm for 1.30
Brought to you by:
ackahn
|
From: Andy K. <ac...@ne...> - 2000-05-15 17:31:09
|
On Sun, May 14, 2000 at 07:55:46PM -0400, Sujit Mathew wrote:
> I tried to make a Redhat i386 rpm for gnotepad+-1.3.0 by typing rpm -ta
> gnotepad+-1.3.0.tar.gz. it would go throught the entire comile process and
> linking but I can't find the actual rpm in /usr/src/redhat/RPMS/. I couldn't
> find any errors in the rpm -ta messages. Where does it put the rpm? Does it
> actually make one?
There's a "bug" in the gnotepad+.spec.in (and hence, gnotepad+.spec)
file included with gnotepad 1.3.0. This line near the bottom of the
file needs to be removed:
%{prefix}/share/locale/*/*/*
After it's removed, your rpm file should be in the usual location
(/usr/src/redhat/RPMS).
regards,
--andy
|