SPECS: licq.spec - rel 3; fix build with new glibc/gcc; allow client to log...
arekm
arekm at pld-linux.org
Wed Jul 2 20:29:12 CEST 2008
Author: arekm Date: Wed Jul 2 18:29:12 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 3; fix build with new glibc/gcc; allow client to log in after aol blocking old clients
---- Files affected:
SPECS:
licq.spec (1.114 -> 1.115)
---- Diffs:
================================================================
Index: SPECS/licq.spec
diff -u SPECS/licq.spec:1.114 SPECS/licq.spec:1.115
--- SPECS/licq.spec:1.114 Fri May 16 16:53:36 2008
+++ SPECS/licq.spec Wed Jul 2 20:29:07 2008
@@ -9,7 +9,7 @@
Summary(uk.UTF-8): Клон ICQ для онлайновго обміну повідомленнями
Name: licq
Version: 1.3.5
-Release: 2
+Release: 3
License: GPL
Group: Applications/Communications
Source0: http://dl.sourceforge.net/licq/%{name}-%{version}.tar.bz2
@@ -17,6 +17,8 @@
Source1: %{name}-qt-gui.desktop
Source2: %{name}-kde-gui.desktop
Patch0: %{name}-1.3.5-dos.patch
+Patch1: %{name}-c++.patch
+Patch2: %{name}-logonfix.patch
URL: http://www.licq.org/
BuildRequires: automake
BuildRequires: cdk-devel >= 5.0
@@ -253,31 +255,33 @@
%prep
%setup -q
%patch0 -p1
+%patch1 -p0
+%patch2 -p0
find . -type d -name autom4te.cache | xargs rm -rf
%build
cp -pr plugins/qt-gui plugins/kde-gui
+# plugins/jons-gtk-gui
+MODULES=". plugins/auto-reply plugins/console plugins/email plugins/msn plugins/osd plugins/kde-gui plugins/qt-gui plugins/rms"
+
BASE=$(pwd)
-for module in \
- . \
- plugins/auto-reply \
- plugins/console \
- plugins/email \
- plugins/msn \
- plugins/osd \
- plugins/kde-gui \
- plugins/qt-gui \
- plugins/rms \
- ; do
- # plugins/jons-gtk-gui \
+
+# configure
+for module in $MODULES; do
cd $module
cp -f /usr/share/automake/config.* admin
+ %{__autoconf}
%configure \
$([ "$module" = "plugins/qt-gui" ] && echo -n "--with-qt-libraries=%{_libdir}") \
$([ "$module" = "plugins/kde-gui" ] && echo -n "--with-kde --with-qt-libraries=%{_libdir} KDEDIR=%{_libdir}") \
--with-openssl-inc=%{_includedir}/openssl \
--enable-gpgme
+ cd $BASE
+done
+
+# build
+for module in $MODULES; do
%{__make}
cd $BASE
done
@@ -409,7 +413,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
-Revision 1.114 2008/05/16 14:53:36 megabajt
+Revision 1.115 2008/07/02 18:29:07 arekm
+- rel 3; fix build with new glibc/gcc; allow client to log in after aol blocking old clients
+
+Revision 1.114 2008-05-16 14:53:36 megabajt
- fixed typo in CVE reference
Revision 1.113 2008-05-16 02:03:47 draenog
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/licq.spec?r1=1.114&r2=1.115&f=u
More information about the pld-cvs-commit
mailing list