Name: pintail Version: 0.4 Release: 1%{?dist} Summary: Build web sites from Mallard sources License: GPLv2+ URL: https://pypi.python.org/pypi/pintail Source0: https://github.com/projectmallard/pintail/archive/%{version}.tar.gz Source1: %{name}.1 BuildArch: noarch BuildRequires: python3-devel Requires: python3-lxml Requires: python3-elasticsearch Requires: python3-mallard-ducktype %description Pintail is a tool that automates building entire web sites from Mallard sources. Normally, a Mallard document consists of all the pages within a single directory. Pages can refer to each other by ID using the xref attribute of the link element. Pintail allows multiple directories, and extends the xref attribute to allow referencing pages in other directories. %prep %autosetup -n %{name}-%{version} %build %py3_build %install %py3_install install -pDm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/%{name}.1 %files %license COPYING %doc README.md NEWS %{python3_sitelib}/* %{_bindir}/* %{_mandir}/man1/* %changelog * Thu Oct 13 2016 William Moreno - 0.4-1 - Update to v0.4 release - Add a manpage - * Mon Aug 22 2016 William Moreno - 0.3-1.20160805git6f2daf7 - Add time stamp in %%release * Wed Aug 10 2016 William Moreno - 0.3-1git6f2daf7 - Update to 0.3-1git6f2daf7 * Thu Aug 04 2016 William Moreno - 0.3-1gitd669691 - Initial Packaging - Last upstream release 0.3