[gaupol] Attempt to fix FTBFS by adding BR: python3-devel

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 20:23:20 UTC 2014


commit 05a5242da3be30ecca973bbdf76ed55d4e962eb3
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 13:23:22 2014 -0700

    Attempt to fix FTBFS by adding BR: python3-devel

 gaupol.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/gaupol.spec b/gaupol.spec
index ca70682..106199e 100644
--- a/gaupol.spec
+++ b/gaupol.spec
@@ -4,7 +4,7 @@
 
 Name:		gaupol
 Version:	0.25
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Subtitle editor
 
 Group:		Applications/Multimedia
@@ -13,8 +13,8 @@ URL:		http://home.gna.org/gaupol
 Source0:	http://download.gna.org/gaupol/0.19/%{name}-%{version}.tar.xz
 BuildArch:	noarch
 
-
-BuildRequires:	python3, desktop-file-utils, gettext, doxygen, intltool
+BuildRequires:	python3-devel
+BuildRequires:	desktop-file-utils, gettext, doxygen, intltool
 BuildRequires:	python3-setuptools
 Requires:	python3-enchant, python3-chardet
 Requires:	aeidon
@@ -67,6 +67,9 @@ $RPM_BUILD_ROOT/%{_datadir}/applications/%{name}.desktop
 %{python3_sitelib}/aeidon
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.25-3
+- Attempt to fix FTBFS by adding BR: python3-devel
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.25-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list