]> git.pld-linux.org Git - packages/gg2.git/blob - gg2.spec
34356d5a293786870ed7d09171b1eae91d564967
[packages/gg2.git] / gg2.spec
1
2 %define         snap 20021124
3
4 Summary:        GNU Gadu 2 - free talking
5 Summary(pl):    GNU Gadu 2 - wolne gadanie
6 Name:           gg2
7 Version:        %{snap}
8 Release:        1
9 Epoch:          1
10 License:        GPL v2+
11 Group:          Applications/Communications
12 Source0:        http://www.hakore.com/~krzak/gg2/%{name}-%{snap}.tar.bz2
13 URL:            http://gadu.gnu.pl/
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  libtool
17 Requires:       glib2
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20 %define         _prefix         /usr/X11R6
21
22 %description
23 Gadu-Gadu and Tlen.pl and any other instant messanger client with
24 GTK+2 GUI on GNU/GPL
25
26 %description -l pl
27 Klient Gadu-Gadu i Tlen.pl oraz innych protokolow z GUI w GTK+2 na
28 licencji GNU/GPL
29
30 %package gui-gtk+2
31 Summary:        GTK+2 GUI plugin
32 Summary(pl):    GTK+2 GUI plugin
33 Group:          Applications/Communications
34 BuildRequires:  gtk+2-devel
35 Requires:       gtk+2
36 Requires:       %{name} = %{version}
37
38 %description gui-gtk+2
39 GTK+2 GUI plugin
40
41 %description gui-gtk+2 -l pl
42 GTK+2 GUI plugin
43
44
45
46 %package emoticons
47 Summary:        Emoticons
48 Summary(pl):    Emotikony
49 Group:          Applications/Communications
50 Requires:       %{name} = %{version}
51
52 %description emoticons
53 Emotions icons and description files
54
55 %description -l pl
56 Zestaw ikon z emotikonami, oraz plikiem konfiguracyjnym
57
58
59
60 %package gadu-gadu
61 Summary:        Gadu-Gadu plugin
62 Summary(pl):    Gadu-Gadu plugin
63 Group:          Applications/Communications
64 BuildRequires:  libgadu-devel
65 Requires:       libgadu
66 Requires:       %{name} = %{version}
67
68 %description gadu-gadu
69 Gadu-Gadu protocol plugin
70
71 %description -l pl
72 Plugin protokolu Gadu-Gadu
73
74
75
76 %package tlen
77 Summary:        Tlen.pl plugin
78 Summary(pl):    Tlen.pl plugin
79 Group:          Applications/Communications
80 BuildRequires:  libtlen-devel
81 Requires:       libtlen
82 Requires:       %{name} = %{version}
83
84 %description tlen
85 Tlen.pl protocol plugin
86
87 %description tlen -l pl
88 Plugin protokolu Tlen.pl
89
90
91 %package sound-esd
92 Summary:        Sound support with ESD
93 Summary(pl):    Obsluga dzwieku z ESD
94 Group:          Applications/Communications
95 BuildRequires:  esound-devel
96 Requires:       esound
97 Requires:       %{name} = %{version}
98
99 %description sound-esd
100 Sound support with ESD
101
102 %description sound-esd -l pl
103 Obsluga dzwieku z ESD
104
105
106 #%package sound-aRts
107 #Summary:       Sound support with aRts
108 #Summary(pl):   Obsluga dzwieku z aRts
109 #Group:         Applications/Communications
110 #BuildRequires: arts-devel
111 #Requires:      arts
112 #Requires:      %{name} = %{version}
113
114 #%description sound-aRts
115 #Sound support with aRts
116
117 #%description sound-aRts -l pl
118 #Obsluga dzwieku z aRts
119
120
121 %package xosd
122 Summary:        Support for X On Screen Display
123 Summary(pl):    Wyswietlanie komunikatow na ekranie
124 Group:          Applications/Communications
125 BuildRequires:  xosd-devel
126 Requires:       xosd
127 Requires:       %{name} = %{version}
128
129 %description xosd
130 Support for X On Screen Display
131
132 %description xosd -l pl
133 Wyswietlanie komunikatow na ekranie
134
135
136 %package docklet
137 Summary:        Support for Window Managers docklets
138 Summary(pl):    Obsluga dockletow w roznych menadzerach okien
139 Group:          Applications/Communications
140 Requires:       XFree86-libs
141 Requires:       %{name} = %{version}
142
143 %description docklet
144 Support for Window Managers docklets
145
146 %description docklet -l pl
147 Obsluga dockletow w roznych menadzerach okien
148
149
150 %prep
151 %setup -q -n %{name}
152
153
154 %build
155 rm -f missing
156 %{__libtoolize}
157 %{__aclocal}
158 %{__automake}
159 %{__autoconf}
160
161 %configure \
162         --disable-gdb \
163         --disable-debug \
164         --with-gtk2-gui \
165         --with-gadu-gadu \
166         --with-tlen \
167         --with-xosd \
168         --with-docklet \
169         --with-esd
170 #       --with-arts
171
172 %{__make}
173
174 %install
175 rm -rf $RPM_BUILD_ROOT
176
177 %{__make} install \
178         DESTDIR=$RPM_BUILD_ROOT
179
180 %clean
181 rm -rf $RPM_BUILD_ROOT
182
183 %files
184 %defattr(644,root,root,755)
185 %doc AUTHORS ChangeLog NEWS README
186 %attr(755,root,root) %{_bindir}/gg2
187
188 %files gui-gtk+2
189 %defattr(644,root,root,755)
190 %attr(755,root,root) %{_datadir}/gg2/libGUI_plugin.so
191 %attr(755,root,root) %{_datadir}/gg2/pixmaps/*xpm
192 %attr(755,root,root) %{_datadir}/gg2/pixmaps/*png
193
194 %files emoticons
195 %attr(755,root,root) %{_datadir}/gg2/pixmaps/emoticons/*
196
197 %files gadu-gadu
198 %defattr(644,root,root,755)
199 %attr(755,root,root) %{_datadir}/gg2/libgadu_gadu_plugin.so
200
201 %files tlen
202 %defattr(644,root,root,755)
203 %attr(755,root,root) %{_datadir}/gg2/libtlen_plugin.so
204
205 %files sound-esd
206 %defattr(644,root,root,755)
207 %attr(755,root,root) %{_datadir}/gg2/libsound_esd_plugin.so
208
209 %files xosd
210 %defattr(644,root,root,755)
211 %attr(755,root,root) %{_datadir}/gg2/libxosd_plugin.so
This page took 0.106137 seconds and 3 git commands to generate.