diff --git a/wxGTK3.spec b/wxGTK3.spec index 02d12bd..3782daf 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -11,7 +11,7 @@ Name: %{wxgtkname} Version: 3.0.2 -Release: 12%{?dist} +Release: 14%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -199,10 +199,6 @@ sed -i -e 's|gtk3|gtk2|' %{buildroot}%{_libexecdir}/%{name}/wx-config mv %{buildroot}%{_bindir}/wxrc* %{buildroot}%{_libexecdir}/%{name} ln -s ../..%{_libexecdir}/%{name}/wxrc-3.0 %{buildroot}%{_bindir}/wxrc-3.0 -#Remove some python bitecode artifacts -rm -f %{buildroot}%{_datadir}/bakefile/presets/*.pyc -rm -f %{buildroot}%{_datadir}/bakefile/presets/*.pyo - # move bakefiles to avoid conflicts with 2.8.* mkdir %{buildroot}%{_datadir}/bakefile/presets/wx3 mv %{buildroot}%{_datadir}/bakefile/presets/*.* %{buildroot}%{_datadir}/bakefile/presets/wx3 @@ -253,7 +249,9 @@ popd %{_libdir}/wx %{_datadir}/aclocal/wxwin3.m4 %{_datadir}/bakefile/presets/wx3 -%{_datadir}/bakefile/presets/wx3/*.* +#Exclude some python bitecode +%exclude %{_datadir}/bakefile/presets/wx3/*.pyc +%exclude %{_datadir}/bakefile/presets/wx3/*.pyo %{_libexecdir}/%{name} %files gl @@ -273,6 +271,12 @@ popd %doc html %changelog +* Mon Feb 22 2016 Jeremy Newton - 3.0.2-14 +- Should actually fix RH#1294712 + +* Fri Feb 05 2016 Fedora Release Engineering - 3.0.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Dec 31 2015 Jeremy Newton - 3.0.2-12 - Remove python artifacts in bakefile dir, causes multilib devel conflict RH#1294712 - Fix package devel not owning created wx3 backfile preset dir