move presets to a -presets package to avoid confict with wxWidgets 3 [release 2.8.12-8mamba;Tue Feb 02 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 19:30:20 +01:00
parent 2892b7910d
commit f310a1d7f2

View File

@ -9,7 +9,7 @@
Name: %{wxMain} Name: %{wxMain}
Version: 2.8.12 Version: 2.8.12
Release: 6mamba Release: 8mamba
Summary: GTK+ port of the wxWidgets library Summary: GTK+ port of the wxWidgets library
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -209,6 +209,14 @@ With wxWidgets, you can create applications for different GUIs (GTK+, Motif, MS
This package contains static libraries and header files need for development with the unicode enabled version of wxGTK. This package contains static libraries and header files need for development with the unicode enabled version of wxGTK.
%package -n %{wxMain}-presets
Summary: wxGTK presets
Group: System/Libraries
Provides: wxpresets
%description -n %{wxMain}-presets
wxGTK presets.
%package -n %{wxMain}-examples %package -n %{wxMain}-examples
Summary: wxGTK example programs Summary: wxGTK example programs
Group: Development/Libraries Group: Development/Libraries
@ -431,7 +439,6 @@ fi
%{_libdir}/wx/%{majversion}/sound_sdl-%{majversion}.so %{_libdir}/wx/%{majversion}/sound_sdl-%{majversion}.so
%{_includedir}/wx-%{majversion}/ %{_includedir}/wx-%{majversion}/
%{_datadir}/aclocal/wxwin%{majversion}.m4 %{_datadir}/aclocal/wxwin%{majversion}.m4
%{_datadir}/bakefile/
%files -n %{wxGTK_name} %files -n %{wxGTK_name}
%defattr(-,root,root) %defattr(-,root,root)
@ -456,7 +463,19 @@ fi
%defattr(-,root,root) %defattr(-,root,root)
%{_datadir}/wx/examples %{_datadir}/wx/examples
%files -n %{wxMain}-presets
%defattr(-,root,root)
%dir %{_datadir}/bakefile
%dir %{_datadir}/bakefile/presets
%{_datadir}/bakefile/presets/*
%changelog %changelog
* Tue Feb 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.12-8mamba
- move presets to a -presets package to avoid confict with wxWidgets 3
* Sun Jan 31 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.12-7mamba
- rebuilt with gcc 5.3.0
* Fri Aug 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.12-6mamba * Fri Aug 22 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.8.12-6mamba
- rename /usr/share/aclocal/wxwin.m4 to avoid a conflict with 3.0 - rename /usr/share/aclocal/wxwin.m4 to avoid a conflict with 3.0