automatic version update by autodist [release 3.2.6-1mamba;Sun Sep 08 2024]
This commit is contained in:
parent
9dfe845178
commit
09d10d0ea2
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-3)
|
%define majver %(echo %version | cut -d. -f1-3)
|
||||||
|
|
||||||
Name: wxwidgets
|
Name: wxwidgets
|
||||||
Version: 3.2.5
|
Version: 3.2.6
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GTK+ port of the wxWidgets library
|
Summary: GTK+ port of the wxWidgets library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -17,7 +17,6 @@ License: LGPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gst-plugins-bad-devel
|
BuildRequires: gst-plugins-bad-devel
|
||||||
BuildRequires: libGConf-devel
|
|
||||||
BuildRequires: libSDL2-devel
|
BuildRequires: libSDL2-devel
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
@ -31,6 +30,7 @@ BuildRequires: libexpat-devel
|
|||||||
BuildRequires: libfontconfig-devel
|
BuildRequires: libfontconfig-devel
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgconf-devel
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglu-devel
|
BuildRequires: libglu-devel
|
||||||
@ -274,8 +274,6 @@ cp -a demos samples %{buildroot}%{_datadir}/wx/examples
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
/usr/sbin/update-alternatives --install \
|
/usr/sbin/update-alternatives --install \
|
||||||
@ -296,8 +294,6 @@ if [ $1 -ge 1 ]; then
|
|||||||
fi
|
fi
|
||||||
:
|
:
|
||||||
|
|
||||||
%post gtk3 -p /sbin/ldconfig
|
|
||||||
%postun gtk3 -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -356,6 +352,9 @@ fi
|
|||||||
#%{_libdir}/cmake/wxWidgetsQt/wxWidgetsQt*.cmake
|
#%{_libdir}/cmake/wxWidgetsQt/wxWidgetsQt*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 08 2024 Automatic Build System <autodist@openmamba.org> 3.2.6-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 3.2.5-1mamba
|
* Tue May 14 2024 Automatic Build System <autodist@openmamba.org> 3.2.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user