]> git.pld-linux.org Git - packages/gambas2.git/blame - gambas2.spec
- updated sf URL
[packages/gambas2.git] / gambas2.spec
CommitLineData
5de351b4 1#
aa6d1a2c
JB
2# Conditional build:
3%bcond_without bzip2 # gb.compress.bzlib2 module
4%bcond_without zlib # gb.compress.zlib module
5%bcond_without mysql # gb.db.mysql module
6%bcond_without odbc # gb.db.odbc module
7%bcond_without pgsql # gb.db.postgresql module
8%bcond_without sqlite2 # gb.db.sqlite2 module
9%bcond_without sqlite3 # gb.db.sqlite3 module
10%bcond_without firebird # gb.db.firebird module
11%bcond_without gtk # gb.gtk module
12%bcond_without librsvg # gb.gtk.svg module (depends on gtk)
13%bcond_without pdf # gb.pdf module
14%bcond_without net # gb.net module
15%bcond_without curl # gb.net.curl module
16%bcond_without smtp # gb.net.smtp module
17%bcond_without pcre # gb.pcre module
18%bcond_without qt # gb.qt module
19%bcond_with qte # gb.qte module
20%bcond_without kde # gb.qt.kde module
21%bcond_without sdl # gb.sdl module
22%bcond_without sdlsound # gb.sdl.sound module
23%bcond_without xml # gb.xml module
24%bcond_without v4l # gb.v4l module
25%bcond_without crypt # gb.crypt module
26%bcond_without opengl # gb.opengl module
27%bcond_without corba # gb.corba module
28%bcond_without image # gb.image module
29#bcond_without desktop # gb.desktop module
30#
31%if %{without gtk}
32%undefine with_librsvg
33%endif
34%if %{without opengl}
35%undefine with_sdl
36%endif
37%if %{without sdl}
38%undefine with_SDL_mixer
39%endif
e3cfe804 40Summary: Gambas - a free VB-like language
41Summary(pl.UTF-8): Gambas - wolnodostępny język podobny do VB
42Name: gambas2
78b63dea 43Version: 2.8.2
e3cfe804 44Release: 0.1
45License: GPL v2
46Group: Development/Languages
56294a7e 47Source0: http://downloads.sourceforge.net/gambas/%{name}-%{version}.tar.bz2
78b63dea 48# Source0-md5: 9f0d1c450b22580eccf3a0e3619a9d7c
e3cfe804 49Source1: %{name}.desktop
78b63dea 50Patch0: %{name}-avoid-version.patch
e3cfe804 51URL: http://gambas.sourceforge.net/
5de351b4 52%{?with_firebird:BuildRequires: Firebird-devel}
aa6d1a2c
JB
53%{?with_opengl:BuildRequires: OpenGL-GLU-devel}
54%{?with_opengl:BuildRequires: OpenGL-GLX-devel}
55%{?with_sdl:BuildRequires: SDL-devel >= 1.2.8}
56%{?with_sdl:BuildRequires: SDL_image-devel}
57%{?with_SDL_mixer:BuildRequires: SDL_mixer-devel}
5de351b4 58%{?with_bzip2:BuildRequires: bzip2-devel}
aa6d1a2c
JB
59%{?with_curl:BuildRequires: curl-devel >= 7.13}
60BuildRequires: gettext-tools
61%{?with_gtk:BuildRequires: gtk+2-devel >= 2:2.10.0}
62%{?with_smtp:BuildRequires: glib2-devel >= 2.0}
63%{?with_kde:BuildRequires: kdelibs-devel >= 3}
64%{?with_v4l:BuildRequires: libjpeg-devel}
65%{?with_v4l:BuildRequires: libpng-devel}
66%{?with_librsvg:BuildRequires: librsvg-devel >= 1:2.14.3}
5de351b4 67%{?with_mysql:BuildRequires: mysql-devel}
68%{?with_corba:BuildRequires: omniORB-devel >= 4}
aa6d1a2c
JB
69%{?with_pcre:BuildRequires: pcre-devel}
70BuildRequires: pkgconfig
71%{?with_pdf:BuildRequires: poppler-devel >= 0.8.0}
72%{?with_pgsql:BuildRequires: postgresql-backend-devel}
73%{?with_pgsql:BuildRequires: postgresql-devel}
74%{?with_qt:BuildRequires: qt-devel >= 3}
75%{?with_qte:BuildRequires: qte-devel >= 3}
76%{?with_sqlite2:BuildRequires: sqlite-devel >= 2}
77%{?with_sqlite3:BuildRequires: sqlite3-devel >= 3}
78%{?with_xml:BuildRequires: libxml2-devel >= 2.0}
5de351b4 79%{?with_xls:BuildRequires: libxslt-devel}
aa6d1a2c
JB
80%{?with_sdl:BuildRequires: xorg-lib-libXcursor-devel}
81%{?with_sdl:BuildRequires: xorg-lib-libXft-devel}
82%{?with_desktop:BuildRequires: xorg-lib-libXtst-devel}
5de351b4 83%{?with_zlib:BuildRequires: zlib-devel}
e3cfe804 84BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
85
86%description
87Gambas is a free development environment based on a Basic interpreter
88with object extensions, like Visual Basic(tm). With Gambas, you can
89quickly design your program GUI, access MySQL or PostgreSQL databases,
90pilot KDE applications with DCOP, translate your program into many
91languages, and so on...
92
93This package provides the command-line utilities, as well as the
94Gambas interpreter needed to run Gambas applications.
95
96%description -l pl.UTF-8
97Gambas to wolnodostępne środowisko programistyczne oparte na
98interpreterze Basica z rozszerzeniami obiektowymi, podobnym do Visual
99Basica(TM). Przy pomocy Gambasa można szybko projektować graficzne
100interfejsy użytkownika, odwoływać się do baz danych MySQL i
92b585f3 101PostgreSQL, sterować aplikacjami KDE poprzez DCOP, tłumaczyć
102program na wiele języków itd.
e3cfe804 103
92b585f3 104Ten pakiet dostarcza narzędzia działające z linii poleceń, a
105także interpreter potrzebny do uruchamiania aplikacji Gambas.
e3cfe804 106
107%package doc
108Summary: Documentation for Gambas language
109Summary(pl.UTF-8): Dokumentacja dla języka Gambas
110Group: Development/Languages
111
112%description doc
113Gambas is a free development environment based on a Basic interpreter
114with object extensions, like Visual Basic(tm). With Gambas, you can
115quickly design your program GUI, access MySQL or PostgreSQL databases,
116pilot KDE applications with DCOP, translate your program into many
117languages, and so on...
118
119This package contains Gambas language documentation.
120
121%description doc -l pl.UTF-8
122Gambas to wolnodostępne środowisko programistyczne oparte na
123interpreterze Basica z rozszerzeniami obiektowymi, podobnym do Visual
124Basica(TM). Przy pomocy Gambasa można szybko projektować graficzne
125interfejsy użytkownika, odwoływać się do baz danych MySQL i
92b585f3 126PostgreSQL, sterować aplikacjami KDE poprzez DCOP, tłumaczyć
127program na wiele języków itd.
e3cfe804 128
129Ten pakiet zawiera dokumentację dla języka Gambas.
130
131%package ide
132Summary: The Gambas IDE
133Summary(pl.UTF-8): IDE dla Gambas
134Group: Development/Languages
135Requires: %{name} = %{version}-%{release}
136Requires: %{name}-gb-db = %{version}-%{release}
137Requires: %{name}-gb-debug = %{version}-%{release}
138Requires: %{name}-gb-qt = %{version}-%{release}
139Requires: %{name}-gb-qt-editor = %{version}-%{release}
140Requires: %{name}-gb-qt-ext = %{version}-%{release}
141
142%description ide
143This package includes the complete Gambas Development Environment,
144with the database manager and all necessary components.
145
146%description ide -l pl.UTF-8
92b585f3 147Ten pakiet zawiera kompletne środowisko programistyczne, łącznie z
148menedżerem baz danych i wszystkimi niezbędnymi komponentami.
e3cfe804 149
150%package examples
151Summary: The examples for Gambas language
152Summary(pl.UTF-8): Przykłady dla języka Gambas
153Group: Development/Languages
154Requires: %{name}-ide = %{version}-%{release}
155
156%description examples
157The gambas-examples package contains some examples for Gambas.
158
159%description examples -l pl.UTF-8
160Ten pakiet zawiera kilka przykładów dla Gambas.
161
162%if 0
163%package gb-compress
164Summary: The Gambas compression component
165Summary(pl.UTF-8): Gambas - komponent do kompresji
166Group: Development/Languages
167Requires: %{name} = %{version}-%{release}
168
169%description gb-compress
170This component allows you to compress/uncompress data or files with
171the bzip2 and zip algorithms.
172
173%description gb-compress -l pl.UTF-8
92b585f3 174Ten komponent pozwala pakować/rozpakowywać dane lub pliki przy
175użyciu algorytmów bzip2 i zip.
e3cfe804 176
177%package gb-db
178Summary: The Gambas database component
179Summary(pl.UTF-8): Gambas - komponent bazodanowy
180Group: Development/Languages
181Requires: %{name} = %{version}-%{release}
182
183%description gb-db
184This component allows you to access many databases management systems,
185provided that you install the needed driver packages.
186
187%description gb-db -l pl.UTF-8
188Ten komponent pozwala na dostęp do wielu systemów bazodanowych pod
189warunkiem doinstalowania wymaganych pakietów sterowników.
190
191%package gb-db-mysql
192Summary: The MySQL driver for the Gambas database component
193Summary(pl.UTF-8): Gambas - sterownik do MySQL dla komponentu bazodanowego
194Group: Development/Languages
195Requires: %{name}-gb-db = %{version}-%{release}
196
197%description gb-db-mysql
198This component allows you to access MySQL databases.
199
200%description gb-db-mysql -l pl.UTF-8
201Ten komponent pozwala na dostęp do bazy danych MySQL.
202
203%package gb-db-postgresql
204Summary: The PostgreSQL driver for the Gambas database component
205Summary(pl.UTF-8): Gambas - sterownik do PostgreSQL dla komponentu bazodanowego
206Group: Development/Languages
207Requires: %{name}-gb-db = %{version}-%{release}
208
209%description gb-db-postgresql
210This component allows you to access PostgreSQL databases.
211
212%description gb-db-postgresql -l pl.UTF-8
213Ten komponent pozwala na dostęp do bazy danych PostgreSQL.
214
215%package gb-db-sqlite
216Summary: The SQLite driver for the Gambas database component
217Summary(pl.UTF-8): Gambas - sterownik do SQLite dla komponentu bazodanowego
218Group: Development/Languages
219Requires: %{name}-gb-db = %{version}-%{release}
220
221%description gb-db-sqlite
222This component allows you to access SQLite databases.
223
224%description gb-db-sqlite -l pl.UTF-8
225Ten komponent pozwala na dostęp do bazy danych SQLite.
226
227%package gb-debug
228Summary: The debugger helper component for the Gambas IDE
229Summary(pl.UTF-8): Gambas - komponent debuggera dla IDE
230Group: Development/Languages
231Requires: %{name} = %{version}-%{release}
232
233%description gb-debug
234This component helps the IDE to debug Gambas programs.
235
236%description gb-debug -l pl.UTF-8
237Komponent przeznaczony dla IDE Gambasa, przydatny przy odpluskwianiu
238programów.
239
240%package gb-eval
241Summary: The Gambas expression evaluator component
242Summary(pl.UTF-8): Gambas - komponent do obliczania wyrażeń
243Group: Development/Languages
244Requires: %{name} = %{version}-%{release}
245
246%description gb-eval
247This component allows you to evaluate expressions at runtime. It is
248used by the Gambas Eval() function.
249
250%description gb-eval -l pl.UTF-8
92b585f3 251Ten komponent pozwala na obliczanie wyrażeń w programach. Jest
252używany przez funkcję Gambasa Eval().
e3cfe804 253
254%package gb-net
255Summary: The Gambas networking component
256Summary(pl.UTF-8): Komponent sieciowy Gambasa
257Group: Development/Languages
258Requires: %{name} = %{version}-%{release}
259
260%description gb-net
261This component allows you to use TCP/IP and UDP sockets, and to access
262any serial ports.
263
264%description gb-net -l pl.UTF-8
265Ten komponent pozwala na używanie gniazd TCP/IP i UDP oraz na dostęp
266do portów szeregowych.
267
268%package gb-net-curl
269Summary: The Gambas advanced networking component
270Summary(pl.UTF-8): Zaawansowany komponent sieciowy Gambasa
271Group: Development/Languages
272Requires: %{name}-gb-net = %{version}-%{release}
273
274%description gb-net-curl
275This component allows your programs to easily become FTP or HTTP
276clients.
277
278%description gb-net-curl -l pl.UTF-8
92b585f3 279Ten komponent pozwala programom w łatwy sposób stać się klientami
280FTP lub HTTP.
e3cfe804 281
282%package gb-qt
283Summary: The Gambas Qt GUI component
284Summary(pl.UTF-8): Komponent graficznego interfejsu użytkownika Qt dla Gambasa
285Group: Development/Languages
286Requires: %{name} = %{version}-%{release}
287
288%description gb-qt
289This package includes the Gambas Qt GUI component.
290
291%description gb-qt -l pl.UTF-8
92b585f3 292Ten pakiet zawiera komponent graficznego interfejsu użytkownika Qt
293dla Gambasa.
e3cfe804 294
295%package gb-qt-ext
296Summary: The Gambas extended Qt GUI component
297Summary(pl.UTF-8): Komponent rozszerzonego graficznego interfejsu Qt dla Gambasa
298Group: Development/Languages
299Requires: %{name}-gb-qt = %{version}-%{release}
300
301%description gb-qt-ext
302This component includes some uncommon Qt controls.
303
304%description gb-qt-ext -l pl.UTF-8
305Ten komponent zawiera niektóre mało popularne kontrolki Qt.
306
307%package gb-qt-editor
308Summary: The Gambas source code editor component
309Summary(pl.UTF-8): Komponent edytora kodu źródłowego Gambasa
310Group: Development/Languages
311Requires: %{name}-gb-qt = %{version}-%{release}
312
313%description gb-qt-editor
314This component includes a Gambas source code editor with syntax
315highlighting. It is used by the IDE.
316
317%description gb-qt-editor -l pl.UTF-8
92b585f3 318Ten komponent zawiera edytor kodu źródłowego Gambasa z
319podświetlaniem składni. Jest używany przez IDE.
e3cfe804 320
321%package gb-qt-kde
322Summary: The Gambas KDE component
323Summary(pl.UTF-8): Komponent KDE dla Gambasa
324Group: Development/Languages
325Requires: %{name}-gb-qt = %{version}-%{release}
326
327%description gb-qt-kde
328This component transforms your Qt application in a KDE application,
329and allows you to pilot any other KDE application with the DCOP
330protocol.
331
332%description gb-qt-kde -l pl.UTF-8
333Ten komponent zamienia aplikację Qt w aplikację KDE i pozwala na
334sterowanie dowolnymi aplikacjami KDE poprzez protokół DCOP.
335
336%package gb-qt-kde-html
337Summary: The Gambas KHTML component
338Summary(pl.UTF-8): Komponent KHTML dla Gambasa
339Group: Development/Languages
340Requires: %{name}-gb-qt-kde = %{version}-%{release}
341
342%description gb-qt-kde-html
343This component allows you to use the KHTML Web Browser widget included
344in KDE.
345
346%description gb-qt-kde-html -l pl.UTF-8
347Ten komponent pozwala na używanie widgetu przeglądarki WWW KHTML
348zawartego w KDE.
349
350%package gb-sdl
351Summary: The Gambas SDL component
352Summary(pl.UTF-8): Komponent SDL dla Gambasa
353Group: Development/Languages
354Requires: %{name} = %{version}-%{release}
355
356%description gb-sdl
357This component uses only the sound part of the SDL library. It allows
358you to simultaneously play many sounds and a music stored in a file.
359
360%description gb-sdl -l pl.UTF-8
92b585f3 361Ten komponent używa tylko części dźwiękowej biblioteki SDL.
362Pozwala na jednoczesne odtwarzanie wielu dźwięków i muzyki
363zapisanej w pliku.
e3cfe804 364
365%package gb-vb
366Summary: The Gambas Visual Basic(TM) compatibility component
367Summary(pl.UTF-8): Komponent zgodności z Visual Basicem(TM) dla Gambasa
368Group: Development/Languages
369Requires: %{name} = %{version}-%{release}
370
371%description gb-vb
372This component aims at including some functions that imitate the
373behaviour of Visual Basic(TM) functions. Use it only if you try to
374port some VB projects.
375
376%description gb-vb -l pl.UTF-8
377Ten komponent zawiera trochę funkcji, których celem jest imitowanie
92b585f3 378zachowania funkcji Visual Basica(TM). Należy go używać wyłącznie
379przy próbach sportowania projektów VB.
e3cfe804 380
381%package gb-xml
382Summary: The Gambas XML components based on the libxml and libxslt libraries
383Summary(pl.UTF-8): Komponenty XML Gambasa oparte na bibliotekach libxml i libxslt
384Group: Development/Languages
385Requires: %{name} = %{version}-%{release}
386
387%description gb-xml
388These components brings the power of the libxml and libxslt libraries
389to Gambas.
390
391%description gb-xml -l pl.UTF-8
5d994046
JB
392Te komponenty pozwalają na korzystanie z potęgi bibliotek libxml i
393libxslt z poziomu Gambasa.
e3cfe804 394%endif
395
396%prep
397%setup -q
78b63dea 398%patch0 -p1
e3cfe804 399
400%build
401./reconf-all
5de351b4 402%configure \
aa6d1a2c 403 --enable-bzlib2=%{?with_bzip2:yes}%{!?with_bzip2:no} \
5de351b4 404 --enable-zlib=%{?with_zlib:yes}%{!?with_zlib:no} \
405 --enable-mysql=%{?with_mysql:yes}%{!?with_mysql:no} \
406 --enable-odbc=%{?with_odbc:yes}%{!?with_odbc:no} \
aa6d1a2c 407 --enable-postgresql=%{?with_pgsql:yes}%{!?with_pgsql:no} \
5de351b4 408 --enable-sqlite2=%{?with_sqlite2:yes}%{!?with_sqlite2:no} \
409 --enable-sqlite3=%{?with_sqlite3:yes}%{!?with_sqlite3:no} \
410 --enable-firebird=%{?with_firebird:yes}%{!?with_firebird:no} \
411 --enable-gtk=%{?with_gtk:yes}%{!?with_gtk:no} \
aa6d1a2c 412 --enable-gtksvg=%{?with_librsvg:yes}%{!?with_librsvg:no} \
5de351b4 413 --enable-pdf=%{?with_pdf:yes}%{!?with_pdf:no} \
414 --enable-net=%{?with_net:yes}%{!?with_net:no} \
415 --enable-curl=%{?with_curl:yes}%{!?with_curl:no} \
416 --enable-smtp=%{?with_smtp:yes}%{!?with_smtp:no} \
417 --enable-pcre=%{?with_pcre:yes}%{!?with_pcre:no} \
418 --enable-qt=%{?with_qt:yes}%{!?with_qt:no} \
419 --enable-qte=%{?with_qte:yes}%{!?with_qte:no} \
420 --enable-kde=%{?with_kde:yes}%{!?with_kde:no} \
421 --enable-sdl=%{?with_sdl:yes}%{!?with_sdl:no} \
aa6d1a2c 422 --enable-sdlsound=%{?with_SDL_mixer:yes}%{!?with_SDL_mixer:no} \
5de351b4 423 --enable-xml=%{?with_xml:yes}%{!?with_xml:no} \
424 --enable-v4l=%{?with_v4l:yes}%{!?with_v4l:no} \
425 --enable-crypt=%{?with_crypt:yes}%{!?with_crypt:no} \
426 --enable-opengl=%{?with_opengl:yes}%{!?with_opengl:no} \
427 --enable-corba=%{?with_corba:yes}%{!?with_corba:no} \
428 --enable-image=%{?with_image:yes}%{!?with_image:no} \
429
430# --enable-desktop=%{?with_desktop:yes}%{!?with_desktop:no} \
431
e3cfe804 432%{__make}
433
434%install
435rm -rf $RPM_BUILD_ROOT
e3cfe804 436
437%{__make} -j1 install \
438 DESTDIR=$RPM_BUILD_ROOT
439
a35593fe 440install -D %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
441install -D app/src/gambas2/img/logo/new-logo.png \
442 $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
e3cfe804 443
444rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.la
445
446%clean
447rm -rf $RPM_BUILD_ROOT
448
449%files
450%defattr(644,root,root,755)
451%doc AUTHORS ChangeLog README
452%attr(755,root,root) %{_bindir}/gbc2
453%attr(755,root,root) %{_bindir}/gbi2
454%attr(755,root,root) %{_bindir}/gbr2
455%attr(755,root,root) %{_bindir}/gbs2
456%attr(755,root,root) %{_bindir}/gbs2.gambas
457%attr(755,root,root) %{_bindir}/gbx2
458%dir %{_libdir}/%{name}
459%dir %{_datadir}/%{name}
460%dir %{_datadir}/%{name}/info
e3cfe804 461%{_datadir}/%{name}/info/gb.info
462%{_datadir}/%{name}/info/gb.list
78b63dea 463%attr(755,root,root) %{_libdir}/%{name}/gb.so
464%attr(755,root,root) %{_libdir}/%{name}/gb.compress.so
465%attr(755,root,root) %{_libdir}/%{name}/gb.compress.bzlib2.so
466%attr(755,root,root) %{_libdir}/%{name}/gb.compress.zlib.so
467%attr(755,root,root) %{_libdir}/%{name}/gb.corba.so
468%attr(755,root,root) %{_libdir}/%{name}/gb.crypt.so
469%attr(755,root,root) %{_libdir}/%{name}/gb.db.so
5de351b4 470%attr(755,root,root) %{_libdir}/%{name}/gb.db.firebird.so
78b63dea 471%attr(755,root,root) %{_libdir}/%{name}/gb.db.mysql.so
472%attr(755,root,root) %{_libdir}/%{name}/gb.db.odbc.so
473%attr(755,root,root) %{_libdir}/%{name}/gb.db.postgresql.so
474%attr(755,root,root) %{_libdir}/%{name}/gb.db.sqlite2.so
475%attr(755,root,root) %{_libdir}/%{name}/gb.db.sqlite3.so
476%attr(755,root,root) %{_libdir}/%{name}/gb.debug.so
477%attr(755,root,root) %{_libdir}/%{name}/gb.desktop.so
478%attr(755,root,root) %{_libdir}/%{name}/gb.draw.so
479%attr(755,root,root) %{_libdir}/%{name}/gb.eval.so
480%attr(755,root,root) %{_libdir}/%{name}/gb.gtk.so
481%attr(755,root,root) %{_libdir}/%{name}/gb.gtk.ext.so
482#%%attr(755,root,root) %{_libdir}/%{name}/gb.gtk.svg.so
483%attr(755,root,root) %{_libdir}/%{name}/gb.gui.so
484%attr(755,root,root) %{_libdir}/%{name}/gb.image.so
485%attr(755,root,root) %{_libdir}/%{name}/gb.net.so
486%attr(755,root,root) %{_libdir}/%{name}/gb.net.curl.so
487%attr(755,root,root) %{_libdir}/%{name}/gb.net.smtp.so
488%attr(755,root,root) %{_libdir}/%{name}/gb.opengl.so
489%attr(755,root,root) %{_libdir}/%{name}/gb.option.so
490%attr(755,root,root) %{_libdir}/%{name}/gb.pcre.so
491%attr(755,root,root) %{_libdir}/%{name}/gb.pdf.so
492%attr(755,root,root) %{_libdir}/%{name}/gb.qt.so
493%attr(755,root,root) %{_libdir}/%{name}/gb.qt.ext.so
494%attr(755,root,root) %{_libdir}/%{name}/gb.qt.kde.html.so
495%attr(755,root,root) %{_libdir}/%{name}/gb.qt.kde.so
496%attr(755,root,root) %{_libdir}/%{name}/gb.qt.opengl.so
497%attr(755,root,root) %{_libdir}/%{name}/gb.sdl.so
498%attr(755,root,root) %{_libdir}/%{name}/gb.sdl.sound.so
499%attr(755,root,root) %{_libdir}/%{name}/gb.v4l.so
500%attr(755,root,root) %{_libdir}/%{name}/gb.vb.so
501%attr(755,root,root) %{_libdir}/%{name}/gb.xml.so
502%attr(755,root,root) %{_libdir}/%{name}/gb.xml.xslt.so
e3cfe804 503
820553b6 504%{_libdir}/%{name}/gb.component
e3cfe804 505%{_libdir}/%{name}/gb.chart.component
506%{_libdir}/%{name}/gb.chart.gambas
507%{_libdir}/%{name}/gb.compress.component
508%{_libdir}/%{name}/gb.corba.component
509%{_libdir}/%{name}/gb.crypt.component
510%{_libdir}/%{name}/gb.db.component
511%{_libdir}/%{name}/gb.db.form.component
512%{_libdir}/%{name}/gb.db.form.gambas
513%{_libdir}/%{name}/gb.debug.component
514%{_libdir}/%{name}/gb.desktop.component
515%{_libdir}/%{name}/gb.desktop.gambas
516%{_libdir}/%{name}/gb.eval.component
517%{_libdir}/%{name}/gb.form.component
820553b6 518%{_libdir}/%{name}/gb.form.gambas
e3cfe804 519%{_libdir}/%{name}/gb.form.dialog.component
520%{_libdir}/%{name}/gb.form.dialog.gambas
e3cfe804 521%{_libdir}/%{name}/gb.form.mdi.component
522%{_libdir}/%{name}/gb.form.mdi.gambas
523%{_libdir}/%{name}/gb.gtk.component
524%{_libdir}/%{name}/gb.gtk.ext.component
525%{_libdir}/%{name}/gb.gtk.gambas
78b63dea 526#%%{_libdir}/%{name}/gb.gtk.svg.component
e3cfe804 527%{_libdir}/%{name}/gb.gui.component
528%{_libdir}/%{name}/gb.image.component
529%{_libdir}/%{name}/gb.info.component
530%{_libdir}/%{name}/gb.info.gambas
531%{_libdir}/%{name}/gb.net.component
532%{_libdir}/%{name}/gb.net.curl.component
533%{_libdir}/%{name}/gb.net.smtp.component
534%{_libdir}/%{name}/gb.opengl.component
535%{_libdir}/%{name}/gb.option.component
536%{_libdir}/%{name}/gb.pcre.component
537%{_libdir}/%{name}/gb.pdf.component
538%{_libdir}/%{name}/gb.qt.component
e3cfe804 539%{_libdir}/%{name}/gb.qt.gambas
820553b6 540%{_libdir}/%{name}/gb.qt.ext.component
e3cfe804 541%{_libdir}/%{name}/gb.qt.kde.component
542%{_libdir}/%{name}/gb.qt.kde.html.component
543%{_libdir}/%{name}/gb.qt.opengl.component
544%{_libdir}/%{name}/gb.report.component
545%{_libdir}/%{name}/gb.report.gambas
546%{_libdir}/%{name}/gb.sdl.component
820553b6 547%{_libdir}/%{name}/gb.sdl.sound.component
e3cfe804 548%{_libdir}/%{name}/gb.settings.component
549%{_libdir}/%{name}/gb.settings.gambas
e3cfe804 550%{_libdir}/%{name}/gb.v4l.component
551%{_libdir}/%{name}/gb.vb.component
552%{_libdir}/%{name}/gb.web.component
553%{_libdir}/%{name}/gb.web.gambas
554%{_libdir}/%{name}/gb.xml.component
555%{_libdir}/%{name}/gb.xml.rpc.component
556%{_libdir}/%{name}/gb.xml.rpc.gambas
557%{_libdir}/%{name}/gb.xml.xslt.component
558%{_datadir}/%{name}/info/gb.chart.info
559%{_datadir}/%{name}/info/gb.chart.list
560%{_datadir}/%{name}/info/gb.compress.info
561%{_datadir}/%{name}/info/gb.compress.list
562%{_datadir}/%{name}/info/gb.corba.info
563%{_datadir}/%{name}/info/gb.corba.list
564%{_datadir}/%{name}/info/gb.crypt.info
565%{_datadir}/%{name}/info/gb.crypt.list
566%{_datadir}/%{name}/info/gb.db.form.info
567%{_datadir}/%{name}/info/gb.db.form.list
568%{_datadir}/%{name}/info/gb.db.info
569%{_datadir}/%{name}/info/gb.db.list
570%{_datadir}/%{name}/info/gb.debug.info
571%{_datadir}/%{name}/info/gb.debug.list
572%{_datadir}/%{name}/info/gb.desktop.info
573%{_datadir}/%{name}/info/gb.desktop.list
574%{_datadir}/%{name}/info/gb.eval.info
575%{_datadir}/%{name}/info/gb.eval.list
576%{_datadir}/%{name}/info/gb.form.dialog.info
577%{_datadir}/%{name}/info/gb.form.dialog.list
578%{_datadir}/%{name}/info/gb.form.info
579%{_datadir}/%{name}/info/gb.form.list
580%{_datadir}/%{name}/info/gb.form.mdi.info
581%{_datadir}/%{name}/info/gb.form.mdi.list
582%{_datadir}/%{name}/info/gb.gtk.ext.info
583%{_datadir}/%{name}/info/gb.gtk.ext.list
584%{_datadir}/%{name}/info/gb.gtk.info
585%{_datadir}/%{name}/info/gb.gtk.list
78b63dea 586#%%{_datadir}/%{name}/info/gb.gtk.svg.info
587#%%{_datadir}/%{name}/info/gb.gtk.svg.list
e3cfe804 588%{_datadir}/%{name}/info/gb.gui.info
589%{_datadir}/%{name}/info/gb.gui.list
590%{_datadir}/%{name}/info/gb.image.info
591%{_datadir}/%{name}/info/gb.image.list
592%{_datadir}/%{name}/info/gb.info.info
593%{_datadir}/%{name}/info/gb.info.list
594%{_datadir}/%{name}/info/gb.net.curl.info
595%{_datadir}/%{name}/info/gb.net.curl.list
596%{_datadir}/%{name}/info/gb.net.info
597%{_datadir}/%{name}/info/gb.net.list
598%{_datadir}/%{name}/info/gb.net.smtp.info
599%{_datadir}/%{name}/info/gb.net.smtp.list
600%{_datadir}/%{name}/info/gb.opengl.info
601%{_datadir}/%{name}/info/gb.opengl.list
602%{_datadir}/%{name}/info/gb.option.info
603%{_datadir}/%{name}/info/gb.option.list
604%{_datadir}/%{name}/info/gb.pcre.info
605%{_datadir}/%{name}/info/gb.pcre.list
606%{_datadir}/%{name}/info/gb.pdf.info
607%{_datadir}/%{name}/info/gb.pdf.list
608%{_datadir}/%{name}/info/gb.qt.ext.info
609%{_datadir}/%{name}/info/gb.qt.ext.list
610%{_datadir}/%{name}/info/gb.qt.info
611%{_datadir}/%{name}/info/gb.qt.kde.html.info
612%{_datadir}/%{name}/info/gb.qt.kde.html.list
613%{_datadir}/%{name}/info/gb.qt.kde.info
614%{_datadir}/%{name}/info/gb.qt.kde.list
615%{_datadir}/%{name}/info/gb.qt.list
616%{_datadir}/%{name}/info/gb.qt.opengl.info
617%{_datadir}/%{name}/info/gb.qt.opengl.list
618%{_datadir}/%{name}/info/gb.report.info
619%{_datadir}/%{name}/info/gb.report.list
620%{_datadir}/%{name}/info/gb.sdl.info
621%{_datadir}/%{name}/info/gb.sdl.list
622%{_datadir}/%{name}/info/gb.sdl.sound.info
623%{_datadir}/%{name}/info/gb.sdl.sound.list
624%{_datadir}/%{name}/info/gb.settings.info
625%{_datadir}/%{name}/info/gb.settings.list
626%{_datadir}/%{name}/info/gb.v4l.info
627%{_datadir}/%{name}/info/gb.v4l.list
628%{_datadir}/%{name}/info/gb.vb.info
629%{_datadir}/%{name}/info/gb.vb.list
630%{_datadir}/%{name}/info/gb.web.info
631%{_datadir}/%{name}/info/gb.web.list
632%{_datadir}/%{name}/info/gb.xml.info
633%{_datadir}/%{name}/info/gb.xml.list
634%{_datadir}/%{name}/info/gb.xml.rpc.info
635%{_datadir}/%{name}/info/gb.xml.rpc.list
636%{_datadir}/%{name}/info/gb.xml.xslt.info
637%{_datadir}/%{name}/info/gb.xml.xslt.list
638
639%files doc
640%defattr(644,root,root,755)
641%{_datadir}/%{name}/help
642
643%files ide
644%defattr(644,root,root,755)
645%attr(755,root,root) %{_bindir}/gambas2
646%attr(755,root,root) %{_bindir}/gambas2.gambas
647%attr(755,root,root) %{_bindir}/gambas2-database-manager.gambas
648%attr(755,root,root) %{_bindir}/gba2
a35593fe 649%{_desktopdir}/%{name}.desktop
650%{_pixmapsdir}/%{name}.png
e3cfe804 651
652%files examples
653%defattr(644,root,root,755)
654%{_datadir}/%{name}/examples
655
656%if 0
657%files gb-compress
658%defattr(644,root,root,755)
659%attr(755,root,root) %{_libdir}/%{name}/lib.gb.compress.*
660%{_datadir}/%{name}/info/gb.compress.*
661
662%files gb-db
663%defattr(644,root,root,755)
664%attr(755,root,root) %{_libdir}/%{name}/lib.gb.db.so*
665%{_libdir}/%{name}/lib.gb.db.component
666%{_datadir}/%{name}/info/gb.db.info
667%{_datadir}/%{name}/info/gb.db.list
668
669%files gb-db-mysql
670%defattr(644,root,root,755)
671%attr(755,root,root) %{_libdir}/%{name}/lib.gb.db.mysql.*
672
673%files gb-db-postgresql
674%defattr(644,root,root,755)
675%attr(755,root,root) %{_libdir}/%{name}/lib.gb.db.postgresql.*
676
677%files gb-db-sqlite
678%defattr(644,root,root,755)
679%attr(755,root,root) %{_libdir}/%{name}/lib.gb.db.sqlite.*
680
681%files gb-debug
682%defattr(644,root,root,755)
683%attr(755,root,root) %{_libdir}/%{name}/lib.gb.debug.*
684%{_datadir}/%{name}/info/gb.debug.*
685
686%files gb-eval
687%defattr(644,root,root,755)
688%attr(755,root,root) %{_libdir}/%{name}/lib.gb.eval.*
689%{_datadir}/%{name}/info/gb.eval.*
690
691%files gb-net
692%defattr(644,root,root,755)
693%attr(755,root,root) %{_libdir}/%{name}/lib.gb.net.so*
694%{_libdir}/%{name}/lib.gb.net.component
695%{_datadir}/%{name}/info/gb.net.info
696%{_datadir}/%{name}/info/gb.net.list
697
698%files gb-net-curl
699%defattr(644,root,root,755)
700%attr(755,root,root) %{_libdir}/%{name}/lib.gb.net.curl.so*
701%{_libdir}/%{name}/lib.gb.net.curl.component
702%{_datadir}/%{name}/info/gb.net.curl.info
703%{_datadir}/%{name}/info/gb.net.curl.list
704
705%files gb-qt
706%defattr(644,root,root,755)
707%attr(755,root,root) %{_libdir}/%{name}/lib.gb.qt.so*
708%{_libdir}/%{name}/lib.gb.qt.component
709%{_datadir}/%{name}/info/gb.qt.info
710%{_datadir}/%{name}/info/gb.qt.list
711
712%files gb-qt-ext
713%defattr(644,root,root,755)
714%attr(755,root,root) %{_libdir}/%{name}/lib.gb.qt.ext.so*
715%{_libdir}/%{name}/lib.gb.qt.ext.component
716%{_datadir}/%{name}/info/gb.qt.ext.info
717%{_datadir}/%{name}/info/gb.qt.ext.list
718
719%files gb-qt-editor
720%defattr(644,root,root,755)
721%attr(755,root,root) %{_libdir}/%{name}/lib.gb.qt.editor.so*
722%{_libdir}/%{name}/lib.gb.qt.editor.component
723%{_datadir}/%{name}/info/gb.qt.editor.info
724%{_datadir}/%{name}/info/gb.qt.editor.list
725
726%files gb-qt-kde
727%defattr(644,root,root,755)
728%attr(755,root,root) %{_libdir}/%{name}/lib.gb.qt.kde.so*
729%{_libdir}/%{name}/lib.gb.qt.kde.component
730%{_datadir}/%{name}/info/gb.qt.kde.info
731%{_datadir}/%{name}/info/gb.qt.kde.list
732
733%files gb-qt-kde-html
734%defattr(644,root,root,755)
735%attr(755,root,root) %{_libdir}/%{name}/lib.gb.qt.kde.html.so*
736%{_libdir}/%{name}/lib.gb.qt.kde.html.component
737%{_datadir}/%{name}/info/gb.qt.kde.html.info
738%{_datadir}/%{name}/info/gb.qt.kde.html.list
739
740%files gb-sdl
741%defattr(644,root,root,755)
742%attr(755,root,root) %{_libdir}/%{name}/lib.gb.sdl.so*
743%{_libdir}/%{name}/lib.gb.sdl.component
744%{_datadir}/%{name}/info/gb.sdl.info
745%{_datadir}/%{name}/info/gb.sdl.list
746
747%files gb-vb
748%defattr(644,root,root,755)
749%attr(755,root,root) %{_libdir}/%{name}/lib.gb.vb.so*
750%{_libdir}/%{name}/lib.gb.vb.component
751%{_datadir}/%{name}/info/gb.vb.info
752%{_datadir}/%{name}/info/gb.vb.list
753
754%files gb-xml
755%defattr(644,root,root,755)
756%attr(755,root,root) %{_libdir}/%{name}/lib.gb.xml.libxml.*
757%{_datadir}/%{name}/info/gb.xml.libxml.*
758%endif
This page took 0.306185 seconds and 4 git commands to generate.