/[packages]/cauldron/gambas3/current/SPECS/gambas3.spec
ViewVC logotype

Diff of /cauldron/gambas3/current/SPECS/gambas3.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1895269 by neoclust, Fri Oct 7 10:43:29 2022 UTC revision 1895287 by neoclust, Fri Oct 7 12:46:55 2022 UTC
# Line 1  Line 1 
1  Name:           gambas3  Name:           gambas3
2  Summary:        Complete IDE based on a BASIC interpreter with object extensions  Summary:        Complete IDE based on a BASIC interpreter with object extensions
3  Version:        3.17.3  Version:        3.17.3
4  Release:        %mkrel 8  Release:        %mkrel 9
5  License:        GPLv2+  License:        GPLv2+
6  Group:          Development/Basic  Group:          Development/Basic
7  URL:            http://gambas.sourceforge.net  URL:            http://gambas.sourceforge.net
# Line 182  Requires: %{name}-webview = %{version} Line 182  Requires: %{name}-webview = %{version}
182    
183  Requires: %{name}-gb-clipper = %{version}  Requires: %{name}-gb-clipper = %{version}
184  Requires: %{name}-gb-db = %{version}  Requires: %{name}-gb-db = %{version}
185    %ifnarch %arm
186  Requires: %{name}-gb-db-form = %{version}  Requires: %{name}-gb-db-form = %{version}
187    %endif
188  Requires: %{name}-gb-desktop = %{version}  Requires: %{name}-gb-desktop = %{version}
189    %ifnarch %arm
190  Requires: %{name}-gb-eval-highlight = %{version}  Requires: %{name}-gb-eval-highlight = %{version}
191  Requires: %{name}-gb-form = %{version}  Requires: %{name}-gb-form = %{version}
192  Requires: %{name}-gb-form-dialog = %{version}  Requires: %{name}-gb-form-dialog = %{version}
# Line 193  Requires: %{name}-gb-form-mdi = %{versio Line 196  Requires: %{name}-gb-form-mdi = %{versio
196  Requires: %{name}-gb-form-print = %{version}  Requires: %{name}-gb-form-print = %{version}
197  Requires: %{name}-gb-form-stock = %{version}  Requires: %{name}-gb-form-stock = %{version}
198  Requires: %{name}-gb-form-terminal = %{version}  Requires: %{name}-gb-form-terminal = %{version}
199    %endif
200  Requires: %{name}-gb-image = %{version}  Requires: %{name}-gb-image = %{version}
201  Requires: %{name}-gb-jit = %{version}  Requires: %{name}-gb-jit = %{version}
202    %ifnarch %arm
203  Requires: %{name}-gb-markdown = %{version}  Requires: %{name}-gb-markdown = %{version}
204    %endif
205  Requires: %{name}-gb-net = %{version}  Requires: %{name}-gb-net = %{version}
206  Requires: %{name}-gb-net-curl = %{version}  Requires: %{name}-gb-net-curl = %{version}
207  Requires: %{name}-gb-settings = %{version}  Requires: %{name}-gb-settings = %{version}
208  Requires: %{name}-gb-signal = %{version}  Requires: %{name}-gb-signal = %{version}
209  Requires: %{name}-gb-term = %{version}  Requires: %{name}-gb-term = %{version}
210    %ifnarch %arm
211  Requires: %{name}-gb-util = %{version}  Requires: %{name}-gb-util = %{version}
212  Requires: %{name}-gb-util-web = %{version}  Requires: %{name}-gb-util-web = %{version}
213    %endif
214  Requires: gettext  Requires: gettext
215  Requires: rpm-build  Requires: rpm-build
216  Requires: wget  Requires: wget
# Line 339  provided that you install the needed dri Line 347  provided that you install the needed dri
347  %{_datadir}/%{name}/info/gb.db.list  %{_datadir}/%{name}/info/gb.db.list
348    
349  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
350    %ifnarch %arm
351  %package gb-db-form  %package gb-db-form
352  Summary: The Gambas database-form component  Summary: The Gambas database-form component
353  Group: Development/Basic  Group: Development/Basic
# Line 354  This package contains the Gambas Databas Line 362  This package contains the Gambas Databas
362  %{_libdir}/%{name}/gb.db.form.*  %{_libdir}/%{name}/gb.db.form.*
363  %{_datadir}/%{name}/info/gb.db.form.*  %{_datadir}/%{name}/info/gb.db.form.*
364  %{_datadir}/%{name}/control/gb.db.form  %{_datadir}/%{name}/control/gb.db.form
365    %endif
366  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
367    
368  %package gb-db-mysql  %package gb-db-mysql
# Line 468  the xdg-utils scripts of the Portland pr Line 476  the xdg-utils scripts of the Portland pr
476    
477  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
478    
479    %ifnarch %arm
480  %package gb-eval-highlight  %package gb-eval-highlight
481  Summary: The Gambas eval-highlight component  Summary: The Gambas eval-highlight component
482  Group: Development/Basic  Group: Development/Basic
# Line 480  This component implements the eval-highl Line 489  This component implements the eval-highl
489    
490  %{_libdir}/%{name}/gb.eval.highlight.*  %{_libdir}/%{name}/gb.eval.highlight.*
491  %{_datadir}/%{name}/info/gb.eval.highlight.*  %{_datadir}/%{name}/info/gb.eval.highlight.*
492    %endif
493    
494  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
495    
496    %ifnarch %arm
497  %package gb-form  %package gb-form
498  Summary: The Gambas dialog form component  Summary: The Gambas dialog form component
499  Group: Development/Basic  Group: Development/Basic
# Line 498  This component implements the form contr Line 509  This component implements the form contr
509  %{_datadir}/%{name}/control/gb.form  %{_datadir}/%{name}/control/gb.form
510  %{_datadir}/%{name}/info/gb.form.info  %{_datadir}/%{name}/info/gb.form.info
511  %{_datadir}/%{name}/info/gb.form.list  %{_datadir}/%{name}/info/gb.form.list
512    %endif
513    
514  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
515    
516    %ifnarch %arm
517  %package gb-form-editor  %package gb-form-editor
518  Summary: The Gambas dialog form editor component  Summary: The Gambas dialog form editor component
519  Group: Development/Basic  Group: Development/Basic
520  Requires: %{name}-runtime = %{version}  Requires: %{name}-runtime = %{version}
521    %ifnarch %arm
522  Requires: %{name}-gb-eval-highlight = %{version}  Requires: %{name}-gb-eval-highlight = %{version}
523  Requires: %{name}-gb-util = %{version}  Requires: %{name}-gb-util = %{version}
524  Requires: %{name}-gb-form = %{version}  Requires: %{name}-gb-form = %{version}
525    %endif
526    
527  %description gb-form-editor  %description gb-form-editor
528  This component implements the form-editor control.  This component implements the form-editor control.
# Line 538  This component implements the form-dialo Line 552  This component implements the form-dialo
552  %{_libdir}/%{name}/gb.form.dialog.gambas  %{_libdir}/%{name}/gb.form.dialog.gambas
553  %{_datadir}/%{name}/info/gb.form.dialog.info  %{_datadir}/%{name}/info/gb.form.dialog.info
554  %{_datadir}/%{name}/info/gb.form.dialog.list  %{_datadir}/%{name}/info/gb.form.dialog.list
555    %endif
556    
557  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
558    
# Line 558  This component implements the form-dialo Line 573  This component implements the form-dialo
573    
574  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
575    
576    %ifnarch %arm
577  %package gb-form-mdi  %package gb-form-mdi
578  Summary: The Gambas mdi form component  Summary: The Gambas mdi form component
579  Group: Development/Basic  Group: Development/Basic
# Line 631  This component implements the form-termi Line 647  This component implements the form-termi
647  %{_datadir}/%{name}/info/gb.form.terminal.list  %{_datadir}/%{name}/info/gb.form.terminal.list
648  %dir %{_datadir}/%{name}/control/gb.form.terminal  %dir %{_datadir}/%{name}/control/gb.form.terminal
649  %{_datadir}/%{name}/control/gb.form.terminal/terminalview.png  %{_datadir}/%{name}/control/gb.form.terminal/terminalview.png
650    %endif
651    
652  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
653    
# Line 736  Arithmetic Library. Line 753  Arithmetic Library.
753    
754  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
755    
756    %ifnarch %arm
757  %package gb-gsl  %package gb-gsl
758  Summary: The Gambas interface to the GNU Scientific Library  Summary: The Gambas interface to the GNU Scientific Library
759  Group: Development/Basic  Group: Development/Basic
# Line 747  This component provides an interface to Line 765  This component provides an interface to
765  %files gb-gsl  %files gb-gsl
766  %{_libdir}/%{name}/gb.gsl.*  %{_libdir}/%{name}/gb.gsl.*
767  %{_datadir}/%{name}/info/gb.gsl.*  %{_datadir}/%{name}/info/gb.gsl.*
768    %endif
769    
770  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
771    
# Line 790  Requires: %{name}-runtime = %{version} Line 809  Requires: %{name}-runtime = %{version}
809  This component allows you to apply various effects to images.  This component allows you to apply various effects to images.
810    
811  %files gb-image  %files gb-image
812    %ifnarch %arm
813  %{_libdir}/%{name}/gb.image.component  %{_libdir}/%{name}/gb.image.component
814    %endif
815  %{_libdir}/%{name}/gb.image.so  %{_libdir}/%{name}/gb.image.so
816  %{_datadir}/%{name}/info/gb.image.info  %{_datadir}/%{name}/info/gb.image.info
817  %{_datadir}/%{name}/info/gb.image.list  %{_datadir}/%{name}/info/gb.image.list
# Line 860  This component enables you to catch file Line 880  This component enables you to catch file
880  %{_datadir}/%{name}/info/gb.inotify.*  %{_datadir}/%{name}/info/gb.inotify.*
881    
882  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
883    %ifnarch %arm
884  %package gb-map  %package gb-map
885  Summary: The Gambas map component  Summary: The Gambas map component
886  Group: Development/Basic  Group: Development/Basic
# Line 873  This component implements an online map Line 893  This component implements an online map
893  based on Google Maps, OpenStreetMap, etc.  based on Google Maps, OpenStreetMap, etc.
894    
895  %files gb-map  %files gb-map
   
896  %{_libdir}/%{name}/gb.map*  %{_libdir}/%{name}/gb.map*
897  %{_datadir}/%{name}/info/gb.map*  %{_datadir}/%{name}/info/gb.map*
898  %dir %{_datadir}/%{name}/control/gb.map  %dir %{_datadir}/%{name}/control/gb.map
899  %{_datadir}/%{name}/control/gb.map/mapview.png  %{_datadir}/%{name}/control/gb.map/mapview.png
900    %endif
901    
902  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
903    %ifnarch %arm
904  %package gb-markdown  %package gb-markdown
905  Summary: The Gambas markdown component  Summary: The Gambas markdown component
906  Group: Development/Basic  Group: Development/Basic
# Line 893  This component allows to convert the Gam Line 913  This component allows to convert the Gam
913    
914  %{_libdir}/%{name}/gb.markdown*  %{_libdir}/%{name}/gb.markdown*
915  %{_datadir}/%{name}/info/gb.markdown*  %{_datadir}/%{name}/info/gb.markdown*
916    %endif
917    
918  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
919    
# Line 913  This package contains the Gambas media c Line 934  This package contains the Gambas media c
934  %{_datadir}/%{name}/info/gb.media.list  %{_datadir}/%{name}/info/gb.media.list
935    
936  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
937    %ifnarch %arm
938  %package gb-media-form  %package gb-media-form
939  Summary: The Gambas media form component  Summary: The Gambas media form component
940  Group: Development/Basic  Group: Development/Basic
# Line 933  This package contains the Gambas media f Line 954  This package contains the Gambas media f
954  %{_datadir}/%{name}/info/gb.media.form.*  %{_datadir}/%{name}/info/gb.media.form.*
955  %dir %{_datadir}/%{name}/control/gb.media.form  %dir %{_datadir}/%{name}/control/gb.media.form
956  %{_datadir}/%{name}/control/gb.media.form/mediaview.png  %{_datadir}/%{name}/control/gb.media.form/mediaview.png
957    %endif
958    
959  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
960    
# Line 952  It is based on the gmime library. Line 974  It is based on the gmime library.
974  %{_datadir}/%{name}/info/gb.mime.*  %{_datadir}/%{name}/info/gb.mime.*
975    
976  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
977    %ifnarch %arm
978  %package gb-memcached  %package gb-memcached
979  Summary: The Gambas memcached component  Summary: The Gambas memcached component
980  Group: Development/Basic  Group: Development/Basic
# Line 965  a free and open source, high-performance Line 987  a free and open source, high-performance
987  caching system.  caching system.
988    
989  %files gb-memcached  %files gb-memcached
   
990  %{_libdir}/%{name}/gb.memcached*  %{_libdir}/%{name}/gb.memcached*
991  %{_datadir}/%{name}/info/gb.memcached*  %{_datadir}/%{name}/info/gb.memcached*
992    %endif
993    
994  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
995    %ifnarch %arm
996  %package gb-mysql  %package gb-mysql
997  Summary: The Gambas mysql component  Summary: The Gambas mysql component
998  Group: Development/Basic  Group: Development/Basic
# Line 981  Requires: %{name}-gb-db = %{version} Line 1003  Requires: %{name}-gb-db = %{version}
1003  This package contains the Gambas MySQL components.  This package contains the Gambas MySQL components.
1004    
1005  %files gb-mysql  %files gb-mysql
   
1006  %{_libdir}/%{name}/gb.mysql.*  %{_libdir}/%{name}/gb.mysql.*
1007  %{_datadir}/%{name}/info/gb.mysql.*  %{_datadir}/%{name}/info/gb.mysql.*
1008    %endif
1009    
1010  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1011    
# Line 996  Requires: %{name}-runtime = %{version} Line 1018  Requires: %{name}-runtime = %{version}
1018  This component allows you to use ncurses with gambas.  This component allows you to use ncurses with gambas.
1019    
1020  %files gb-ncurses  %files gb-ncurses
   
1021  %{_libdir}/%{name}/gb.ncurses.so  %{_libdir}/%{name}/gb.ncurses.so
1022  %{_libdir}/%{name}/gb.ncurses.component  %{_libdir}/%{name}/gb.ncurses.component
1023  %{_datadir}/%{name}/info/gb.ncurses.info  %{_datadir}/%{name}/info/gb.ncurses.info
# Line 1014  This component allows you to use TCP/IP Line 1035  This component allows you to use TCP/IP
1035  any serial ports.  any serial ports.
1036    
1037  %files gb-net  %files gb-net
   
1038  %{_libdir}/%{name}/gb.net.so  %{_libdir}/%{name}/gb.net.so
1039  %{_libdir}/%{name}/gb.net.component  %{_libdir}/%{name}/gb.net.component
1040  %{_datadir}/%{name}/info/gb.net.info  %{_datadir}/%{name}/info/gb.net.info
# Line 1032  Requires: %{name}-gb-net = %{version} Line 1052  Requires: %{name}-gb-net = %{version}
1052  This component allows your programs to easily become FTP or HTTP clients.  This component allows your programs to easily become FTP or HTTP clients.
1053    
1054  %files gb-net-curl  %files gb-net-curl
   
1055  %{_libdir}/%{name}/gb.net.curl.so  %{_libdir}/%{name}/gb.net.curl.so
1056  %{_libdir}/%{name}/gb.net.curl.gambas  %{_libdir}/%{name}/gb.net.curl.gambas
1057  %{_libdir}/%{name}/gb.net.curl.component  %{_libdir}/%{name}/gb.net.curl.component
# Line 1040  This component allows your programs to e Line 1059  This component allows your programs to e
1059  %{_datadir}/%{name}/info/gb.net.curl.list  %{_datadir}/%{name}/info/gb.net.curl.list
1060    
1061  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1062    %ifnarch %arm
1063  %package gb-net-smtp  %package gb-net-smtp
1064  Summary: The Gambas SMTP component  Summary: The Gambas SMTP component
1065  Group: Development/Basic  Group: Development/Basic
# Line 1051  Requires: %{name}-gb-net = %{version} Line 1070  Requires: %{name}-gb-net = %{version}
1070  This component allows you to send emails using the SMTP protocol.  This component allows you to send emails using the SMTP protocol.
1071    
1072  %files gb-net-smtp  %files gb-net-smtp
   
1073  %{_libdir}/%{name}/gb.net.smtp.*  %{_libdir}/%{name}/gb.net.smtp.*
1074  %{_datadir}/%{name}/info/gb.net.smtp.*  %{_datadir}/%{name}/info/gb.net.smtp.*
1075  %dir %{_datadir}/%{name}/control/gb.net.smtp  %dir %{_datadir}/%{name}/control/gb.net.smtp
# Line 1077  This component allows you to send emails Line 1095  This component allows you to send emails
1095  %{_datadir}/%{name}/control/gb.net.pop3/pop3client.png  %{_datadir}/%{name}/control/gb.net.pop3/pop3client.png
1096    
1097  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1098  %if 0  
1099  %package gb-openal  %package gb-openal
1100  Summary: The Gambas OpenAL 3D audio component  Summary: The Gambas OpenAL 3D audio component
1101  Group: Development/Basic  Group: Development/Basic
# Line 1087  Requires: %{name}-runtime = %{version} Line 1105  Requires: %{name}-runtime = %{version}
1105  This component allows you to use the OpenAL 3D audio library.  This component allows you to use the OpenAL 3D audio library.
1106    
1107  %files gb-openal  %files gb-openal
   
1108  %{_libdir}/%{name}/gb.openal.component  %{_libdir}/%{name}/gb.openal.component
1109  %{_libdir}/%{name}/gb.openal.so  %{_libdir}/%{name}/gb.openal.so
1110  %{_datadir}/%{name}/info/gb.openal.info  %{_datadir}/%{name}/info/gb.openal.info
# Line 1106  Requires: %{name}-gb-image = %{version} Line 1123  Requires: %{name}-gb-image = %{version}
1123  This component allows you to use the Mesa libraries to do 3D operations.  This component allows you to use the Mesa libraries to do 3D operations.
1124    
1125  %files gb-opengl  %files gb-opengl
   
1126  %{_libdir}/%{name}/gb.opengl.component  %{_libdir}/%{name}/gb.opengl.component
1127  %{_libdir}/%{name}/gb.opengl.so  %{_libdir}/%{name}/gb.opengl.so
1128  %{_datadir}/%{name}/info/gb.opengl.info  %{_datadir}/%{name}/info/gb.opengl.info
# Line 1140  Requires: %{name}-gb-opengl = %{version} Line 1156  Requires: %{name}-gb-opengl = %{version}
1156  This component allows you to use the Mesa libraries to do 3D operations.  This component allows you to use the Mesa libraries to do 3D operations.
1157    
1158  %files gb-opengl-glu  %files gb-opengl-glu
   
1159  %{_libdir}/%{name}/gb.opengl.glu.*  %{_libdir}/%{name}/gb.opengl.glu.*
1160  %{_datadir}/%{name}/info/gb.opengl.glu.*  %{_datadir}/%{name}/info/gb.opengl.glu.*
1161    
# Line 1156  Requires: %{name}-gb-opengl = %{version} Line 1171  Requires: %{name}-gb-opengl = %{version}
1171  This component is a simple OpenGL game engine based on the MD2 model format.  This component is a simple OpenGL game engine based on the MD2 model format.
1172    
1173  %files gb-opengl-sge  %files gb-opengl-sge
   
1174  %{_libdir}/%{name}/gb.opengl.sge.*  %{_libdir}/%{name}/gb.opengl.sge.*
1175  %{_datadir}/%{name}/info/gb.opengl.sge.*  %{_datadir}/%{name}/info/gb.opengl.sge.*
1176    
# Line 1172  This component allows you to use cryptog Line 1186  This component allows you to use cryptog
1186  from the OpenSSL project.  from the OpenSSL project.
1187    
1188  %files gb-openssl  %files gb-openssl
   
1189  %{_libdir}/%{name}/gb.openssl.*  %{_libdir}/%{name}/gb.openssl.*
1190  %{_datadir}/%{name}/info/gb.openssl.*  %{_datadir}/%{name}/info/gb.openssl.*
1191    
# Line 1187  Requires: %{name}-runtime = %{version} Line 1200  Requires: %{name}-runtime = %{version}
1200  This component allows you to interpret command-line options.  This component allows you to interpret command-line options.
1201    
1202  %files gb-option  %files gb-option
   
1203  %{_libdir}/%{name}/gb.option.*  %{_libdir}/%{name}/gb.option.*
1204  %{_datadir}/%{name}/info/gb.option.*  %{_datadir}/%{name}/info/gb.option.*
1205    
# Line 1203  This component allows you to use Perl co Line 1215  This component allows you to use Perl co
1215  within Gambas code.  within Gambas code.
1216    
1217  %files gb-pcre  %files gb-pcre
   
1218  %{_libdir}/%{name}/gb.pcre.*  %{_libdir}/%{name}/gb.pcre.*
1219  %{_datadir}/%{name}/info/gb.pcre.*  %{_datadir}/%{name}/info/gb.pcre.*
1220    
# Line 1219  Requires: %{name}-gb-image = %{version} Line 1230  Requires: %{name}-gb-image = %{version}
1230  This component allows you to manipulate pdf files with Gambas code.  This component allows you to manipulate pdf files with Gambas code.
1231    
1232  %files gb-pdf  %files gb-pdf
   
1233  %{_libdir}/%{name}/gb.pdf.*  %{_libdir}/%{name}/gb.pdf.*
1234  %{_datadir}/%{name}/info/gb.pdf.*  %{_datadir}/%{name}/info/gb.pdf.*
1235    
# Line 1235  Requires: %{name}-gb-image = %{version} Line 1245  Requires: %{name}-gb-image = %{version}
1245  This component allows you to manipulate pdf files with Gambas code.  This component allows you to manipulate pdf files with Gambas code.
1246    
1247  %files gb-poppler  %files gb-poppler
   
1248  %{_libdir}/%{name}/gb.poppler.*  %{_libdir}/%{name}/gb.poppler.*
1249  %{_datadir}/%{name}/info/gb.poppler.*  %{_datadir}/%{name}/info/gb.poppler.*
1250    
# Line 1255  Provides: %{name}-gui-package = %{versio Line 1264  Provides: %{name}-gui-package = %{versio
1264  This package includes the Gambas QT5 GUI component.  This package includes the Gambas QT5 GUI component.
1265    
1266  %files gb-qt5  %files gb-qt5
   
1267  %{_libdir}/%{name}/gb.qt5.component  %{_libdir}/%{name}/gb.qt5.component
1268  %{_libdir}/%{name}/gb.qt5.so  %{_libdir}/%{name}/gb.qt5.so
1269  %{_datadir}/%{name}/info/gb.qt5.info  %{_datadir}/%{name}/info/gb.qt5.info
# Line 1273  Requires: %{name}-gb-qt5 = %{version} Line 1281  Requires: %{name}-gb-qt5 = %{version}
1281  This package contains the Gambas qt5-ext components.  This package contains the Gambas qt5-ext components.
1282    
1283  %files gb-qt5-ext  %files gb-qt5-ext
   
1284  %{_libdir}/%{name}/gb.qt5.ext.*  %{_libdir}/%{name}/gb.qt5.ext.*
1285  %{_datadir}/%{name}/info/gb.qt5.ext.*  %{_datadir}/%{name}/info/gb.qt5.ext.*
1286    
# Line 1290  Requires: %{name}-gb-opengl = %{version} Line 1297  Requires: %{name}-gb-opengl = %{version}
1297  This package contains the Gambas qt5-opengl components.  This package contains the Gambas qt5-opengl components.
1298    
1299  %files gb-qt5-opengl  %files gb-qt5-opengl
   
1300  %{_libdir}/%{name}/gb.qt5.opengl.*  %{_libdir}/%{name}/gb.qt5.opengl.*
1301  %{_datadir}/%{name}/info/gb.qt5.opengl.*  %{_datadir}/%{name}/info/gb.qt5.opengl.*
1302    
# Line 1321  Requires: %{name}-gb-qt5 = %{version} Line 1327  Requires: %{name}-gb-qt5 = %{version}
1327  This package contains the Gambas qt5-webkit components.  This package contains the Gambas qt5-webkit components.
1328    
1329  %files gb-qt5-webkit  %files gb-qt5-webkit
   
1330  %{_libdir}/%{name}/gb.qt5.webkit.*  %{_libdir}/%{name}/gb.qt5.webkit.*
1331  %{_datadir}/%{name}/info/gb.qt5.webkit.*  %{_datadir}/%{name}/info/gb.qt5.webkit.*
1332  %{_datadir}/%{name}/control/gb.qt5.webkit/  %{_datadir}/%{name}/control/gb.qt5.webkit/
# Line 1339  Provides: %{name}-webview = %{version} Line 1344  Provides: %{name}-webview = %{version}
1344  This package contains the Gambas qt5-webview components.  This package contains the Gambas qt5-webview components.
1345    
1346  %files gb-qt5-webview  %files gb-qt5-webview
   
1347  %{_libdir}/%{name}/gb.qt5.webview.*  %{_libdir}/%{name}/gb.qt5.webview.*
1348  %{_datadir}/%{name}/info/gb.qt5.webview.*  %{_datadir}/%{name}/info/gb.qt5.webview.*
1349    
# Line 1359  This package contains the Gambas qt5-x11 Line 1363  This package contains the Gambas qt5-x11
1363  %{_datadir}/%{name}/info/gb.qt5.x11.*  %{_datadir}/%{name}/info/gb.qt5.x11.*
1364    
1365  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1366    %ifnarch %arm
1367  %package gb-report  %package gb-report
1368  Summary: The Gambas report component  Summary: The Gambas report component
1369  Group: Development/Basic  Group: Development/Basic
# Line 1370  Requires: %{name}-gb-form = %{version} Line 1374  Requires: %{name}-gb-form = %{version}
1374  This package contains the Gambas Report components.  This package contains the Gambas Report components.
1375    
1376  %files gb-report  %files gb-report
   
1377  %{_libdir}/%{name}/gb.report.*  %{_libdir}/%{name}/gb.report.*
1378  %{_datadir}/%{name}/info/gb.report.*  %{_datadir}/%{name}/info/gb.report.*
1379  %{_datadir}/%{name}/control/gb.report  %{_datadir}/%{name}/control/gb.report
# Line 1387  Requires: %{name}-gb-form = %{version} Line 1390  Requires: %{name}-gb-form = %{version}
1390  This package contains the Gambas Report (version 2) components.  This package contains the Gambas Report (version 2) components.
1391    
1392  %files gb-report2  %files gb-report2
   
1393  %{_libdir}/%{name}/gb.report2.*  %{_libdir}/%{name}/gb.report2.*
1394  %{_datadir}/%{name}/info/gb.report2.*  %{_datadir}/%{name}/info/gb.report2.*
1395  %dir %{_datadir}/%{name}/control/gb.report2  %dir %{_datadir}/%{name}/control/gb.report2
# Line 1410  It allows to easily manage scanner devic Line 1412  It allows to easily manage scanner devic
1412  %{_libdir}/%{name}/gb.scanner.component  %{_libdir}/%{name}/gb.scanner.component
1413  %{_datadir}/%{name}/info/gb.scanner.info  %{_datadir}/%{name}/info/gb.scanner.info
1414  %{_datadir}/%{name}/info/gb.scanner.list  %{_datadir}/%{name}/info/gb.scanner.list
1415    %endif
1416  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1417    
1418  %package gb-sdl  %package gb-sdl
# Line 1494  in real timeu sing SDL2. Line 1496  in real timeu sing SDL2.
1496    
1497  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1498    
1499    %ifnarch %arm
1500  %package gb-settings  %package gb-settings
1501  Summary: The Gambas settings component  Summary: The Gambas settings component
1502  Group: Development/Basic  Group: Development/Basic
# Line 1506  This components allows you to deal with Line 1509  This components allows you to deal with
1509    
1510  %{_libdir}/%{name}/gb.settings.*  %{_libdir}/%{name}/gb.settings.*
1511  %{_datadir}/%{name}/info/gb.settings.*  %{_datadir}/%{name}/info/gb.settings.*
1512    %endif
1513    
1514  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1515    
# Line 1539  This package contains the Gambas Term co Line 1543  This package contains the Gambas Term co
1543  %{_datadir}/%{name}/control/gb.term.*  %{_datadir}/%{name}/control/gb.term.*
1544    
1545  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1546    %ifnarch %arm
1547  %package gb-util  %package gb-util
1548  Summary: The Gambas Util component  Summary: The Gambas Util component
1549  Group: Development/Basic  Group: Development/Basic
# Line 1549  Requires: %{name}-runtime = %{version} Line 1553  Requires: %{name}-runtime = %{version}
1553  This component provides many useful utility methods or classes.  This component provides many useful utility methods or classes.
1554    
1555  %files gb-util  %files gb-util
   
1556  %{_libdir}/%{name}/gb.util.gambas  %{_libdir}/%{name}/gb.util.gambas
1557  %{_libdir}/%{name}/gb.util.component  %{_libdir}/%{name}/gb.util.component
1558  %{_datadir}/%{name}/info/gb.util.info  %{_datadir}/%{name}/info/gb.util.info
# Line 1569  Conflicts: gambas3-gb-util < 3.8.4-9 Line 1572  Conflicts: gambas3-gb-util < 3.8.4-9
1572  This component provides many utilities useful for web applications.  This component provides many utilities useful for web applications.
1573    
1574  %files gb-util-web  %files gb-util-web
   
1575  %{_libdir}/%{name}/gb.util.web.gambas  %{_libdir}/%{name}/gb.util.web.gambas
1576  %{_libdir}/%{name}/gb.util.web.component  %{_libdir}/%{name}/gb.util.web.component
1577  %{_datadir}/%{name}/info/gb.util.web.info  %{_datadir}/%{name}/info/gb.util.web.info
1578  %{_datadir}/%{name}/info/gb.util.web.list  %{_datadir}/%{name}/info/gb.util.web.list
1579  %dir %{_datadir}/%{name}/control/gb.util.web  %dir %{_datadir}/%{name}/control/gb.util.web
1580  %{_datadir}/%{name}/control/gb.util.web/*  %{_datadir}/%{name}/control/gb.util.web/*
1581    %endif
1582    
1583  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1584    
# Line 1612  port some VB projects. Line 1615  port some VB projects.
1615  %{_datadir}/%{name}/info/gb.vb.*  %{_datadir}/%{name}/info/gb.vb.*
1616    
1617  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1618    %ifnarch %arm
1619  %package gb-web  %package gb-web
1620  Summary: The Gambas CGI component  Summary: The Gambas CGI component
1621  Group: Development/Basic  Group: Development/Basic
# Line 1623  This components allows you to make CGI w Line 1626  This components allows you to make CGI w
1626  with an ASP-like interface.  with an ASP-like interface.
1627    
1628  %files gb-web  %files gb-web
   
1629  %{_libdir}/%{name}/gb.web.component  %{_libdir}/%{name}/gb.web.component
1630  %{_libdir}/%{name}/gb.web.gambas  %{_libdir}/%{name}/gb.web.gambas
1631  %{_datadir}/%{name}/info/gb.web.info  %{_datadir}/%{name}/info/gb.web.info
# Line 1693  with an ASP-like interface. Line 1695  with an ASP-like interface.
1695  %{_datadir}/%{name}/info/gb.web.gui.info  %{_datadir}/%{name}/info/gb.web.gui.info
1696  %{_datadir}/%{name}/info/gb.web.gui.list  %{_datadir}/%{name}/info/gb.web.gui.list
1697  %{_datadir}/%{name}/control/gb.web.gui/  %{_datadir}/%{name}/control/gb.web.gui/
1698    %endif
1699  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1700    
1701  %package gb-libxml  %package gb-libxml
# Line 1712  This component allows you to use libxml. Line 1714  This component allows you to use libxml.
1714  %{_datadir}/%{name}/info/gb.libxml.list  %{_datadir}/%{name}/info/gb.libxml.list
1715    
1716  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1717    %ifnarch %arm
1718  %package gb-logging  %package gb-logging
1719  Summary: The Gambas logging component  Summary: The Gambas logging component
1720  Group: Development/Basic  Group: Development/Basic
# Line 1728  which describes the standard "syslog" fo Line 1730  which describes the standard "syslog" fo
1730  %{_libdir}/%{name}/gb.logging.*  %{_libdir}/%{name}/gb.logging.*
1731  %{_datadir}/%{name}/info/gb.logging.info  %{_datadir}/%{name}/info/gb.logging.info
1732  %{_datadir}/%{name}/info/gb.logging.list  %{_datadir}/%{name}/info/gb.logging.list
1733    %endif
1734    
1735  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1736    
# Line 1765  This component allows you to use xml htm Line 1768  This component allows you to use xml htm
1768  %{_datadir}/%{name}/info/gb.xml.html.list  %{_datadir}/%{name}/info/gb.xml.html.list
1769    
1770  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1771    %ifnarch %arm
1772  %package gb-xml-rpc  %package gb-xml-rpc
1773  Summary: The Gambas xml-rpc component  Summary: The Gambas xml-rpc component
1774  Group: Development/Basic  Group: Development/Basic
# Line 1781  This component allows you to use xml-rpc Line 1784  This component allows you to use xml-rpc
1784  %{_libdir}/%{name}/gb.xml.rpc.component  %{_libdir}/%{name}/gb.xml.rpc.component
1785  %{_datadir}/%{name}/info/gb.xml.rpc.info  %{_datadir}/%{name}/info/gb.xml.rpc.info
1786  %{_datadir}/%{name}/info/gb.xml.rpc.list  %{_datadir}/%{name}/info/gb.xml.rpc.list
1787    %endif
1788  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1789    
1790  %package gb-xml-xslt  %package gb-xml-xslt
# Line 1830  This component allows you to work with c Line 1833  This component allows you to work with c
1833    
1834  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1835    
1836    %ifnarch %arm
1837  %package gb-args  %package gb-args
1838  Summary: The Gambas args component  Summary: The Gambas args component
1839  Group: Development/Basic  Group: Development/Basic
# Line 1843  It should replace the unmaintained gb.op Line 1847  It should replace the unmaintained gb.op
1847    
1848  %{_libdir}/%{name}/gb.args*  %{_libdir}/%{name}/gb.args*
1849  %{_datadir}/%{name}/info/gb.args*  %{_datadir}/%{name}/info/gb.args*
1850    %endif
1851    
1852  #-----------------------------------------------------------------------------  #-----------------------------------------------------------------------------
1853    
# Line 1867  Group: Development/Basic Line 1872  Group: Development/Basic
1872  BuildArch: noarch  BuildArch: noarch
1873  Recommends: gambas3-examples  Recommends: gambas3-examples
1874  Requires: gambas3-devel  Requires: gambas3-devel
1875    %ifnarch %arm
1876  Requires: gambas3-gb-args  Requires: gambas3-gb-args
1877    %endif
1878  Requires: gambas3-gb-cairo  Requires: gambas3-gb-cairo
1879  %ifnarch %arm  %ifnarch %arm
1880  Requires: gambas3-gb-chart  Requires: gambas3-gb-chart
# Line 1878  Requires: gambas3-gb-compress Line 1885  Requires: gambas3-gb-compress
1885  Requires: gambas3-gb-crypt  Requires: gambas3-gb-crypt
1886  Requires: gambas3-gb-data  Requires: gambas3-gb-data
1887  Requires: gambas3-gb-db  Requires: gambas3-gb-db
1888    %ifnarch %arm
1889  Requires: gambas3-gb-db-form  Requires: gambas3-gb-db-form
1890    %endif
1891  Requires: gambas3-gb-db-mysql  Requires: gambas3-gb-db-mysql
1892  Requires: gambas3-gb-db-odbc  Requires: gambas3-gb-db-odbc
1893  Requires: gambas3-gb-db-postgresql  Requires: gambas3-gb-db-postgresql
# Line 1886  Requires: gambas3-gb-db-sqlite2 Line 1895  Requires: gambas3-gb-db-sqlite2
1895  Requires: gambas3-gb-db-sqlite3  Requires: gambas3-gb-db-sqlite3
1896  Requires: gambas3-gb-dbus  Requires: gambas3-gb-dbus
1897  Requires: gambas3-gb-desktop  Requires: gambas3-gb-desktop
1898    %ifnarch %arm
1899  Requires: gambas3-gb-eval-highlight  Requires: gambas3-gb-eval-highlight
1900  Requires: gambas3-gb-form  Requires: gambas3-gb-form
1901  Requires: gambas3-gb-form-dialog  Requires: gambas3-gb-form-dialog
# Line 1895  Requires: gambas3-gb-form-mdi Line 1905  Requires: gambas3-gb-form-mdi
1905  Requires: gambas3-gb-form-print  Requires: gambas3-gb-form-print
1906  Requires: gambas3-gb-form-stock  Requires: gambas3-gb-form-stock
1907  Requires: gambas3-gb-form-terminal  Requires: gambas3-gb-form-terminal
1908    %endif
1909  Requires: gambas3-gb-gmp  Requires: gambas3-gb-gmp
1910    %ifnarch %arm
1911  Requires: gambas3-gb-gsl  Requires: gambas3-gb-gsl
1912    %endif
1913  Requires: gambas3-gb-gtk3  Requires: gambas3-gb-gtk3
1914  Requires: gambas3-gb-gtk3-opengl  Requires: gambas3-gb-gtk3-opengl
1915  Requires: gambas3-gb-gtk3-webkit  Requires: gambas3-gb-gtk3-webkit
# Line 1910  Requires: gambas3-gb-image-io Line 1923  Requires: gambas3-gb-image-io
1923  Requires: gambas3-gb-inotify  Requires: gambas3-gb-inotify
1924  Requires: gambas3-gb-jit  Requires: gambas3-gb-jit
1925  Requires: gambas3-gb-libxml  Requires: gambas3-gb-libxml
1926    %ifnarch %arm
1927  Requires: gambas3-gb-logging  Requires: gambas3-gb-logging
1928  Requires: gambas3-gb-map  Requires: gambas3-gb-map
1929  Requires: gambas3-gb-markdown  Requires: gambas3-gb-markdown
1930    %endif
1931  Requires: gambas3-gb-media  Requires: gambas3-gb-media
1932    %ifnarch %arm
1933  Requires: gambas3-gb-media-form  Requires: gambas3-gb-media-form
1934  Requires: gambas3-gb-memcached  Requires: gambas3-gb-memcached
1935    %endif
1936  Requires: gambas3-gb-mime  Requires: gambas3-gb-mime
1937    %ifnarch %arm
1938  Requires: gambas3-gb-mysql  Requires: gambas3-gb-mysql
1939    %endif
1940  Requires: gambas3-gb-ncurses  Requires: gambas3-gb-ncurses
1941  Requires: gambas3-gb-net  Requires: gambas3-gb-net
1942  Requires: gambas3-gb-net-curl  Requires: gambas3-gb-net-curl
1943    %ifnarch %arm
1944  Requires: gambas3-gb-net-pop3  Requires: gambas3-gb-net-pop3
1945  Requires: gambas3-gb-net-smtp  Requires: gambas3-gb-net-smtp
1946  #Requires: gambas3-gb-openal  Requires: gambas3-gb-openal
1947    %endif
1948  Requires: gambas3-gb-opengl  Requires: gambas3-gb-opengl
1949  Requires: gambas3-gb-opengl-glsl  Requires: gambas3-gb-opengl-glsl
1950  Requires: gambas3-gb-opengl-glu  Requires: gambas3-gb-opengl-glu
# Line 1939  Requires: gambas3-gb-qt5-opengl Line 1960  Requires: gambas3-gb-qt5-opengl
1960  Requires: gambas3-gb-qt5-wayland  Requires: gambas3-gb-qt5-wayland
1961  Requires: gambas3-gb-qt5-webkit  Requires: gambas3-gb-qt5-webkit
1962  Requires: gambas3-gb-qt5-webview  Requires: gambas3-gb-qt5-webview
1963  Requires: gambas3-gb-qt5-x11  requires: gambas3-gb-qt5-x11
1964    %ifnarch %arm
1965  Requires: gambas3-gb-report  Requires: gambas3-gb-report
1966  Requires: gambas3-gb-report2  Requires: gambas3-gb-report2
1967  Requires: gambas3-gb-scanner  Requires: gambas3-gb-scanner
1968    %endif
1969  Requires: gambas3-gb-sdl  Requires: gambas3-gb-sdl
1970  Requires: gambas3-gb-sdl2  Requires: gambas3-gb-sdl2
1971  Requires: gambas3-gb-sdl2-audio  Requires: gambas3-gb-sdl2-audio
1972  Requires: gambas3-gb-sdl-sound  Requires: gambas3-gb-sdl-sound
1973    %ifnarch %arm
1974  Requires: gambas3-gb-settings  Requires: gambas3-gb-settings
1975    %endif
1976  Requires: gambas3-gb-signal  Requires: gambas3-gb-signal
1977  Requires: gambas3-gb-term  Requires: gambas3-gb-term
1978  Requires: gambas3-gb-test  Requires: gambas3-gb-test
# Line 1961  Requires: gambas3-gb-web-form Line 1986  Requires: gambas3-gb-web-form
1986  Requires: gambas3-gb-web-gui  Requires: gambas3-gb-web-gui
1987  Requires: gambas3-gb-xml  Requires: gambas3-gb-xml
1988  Requires: gambas3-gb-xml-html  Requires: gambas3-gb-xml-html
1989    %ifnarch %arm
1990  Requires: gambas3-gb-xml-rpc  Requires: gambas3-gb-xml-rpc
1991    %endif
1992  Requires: gambas3-gb-xml-xslt  Requires: gambas3-gb-xml-xslt
1993  Requires: gambas3-ide  Requires: gambas3-ide
1994  Requires: gambas3-runtime  Requires: gambas3-runtime

Legend:
Removed from v.1895269  
changed lines
  Added in v.1895287

  ViewVC Help
Powered by ViewVC 1.1.30