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)
|
||||
|
||||
Name: wxwidgets
|
||||
Version: 3.2.5
|
||||
Version: 3.2.6
|
||||
Release: 1mamba
|
||||
Summary: GTK+ port of the wxWidgets library
|
||||
Group: System/Libraries
|
||||
@ -17,7 +17,6 @@ License: LGPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gst-plugins-bad-devel
|
||||
BuildRequires: libGConf-devel
|
||||
BuildRequires: libSDL2-devel
|
||||
BuildRequires: libSM-devel
|
||||
BuildRequires: libX11-devel
|
||||
@ -31,6 +30,7 @@ BuildRequires: libexpat-devel
|
||||
BuildRequires: libfontconfig-devel
|
||||
BuildRequires: libfreetype-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libgconf-devel
|
||||
BuildRequires: libgdk-pixbuf-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libglu-devel
|
||||
@ -274,8 +274,6 @@ cp -a demos samples %{buildroot}%{_datadir}/wx/examples
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
/usr/sbin/update-alternatives --install \
|
||||
@ -296,8 +294,6 @@ if [ $1 -ge 1 ]; then
|
||||
fi
|
||||
:
|
||||
|
||||
%post gtk3 -p /sbin/ldconfig
|
||||
%postun gtk3 -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -356,6 +352,9 @@ fi
|
||||
#%{_libdir}/cmake/wxWidgetsQt/wxWidgetsQt*.cmake
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user