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