X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=centericq.spec;h=a2ba3e8eb7b012c3b02833d2aa13166688ddf4e8;hb=bd45e256bce0f452083f94c67d3261085370522a;hp=5e49809efa2ca76588559510e4c601a7435277d8;hpb=b9abb598367fb725dddb9e277b7f30f9ce3d152d;p=packages%2Fcentericq.git diff --git a/centericq.spec b/centericq.spec index 5e49809..a2ba3e8 100644 --- a/centericq.spec +++ b/centericq.spec @@ -3,21 +3,23 @@ Summary(es): CenterICQ es un cliente ICQ basado en ncurses para el modo texto Summary(pl): Klient IM (ICQ, Yahoo!, MSN, AIM, IRC) w wersji tekstowej Summary(pt_BR): O centerICQ é um cliente ICQ baseado em ncurses para o modo texto Name: centericq -Version: 4.9.0 -Release: 0.1 +Version: 4.9.2 +Release: 1 License: GPL Group: Applications/Communications Source0: http://konst.org.ua/download/%{name}-%{version}.tar.gz -Patch0: %{name}-%{version}-acfix.patch -Patch1: %{name}-%{version}-am.patch -Patch2: %{name}-%{version}-po.patch +# Source0-md5: fb009228b3bc3cf29584601cc82e90df +Patch0: %{name}-4.9.0-acfix.patch +Patch1: %{name}-4.9.0-am.patch +Patch2: %{name}-4.9.0-po.patch +Patch3: %{name}-no_libgnutls.patch URL: http://konst.org.ua/centericq/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libsigc++1-devel >= 1.0.0 BuildRequires: libstdc++-devel BuildRequires: libtool -BuildRequires: openssl-devel +BuildRequires: openssl-devel >= 0.9.7 BuildRequires: ncurses-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) Obsoletes: centerICQ @@ -55,9 +57,10 @@ O centerICQ %prep %setup -q -%patch -p1 +%patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build rm -f missing @@ -75,7 +78,8 @@ for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 blip-0.1\ cd .. done CXXFLAGS="-I%{_includedir}/ncurses %{rpmcflags}" -%configure +%configure \ + --with-openssl %{__make} %install