Lines 4-10
Link Here
|
4 |
|
4 |
|
5 |
Name: libglan |
5 |
Name: libglan |
6 |
Version: 0.3 |
6 |
Version: 0.3 |
7 |
Release: alt0.1.1 |
7 |
Release: alt0.2 |
8 |
|
8 |
|
9 |
Summary: Toolkit for developing network GUI applications |
9 |
Summary: Toolkit for developing network GUI applications |
10 |
|
10 |
|
Lines 14-25
Url: http://glan.sourceforge.net/
Link Here
|
14 |
|
14 |
|
15 |
Packager: Vitaly Lipatov <lav@altlinux.ru> |
15 |
Packager: Vitaly Lipatov <lav@altlinux.ru> |
16 |
|
16 |
|
|
|
17 |
Requires: libqt4-core >= %{get_version libqt4-core} |
18 |
|
17 |
#Source: http://dl.sf.net/kalpa/Glan-%version.tar.bz2 |
19 |
#Source: http://dl.sf.net/kalpa/Glan-%version.tar.bz2 |
18 |
Source: http://kalpa.ru/downloads/Glan-%version.tar.bz2 |
20 |
Source: http://kalpa.ru/downloads/Glan-%version.tar.bz2 |
19 |
Patch: %name-as-needed.patch |
21 |
Patch: %name-as-needed.patch |
|
|
22 |
Patch1: Glan-0.3-alt-fix-compile-with-qt43.patch |
20 |
|
23 |
|
21 |
# Automatically added by buildreq on Mon May 22 2006 |
24 |
# Automatically added by buildreq on Mon May 22 2006 |
22 |
BuildRequires: fontconfig gcc-c++ libqt4-devel libqt4-gui libqt4-network libqt4-sql libqt4-xml qt4-settings |
25 |
BuildRequires: gcc-c++ libqt4-devel |
23 |
|
26 |
|
24 |
%description |
27 |
%description |
25 |
Glan is a toolkit for developing network GUI applications. It consists of |
28 |
Glan is a toolkit for developing network GUI applications. It consists of |
Lines 52-60
Glan Server Library
Link Here
|
52 |
%prep |
55 |
%prep |
53 |
%setup -q -n Glan-%version |
56 |
%setup -q -n Glan-%version |
54 |
%patch |
57 |
%patch |
|
|
58 |
%patch1 -p1 |
59 |
find Source -type f -name '*.pro' | while read f; do echo 'QMAKE_CXXFLAGS += $(RPM_OPT_FLAGS)' >> $f; done |
55 |
|
60 |
|
56 |
%build |
61 |
%build |
57 |
export QTDIR=/%_libdir/qt4 |
62 |
export QTDIR=/%_qt4dir |
58 |
export PATH=$QTDIR/bin:$PATH |
63 |
export PATH=$QTDIR/bin:$PATH |
59 |
|
64 |
|
60 |
# build with debug library |
65 |
# build with debug library |
Lines 101-106
rm -rf %buildroot/opt
Link Here
|
101 |
%_libdir/libGlanServer*.so |
106 |
%_libdir/libGlanServer*.so |
102 |
|
107 |
|
103 |
%changelog |
108 |
%changelog |
|
|
109 |
* Tue Jul 17 2007 Sergey V Turchin <zerg at altlinux dot org> 0.3-alt0.2 |
110 |
- fix compile with Qt-4.3 |
111 |
- fix compilation flags |
112 |
- fix requires |
113 |
|
104 |
* Sun May 21 2006 Vitaly Lipatov <lav@altlinux.ru> 0.3-alt0.1 |
114 |
* Sun May 21 2006 Vitaly Lipatov <lav@altlinux.ru> 0.3-alt0.1 |
105 |
- new version 0.3 |
115 |
- new version 0.3 |
106 |
- fix as-needed problem |
116 |
- fix as-needed problem |