diff --git a/concordance.spec b/concordance.spec index fd47c60..b873fb4 100644 --- a/concordance.spec +++ b/concordance.spec @@ -2,7 +2,7 @@ Name: concordance Version: 1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Software to program the Logitech Harmony remote control Group: Applications/Communications @@ -13,7 +13,6 @@ Source0: https://github.com/jaymzh/concordance/releases/download/v%{version}/%{n BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: hidapi-devel -BuildRequires: python2-devel BuildRequires: python3-devel BuildRequires: autoconf BuildRequires: automake @@ -46,16 +45,6 @@ Requires: %{libpkg} = %{version}-%{release} Development libraries for libconcord -%package -n python2-%{libpkg} -Summary: Python 2 bindings for libconcord -Group: Development/Libraries -Requires: %{libpkg} = %{version}-%{release} -BuildArch: noarch - -%description -n python2-%{libpkg} -Python 2 bindings for libconcord - - %package -n python3-%{libpkg} Summary: Python 3 bindings for libconcord Group: Development/Libraries @@ -79,7 +68,6 @@ cd - # python bindings cd %{libpkg}/bindings/python -%py2_build %py3_build cd - @@ -101,7 +89,6 @@ cd - # python bindings cd %{libpkg}/bindings/python -%py2_install %py3_install cd - @@ -128,16 +115,15 @@ make DESTDIR=%{buildroot} install %{_includedir}/*.h %{_libdir}/*.so -%files -n python2-%{libpkg} -%doc %{libpkg}/bindings/python/README -%{python2_sitelib}/* - %files -n python3-%{libpkg} %doc %{libpkg}/bindings/python/README %{python3_sitelib}/* %changelog +* Mon Sep 10 2018 Scott Talbert - 1.3-4 +- Remove Python 2 bindings + * Thu Jul 12 2018 Fedora Release Engineering - 1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild