]> git.pld-linux.org Git - packages/centericq.git/blobdiff - centericq.spec
- renamed and updated to centericq 4.9.6
[packages/centericq.git] / centericq.spec
index edf1d5d291d96c5e2fe99771cbcd885742f89260..f73ba05cd83e7887d6398ce488be003b4e7c6591 100644 (file)
@@ -3,14 +3,15 @@ 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.1
-Release:       0.1
+Version:       4.9.6
+Release:       1
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://konst.org.ua/download/%{name}-%{version}.tar.gz
-Patch0:                %{name}-4.9.0-acfix.patch
-Patch1:                %{name}-4.9.0-am.patch
-Patch2:                %{name}-4.9.0-po.patch
+# Source0-md5: d7708b3de102992ac6757d1e9a699c77
+Patch0:                %{name}-acfix.patch
+Patch1:                %{name}-am.patch
+Patch2:                %{name}-no_libgnutls.patch
 URL:           http://konst.org.ua/centericq/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -55,18 +56,19 @@ O centerICQ 
 
 %prep
 %setup -q
-%patch -p1
+%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
 %build
 rm -f missing
 %{__libtoolize}
+%{__gettextize}
 %{__aclocal}
 %{__autoconf}
 %{__automake}
 for i in kkstrtext-0.1 kksystr-0.1 kkconsui-0.1 libyahoo2-0.1 blip-0.1\
-       libicq2000-0.4.0 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
+       libicq2000-0.1 firetalk-0.1 libjabber-0.1 connwrap-0.1; do
        cd $i
        rm -f missing
        aclocal
@@ -75,13 +77,14 @@ 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
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
-       DESTDIR=$RPM_BUILD_ROOT 
+       DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 rm -f contrib/spanish/Makefile*
 
@@ -91,7 +94,7 @@ rm -rf $RPM_BUILD_ROOT
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS README ChangeLog FAQ TODO THANKS NEWS INSTALL
-%lang(es) %doc contrib/spanish 
+%lang(es) %doc contrib/spanish
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}/*.wav
 %{_mandir}/man?/*
This page took 0.034019 seconds and 4 git commands to generate.