Temp fix for devel... still working out a good solution

epel8
alexjnewt@hotmail.com 11 years ago
parent f5015074d2
commit 992ca3af33

@ -11,7 +11,7 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.0 Version: 3.0.0
Release: 6%{?dist} Release: 7%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
Group: System Environment/Libraries Group: System Environment/Libraries
@ -62,6 +62,7 @@ Requires: %{name}-media = %{version}-%{release}
Requires: %{wxbasename} = %{version}-%{release} Requires: %{wxbasename} = %{version}-%{release}
Requires: gtk%{gtkver}-devel Requires: gtk%{gtkver}-devel
Requires: libGLU-devel Requires: libGLU-devel
Conflicts: wxGTK-devel
Provides: %{srcname}-devel = %{version}-%{release} Provides: %{srcname}-devel = %{version}-%{release}
%description devel %description devel
@ -171,6 +172,7 @@ make %{?_smp_mflags}
rm %{buildroot}%{_bindir}/wx-config rm %{buildroot}%{_bindir}/wx-config
rm %{buildroot}%{_bindir}/wxrc rm %{buildroot}%{_bindir}/wxrc
install -p -m 755 %{SOURCE10} %{buildroot}%{_bindir}/wx-config-3.0 install -p -m 755 %{SOURCE10} %{buildroot}%{_bindir}/wx-config-3.0
ln -s %{buildroot}%{_bindir}/wx-config-3.0 %{buildroot}%{_bindir}/wx-config
# move bakefiles to avoid conflicts with 2.8.* # move bakefiles to avoid conflicts with 2.8.*
mkdir %{buildroot}%{_datadir}/bakefile/presets/wx3 mkdir %{buildroot}%{_datadir}/bakefile/presets/wx3
@ -240,6 +242,10 @@ popd
%doc html %doc html
%changelog %changelog
* Thu Apr 3 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-7
- Removed wxGTK-devel compatiblity in favour for a wx-config symlink
see bug RH#1077718
* Tue Mar 18 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-6 * Tue Mar 18 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-6
- Removed disable-catch_segvs, see RH#1076617 - Removed disable-catch_segvs, see RH#1076617

Loading…
Cancel
Save