Summary: PPD file compressor and generator for CUPS Name: pyppd Version: 1.0.2 Release: 2%{?dist} URL: http://pypi.python.org/pypi/pyppd Source: http://pypi.python.org/packages/source/p/pyppd/pyppd-%{version}.tar.gz License: MIT BuildRequires: python3-devel BuildArch: noarch %description This program holds a compressed archive of PostScript Printer Description files. It can generate the PPD files on the fly for CUPS. %prep %setup -q sed -i -e '1s,^#!/usr/bin/env python,#!/usr/bin/python3,' pyppd/pyppd-ppdfile.in %build %{__python3} setup.py build %install %{__python3} setup.py install --skip-build --root %{buildroot} %files %license LICENSE.txt %doc README ISSUES CHANGES.txt # This directory includes pyppd-ppdfile.in which looks like a script # but is only a template. For that reason it is *not* executable. %{python3_sitelib}/%{name} %{python3_sitelib}/%{name}*.egg-info %{_bindir}/%{name} %changelog * Thu Feb 04 2016 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Mon Nov 16 2015 Jiri Popelka - 1.0.2-1 - 1.0.2 & Python3 * Thu Jun 18 2015 Fedora Release Engineering - 0.4.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.4.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sun Aug 04 2013 Fedora Release Engineering - 0.4.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Thu Feb 14 2013 Fedora Release Engineering - 0.4.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sat Jul 21 2012 Fedora Release Engineering - 0.4.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Sat Jan 14 2012 Fedora Release Engineering - 0.4.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Wed Aug 17 2011 Tim Waugh - 0.4.9-1 - Initial RPM spec file.