automatic version update by autodist [release 3.17.0-1mamba;Sat Apr 02 2022]
This commit is contained in:
parent
a8705e557f
commit
62461894c4
30
gambas3.spec
30
gambas3.spec
@ -1,7 +1,7 @@
|
||||
%define with_v4l 1
|
||||
|
||||
Name: gambas3
|
||||
Version: 3.16.3
|
||||
Version: 3.17.0
|
||||
Release: 1mamba
|
||||
Summary: A development environment based on a BASIC interpreter with object extensions
|
||||
Group: Applications/Development
|
||||
@ -912,12 +912,14 @@ This component provides the Gambas WEB component.
|
||||
|
||||
%prep
|
||||
%setup -q -n gambas-%{version}
|
||||
#-D -T
|
||||
#%patch3 -p1
|
||||
#%patch4 -p1
|
||||
#%patch5 -p1
|
||||
./reconf
|
||||
|
||||
%build
|
||||
#:<< _EOF
|
||||
%configure \
|
||||
--enable-bzlib2 \
|
||||
--enable-zlib \
|
||||
@ -939,6 +941,7 @@ This component provides the Gambas WEB component.
|
||||
--enable-pcre \
|
||||
--enable-qt4 \
|
||||
--disable-qtwebkit \
|
||||
--disable-qtwebview \
|
||||
--enable-qt5 \
|
||||
--disable-qte \
|
||||
--enable-sdl \
|
||||
@ -1195,6 +1198,8 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_datadir}/%{name}/control/gb.form/*
|
||||
%dir %{_datadir}/%{name}/control/gb.form.editor
|
||||
%{_datadir}/%{name}/control/gb.form.editor/*
|
||||
%dir %{_datadir}/gambas3/control/gb.form.htmlview
|
||||
%{_datadir}/gambas3/control/gb.form.htmlview/*
|
||||
%dir %{_datadir}/%{name}/control/gb.form.mdi
|
||||
%{_datadir}/%{name}/control/gb.form.mdi/*
|
||||
%dir %{_datadir}/gambas3/control/gb.form.terminal
|
||||
@ -1322,15 +1327,13 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_libdir}/%{name}/gb.qt4.ext.so*
|
||||
%{_libdir}/%{name}/gb.qt4.ext.component
|
||||
|
||||
%ifnarch aarch64
|
||||
%files gb-qt-webview
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/gambas3/info/gb.qt4.webview.*
|
||||
%{_libdir}/gambas3/gb.qt4.webview.component
|
||||
%{_libdir}/gambas3/gb.qt4.webview.la
|
||||
%{_libdir}/gambas3/gb.qt4.webview.so
|
||||
%{_libdir}/gambas3/gb.qt4.webview.so.*
|
||||
%endif
|
||||
#%files gb-qt-webview
|
||||
#%defattr(-,root,root)
|
||||
#%{_datadir}/gambas3/info/gb.qt4.webview.*
|
||||
#%{_libdir}/gambas3/gb.qt4.webview.component
|
||||
#%{_libdir}/gambas3/gb.qt4.webview.la
|
||||
#%{_libdir}/gambas3/gb.qt4.webview.so
|
||||
#%{_libdir}/gambas3/gb.qt4.webview.so.*
|
||||
|
||||
#%files gb-qt-kde
|
||||
#%defattr(-,root,root)
|
||||
@ -1365,7 +1368,6 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_datadir}/%{name}/info/gb.qt5.list
|
||||
%{_datadir}/%{name}/info/gb.qt5.ext.*
|
||||
|
||||
%ifnarch aarch64
|
||||
%files gb-qt5-webkit
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/%{name}/info/gb.qt5.webkit.info
|
||||
@ -1374,7 +1376,6 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_libdir}/%{name}/gb.qt5.webkit.la
|
||||
%{_libdir}/%{name}/gb.qt5.webkit.so*
|
||||
%{_libdir}/%{name}/gb.qt5.webkit.component
|
||||
%endif
|
||||
|
||||
%files gb-qt5-opengl
|
||||
%defattr(-,root,root)
|
||||
@ -1415,7 +1416,6 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_datadir}/%{name}/info/gb.opengl.*
|
||||
%{_libdir}/%{name}/gb.opengl.*
|
||||
|
||||
%ifnarch aarch64
|
||||
%files gb-sdl
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/%{name}/info/gb.sdl.info
|
||||
@ -1425,7 +1425,6 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_libdir}/%{name}/gb.sdl.la
|
||||
%{_libdir}/%{name}/gb.sdl.so*
|
||||
%{_libdir}/%{name}/gb.sdl.component
|
||||
%endif
|
||||
|
||||
%files gb-sdl2
|
||||
%defattr(-,root,root)
|
||||
@ -1477,6 +1476,9 @@ install -D -m0644 app/desktop/gambas3.svg %{buildroot}%{_datadir}/pixmaps/gambas
|
||||
%{_libdir}/%{name}/gb.libxml.*
|
||||
|
||||
%changelog
|
||||
* Sat Apr 02 2022 Automatic Build System <autodist@mambasoft.it> 3.17.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Sep 08 2021 Automatic Build System <autodist@mambasoft.it> 3.16.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user