]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
- i hate fixing things i have no idea how they work
[packages/centericq.git] / centericq.spec
index 548250688062b23d915a9905625f62b93ec79fa8..3b7542c4cf539f2fae7b0ff9096f93b0b6e1709a 100644 (file)
@@ -6,7 +6,7 @@ Summary(pl.UTF-8):      Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej
 Summary(pt_BR.UTF-8):  O centerICQ é um cliente ICQ baseado em ncurses para o modo texto
 Name:          centericq
 Version:       4.21.0
-Release:       7
+Release:       8
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.bz2
@@ -68,19 +68,8 @@ O centerICQ é um cliente ICQ baseado em ncurses para o modo texto.
 mv -f po/{zh_TW.Big5,zh_TW}.po
 %{__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
+install /usr/share/gettext/config.rpath .
 %{__aclocal}
 %{__autoconf}
 %{__automake}
@@ -88,6 +77,7 @@ for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 \
        libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1 \
        libgadu-0.1 libmsn-0.1; do
        cd $i
+       install /usr/share/gettext/config.rpath .
        %{__aclocal}
        %{__autoconf}
        %{__automake}
This page took 0.069661 seconds and 4 git commands to generate.