Author: glen Date: Mon Mar 3 20:26:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pain and hacks, but builds now
---- Files affected: SPECS: centericq.spec (1.53 -> 1.54) ---- Diffs: ================================================================ Index: SPECS/centericq.spec diff -u SPECS/centericq.spec:1.53 SPECS/centericq.spec:1.54 --- SPECS/centericq.spec:1.53 Thu Feb 21 19:05:40 2008 +++ SPECS/centericq.spec Mon Mar 3 21:26:27 2008 @@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8): O centerICQ é um cliente ICQ baseado em ncurses para o modo texto Name: centericq Version: 4.21.0 -Release: 6 +Release: 7 License: GPL Group: Applications/Communications Source0: http://konst.org.ua/download/%{name}-%{version}.tar.bz2 @@ -67,11 +67,21 @@ %patch3 -p1 mv -f po/{zh_TW.Big5,zh_TW}.po -%{__perl} -pi -e 's/zh_TW\.Big5/zh_TW/' configure.in +%{__sed} -i -e 's/zh_TW\.Big5/zh_TW/' configure.in + +cp -f /usr/share/automake/config.sub . +cp -f /usr/share/automake/config.sub kkstrtext-0.1 +cp -f /usr/share/automake/config.sub kksystr-0.1 +cp -f /usr/share/automake/config.sub kkconsui-0.1 +cp -f /usr/share/automake/config.sub libyahoo2-0.1 +cp -f /usr/share/automake/config.sub libicq2000-0.1 +cp -f /usr/share/automake/config.sub firetalk-0.1 +cp -f /usr/share/automake/config.sub libjabber-0.1 +cp -f /usr/share/automake/config.sub connwrap-0.1 +cp -f /usr/share/automake/config.sub libgadu-0.1 +cp -f /usr/share/automake/config.sub libmsn-0.1 %build -%{__libtoolize} -%{__gettextize} %{__aclocal} %{__autoconf} %{__automake} @@ -79,13 +89,15 @@ libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1 \ libgadu-0.1 libmsn-0.1; do cd $i - %{__libtoolize} - %{__gettextize} %{__aclocal} %{__autoconf} %{__automake} cd - done + +%{__sed} -i -e 's,@MKINSTALLDIRS@,/usr/share/automake/mkinstalldirs,' src/hooks/Makefile.in src/Makefile.in misc/Makefile.in share/Makefile.in Makefile.in +%{__sed} -i -e 's,@MKINSTALLDIRS@,/usr/share/automake/mkinstalldirs,' po/Makefile.in.in intl/Makefile.in + CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}" %configure \ --with-openssl @@ -116,6 +128,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.54 2008-03-03 20:26:27 glen +- pain and hacks, but builds now + Revision 1.53 2008-02-21 18:05:40 glen - release 6 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/centericq.spec?r1=1.53&r2=1.54&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
