%global srcname qutepart %global sum Code editor widget %global desc_common \ Qutepart is a code editor widget for PyQt. Features: \ - Syntax highlighting for 196 languages. \ - Smart indentation for many languages. \ - Line numbers. \ - Bookmarks. \ - Advanced edit operations. \ - Matching braces highlighting. \ - Autocompletion based on document content. \ - Marking too long lines with red line. \ - Rectangular selection and copy-paste. \ - Linter marks support. Name: python-%{srcname} Version: 3.0.1 Release: 3%{?dist} Summary: %{sum} License: LGPLv2+ URL: https://github.com/hlamer/%{srcname} Source0: %{url}/archive/v%{version}.tar.gz#/%{srcname}-%{version}.tar.gz # upstream script to run tests is not useful for Fedora package, use from v2.2 instead Source1: run_tests_fedora.py BuildRequires: pcre-devel BuildRequires: python3-qt5 BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-sphinx BuildRequires: xorg-x11-server-Xvfb %description %{desc_common} %package -n python3-%{srcname} Summary: %{sum} Requires: pcre Requires: python3-qt5 Provides: python-%{srcname} Obsoletes: python2-%{srcname} %description -n python3-%{srcname} %{desc_common} %prep %setup -q -n %{srcname}-%{version} # disable PyQt5 mocking for sphinx sed -i -r 's,(MOCK_MODULES = \[).*\],\1],' doc/source/conf.py %build %py3_build pushd doc sphinx-build-3 source html # E: non-standard-executable-perm #find -name \*.so |xargs chmod 0755 # W: hidden-file-or-dir rm -r html/.buildinfo html/.doctrees %install %py3_install %check pushd tests cp %{SOURCE1} . # do some fake X xvfb-run %{__python3} run_tests_fedora.py %files -n python3-%{srcname} %license LICENSE %doc README.md ChangeLog todo.txt %doc doc/html/ %{python3_sitearch}/%{srcname}* %changelog * Mon Dec 19 2016 Miro HronĨok - 3.0.1-3 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 3.0.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Jun 15 2016 Raphael Groner - 3.0.1-1 - new version * Mon May 02 2016 Raphael Groner - 3.0.0-2 - rebuild for new python3-qt5 * Thu Apr 21 2016 Raphael Groner - 3.0.0-1 - bump to v3.0.0, now python3 only, rhbz#1328450 * Wed Mar 02 2016 Raphael Groner - 2.2.3-1.20160229gitfdc29c7 - use upstream master as post-release * Sun Feb 28 2016 Raphael Groner - 2.2.3-1 - new version - use main version for python3, get rid of py3 patches - obsolete python2 package in Fedora 24+ * Sat Feb 27 2016 Raphael Groner - 2.2.2-6 - rebuild to validate dependencies (bug with librsvg-2.so.2) * Thu Feb 04 2016 Fedora Release Engineering - 2.2.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Nov 12 2015 Kalev Lember - 2.2.2-4 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Fri Nov 06 2015 Raphael Groner - 2.2.2-3 - add subpackages for python versioning - experimental python3 support * Mon Oct 19 2015 Raphael Groner - 2.2.2-2 - take over from Jairo Llopis - cleanup generally - use LGPLv2 with "or later" - add more documentation files - execute tests - fix permissions - use new python macros - use virtual provides of python2 module * Fri Aug 28 2015 Jairo Llopis 2.2.2-1 - New upstream version. * Wed Aug 26 2015 Jairo Llopis 2.2.0-7 - Fix some permissions. - Remove Spanish descriptions, for easier maintenance. * Mon May 4 2015 Jairo Llopis 2.2.0-6 - Fix license macro in SPEC. - Fix a couple of redundancies in SPEC. * Thu Apr 30 2015 Jairo Llopis 2.2.0-5 - New upstream version. - Clear SPEC redundancies. - Force usage of Python 2 macros in SPEC. * Fri Feb 6 2015 Jairo Llopis 2.1.0-4 - New upstream version. - Update descriptions and dependencies to match upstream SPEC. - Remove support for Fedora < 20. * Mon Jul 7 2014 Jairo Llopis 1.3.0-3 - New upstream version. - Fix typo. * Fri Oct 25 2013 Jairo Llopis 1.1.0-2 - Fix comments. - Fix translation. - Fix CFLAGS when building. - Fix license. * Sun Sep 8 2013 Jairo Llopis 1.1.0-1 - Initial release.