]> git.pld-linux.org Git - packages/gg2.git/blob - gg2.spec
15fa5988dfdba9b1a74f489d9d3a4ae59703308a
[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 protoko³ów 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):    Wtyczka z GUI w GTK+2
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 Wtyczka z GUI w GTK+2 do GNU Gadu 2.
43
44 %package emoticons
45 Summary:        Emoticons
46 Summary(pl):    Emotikony
47 Group:          Applications/Communications
48 Requires:       %{name} = %{version}
49
50 %description emoticons
51 Emotions icons and description files.
52
53 %description -l pl
54 Zestaw ikon z emotikonami, oraz plikiem konfiguracyjnym.
55
56 %package gadu-gadu
57 Summary:        Gadu-Gadu plugin
58 Summary(pl):    Wtyczka protoko³u Gadu-Gadu
59 Group:          Applications/Communications
60 BuildRequires:  libgadu-devel
61 Requires:       libgadu
62 Requires:       %{name} = %{version}
63
64 %description gadu-gadu
65 Gadu-Gadu protocol plugin.
66
67 %description -l pl
68 Wtyczka protoko³u Gadu-Gadu.
69
70 %package tlen
71 Summary:        Tlen.pl plugin
72 Summary(pl):    Wtyczka protoko³u Tlen.pl
73 Group:          Applications/Communications
74 BuildRequires:  libtlen-devel
75 Requires:       libtlen
76 Requires:       %{name} = %{version}
77
78 %description tlen
79 Tlen.pl protocol plugin.
80
81 %description tlen -l pl
82 Wtyczka protoko³u Tlen.pl.
83
84 %package sound-esd
85 Summary:        Sound support with ESD
86 Summary(pl):    Obs³uga d¼wiêku z ESD
87 Group:          Applications/Communications
88 BuildRequires:  esound-devel
89 Requires:       esound
90 Requires:       %{name} = %{version}
91
92 %description sound-esd
93 Sound support with ESD.
94
95 %description sound-esd -l pl
96 Obs³uga d¼wiêku z ESD.
97
98 #%package sound-aRts
99 #Summary:       Sound support with aRts
100 #Summary(pl):   Obs³uga d¼wiêku z aRts
101 #Group:         Applications/Communications
102 #BuildRequires: arts-devel
103 #Requires:      arts
104 #Requires:      %{name} = %{version}
105
106 #%description sound-aRts
107 #Sound support with aRts.
108
109 #%description sound-aRts -l pl
110 #Obs³uga d¼wiêku z aRts.
111
112
113 %package xosd
114 Summary:        Support for X On Screen Display
115 Summary(pl):    Wyswietlanie komunikatów na ekranie X
116 Group:          Applications/Communications
117 BuildRequires:  xosd-devel
118 Requires:       xosd
119 Requires:       %{name} = %{version}
120
121 %description xosd
122 Support for X On Screen Display.
123
124 %description xosd -l pl
125 Wyswietlanie komunikatów na ekranie X.
126
127 %package docklet
128 Summary:        Support for Window Managers docklets
129 Summary(pl):    Obs³uga dockletów w ró¿nych zarz±dcach okien
130 Group:          Applications/Communications
131 Requires:       XFree86-libs
132 Requires:       %{name} = %{version}
133
134 %description docklet
135 Support for Window Managers docklets.
136
137 %description docklet -l pl
138 Obs³uga dockletów w ró¿nych zarz±dcach okien.
139
140 %prep
141 %setup -q -n %{name}
142
143 %build
144 rm -f missing
145 %{__libtoolize}
146 %{__aclocal}
147 %{__automake}
148 %{__autoconf}
149
150 %configure \
151         --disable-gdb \
152         --disable-debug \
153         --with-gtk2-gui \
154         --with-gadu-gadu \
155         --with-tlen \
156         --with-xosd \
157         --with-docklet \
158         --with-esd
159 #       --with-arts
160
161 %{__make}
162
163 %install
164 rm -rf $RPM_BUILD_ROOT
165
166 %{__make} install \
167         DESTDIR=$RPM_BUILD_ROOT
168
169 %clean
170 rm -rf $RPM_BUILD_ROOT
171
172 %files
173 %defattr(644,root,root,755)
174 %doc AUTHORS ChangeLog NEWS README
175 %attr(755,root,root) %{_bindir}/gg2
176
177 %files gui-gtk+2
178 %defattr(644,root,root,755)
179 %attr(755,root,root) %{_datadir}/gg2/libGUI_plugin.so
180 %attr(755,root,root) %{_datadir}/gg2/pixmaps/*xpm
181 %attr(755,root,root) %{_datadir}/gg2/pixmaps/*png
182
183 %files emoticons
184 %attr(755,root,root) %{_datadir}/gg2/pixmaps/emoticons/*
185
186 %files gadu-gadu
187 %defattr(644,root,root,755)
188 %attr(755,root,root) %{_datadir}/gg2/libgadu_gadu_plugin.so
189
190 %files tlen
191 %defattr(644,root,root,755)
192 %attr(755,root,root) %{_datadir}/gg2/libtlen_plugin.so
193
194 %files sound-esd
195 %defattr(644,root,root,755)
196 %attr(755,root,root) %{_datadir}/gg2/libsound_esd_plugin.so
197
198 %files xosd
199 %defattr(644,root,root,755)
200 %attr(755,root,root) %{_datadir}/gg2/libxosd_plugin.so
This page took 0.028433 seconds and 2 git commands to generate.