From ade3f6cc92a439ebc7eabcfd3cf8d270d8475506 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Feb 22 2016 21:35:48 +0000 Subject: Fix RH#1294712 --- diff --git a/wxGTK3.spec b/wxGTK3.spec index ae6556a..c6152f9 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -11,7 +11,7 @@ Name: %{wxgtkname} Version: 3.0.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -197,10 +197,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 @@ -251,7 +247,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 @@ -271,6 +269,9 @@ 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