Name: legofy Version: 1.0.0 Release: 1%{?dist} Summary: Takes a image and makes it so that it looks as if it was built out of LEGO License: MIT URL: https://github.com/JuanPotato/Legofy Source0: https://pypi.python.org/packages/source/l/%{name}/%{name}-%{version}.tar.gz Source1: %{name}.1 Patch1: legofy-formato.patch BuildArch: noarch BuildRequires: python3-devel Requires: python3-click Requires: python3-pillow %description Legofy is a python program that takes a static image or gif and makes it so that it looks as if it was built out of LEGO. %prep %autosetup %build %py3_build %install %py3_install install -pDm644 %{SOURCE1} %{buildroot}%{_mandir}/man1/legofy.1 %files %{python3_sitelib}/* %{_bindir}/* %{_mandir}/man1/* %doc README.md %license LICENSE %changelog * Fri Mar 11 2016 Omar Berroteran Silva - 1.0.0-1 - Initial Package