Name: archmage Version: 0.4.2.1 Release: 2%{?dist} Summary: Extensible reader/decompiler of files in CHM format # No version is specified in code license attribution. License: GPL+ URL: https://github.com/dottedmag/%{name} Source0: https://files.pythonhosted.org/packages/source/%(c=%{name}; echo ${c:0:1})/%{name}/%{name}-%{version}.tar.gz BuildArch: noarch Requires: python3-chm Requires: python3-beautifulsoup4 # for conversion to text Requires: elinks BuildRequires: python3-devel %description arCHMage - extensible reader/decompiler of files in CHM format (Microsoft HTML help, also known as Compiled HTML). arCHMage is based on chmlib by Jed Wing and is written on python. %prep %setup -q %build %py3_build %install install -p -m 0644 -D %{name}.1 %{buildroot}/%{_mandir}/man1/%{name}.1 %py3_install %files %doc AUTHORS COPYING NEWS %{_bindir}/archmage %{python3_sitelib}/archmage/ %{python3_sitelib}/archmage-*egg-info %{_mandir}/man*/archmage* %changelog * Wed May 13 2020 Luis Bazan - 0.4.2.1-2 - Fix Requires * Fri Apr 24 2020 Luis Bazan - 0.4.2.1-1 - New upstream version * Wed Jul 24 2019 Fedora Release Engineering - 0.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Jan 31 2019 Fedora Release Engineering - 0.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jul 12 2018 Fedora Release Engineering - 0.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Mar 28 2018 Peter Oliver - 0.3.1-1 - Update URLs to reflect the project's move to GitHub. - Update to version 0.3.1, fixing CVE-2015-1589. * Wed Feb 14 2018 Iryna Shcherbina - 0.2.4-16 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) * Wed Feb 07 2018 Fedora Release Engineering - 0.2.4-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.2.4-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.2.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jul 19 2016 Fedora Release Engineering - 0.2.4-12 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Wed Feb 03 2016 Fedora Release Engineering - 0.2.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.2.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.2.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.2.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 0.2.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 0.2.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed Jul 11 2012 Michael Schwendt - 0.2.4-5 - Add missing dependency on python-BeautifulSoup (#658126). * Thu Jan 12 2012 Fedora Release Engineering - 0.2.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Mon Feb 07 2011 Fedora Release Engineering - 0.2.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Jul 21 2010 David Malcolm - 0.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Thu Oct 22 2009 Rangeen Basu Roy Chowdhury - 0.2.4-1 - Update to 0.2.4 * Thu Jun 11 2009 Rangeen Basu Roy Chowdhury - 0.2.3-1 - Update to 0.2.3 * Mon Feb 23 2009 Fedora Release Engineering - 0.1.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.1.9-4 - Rebuild for Python 2.6 * Mon Jul 14 2008 Tom "spot" Callaway 0.1.9-3 - fix license tag * Thu Jan 3 2008 Patrice Dumas 0.1.9-2 - ship egg * Fri Aug 3 2007 Patrice Dumas 0.1.9-1 - update to 0.1.9 * Thu Jan 18 2007 Patrice Dumas 0.0.8-1 - update to 0.0.8 * Tue Dec 12 2006 Patrice Dumas 0.0.7-4 - add BuildRequires python-devel * Sat Dec 9 2006 Patrice Dumas 0.0.7-3 - rebuild for python 2.5 * Tue Sep 12 2006 Patrice Dumas 0.0.7-2 - .pyo files added. Bug #205369 - BuildRequires: python and not python2-devel since it is noarch * Mon Mar 20 2006 Patrice Dumas 0.0.7-1 - initial release