[Bug 222087] Review Request: pcmanx-gtk2 - Telnet client designed for BBS browsing

bugzilla at redhat.com bugzilla at redhat.com
Fri Apr 6 17:51:24 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: pcmanx-gtk2 - Telnet client designed for BBS browsing


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=222087





------- Additional Comments From mtasaka at ioa.s.u-tokyo.ac.jp  2007-04-06 13:51 EST -------
Well, actually on rawhide automake is 1.10 and
some other fixes are needed for rawhide.

For me, the following works
------------------------------------------------
%prep
%setup -q -n %{name}

for f in `ls -d %{_datadir}/automake-1.* | sort  -g -k 2 -t .` ; do
   automakever=`echo $f | sed -e 's|%{_datadir}/automake-||'`
done

eval %{__sed} -i.orig -e \'s\|-1\\\.9\|-$automakever\|\' autogen.sh
%{__sed} -i -e 's|set -x|set -e -x|' autogen.sh

touch config.rpath
./autogen.sh
#autoreconf -fi

------------------------------------------------
Please check if the above also works for you.

And.. I have not checked other things yet...

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the package-review mailing list