Merge branch 'f23'

This commit is contained in:
Jiri Popelka 2015-12-07 13:45:58 +01:00
commit c5e73d199a

View File

@ -6,7 +6,7 @@
Summary: Python bindings for CUPS
Name: python-cups
Version: 1.9.72
Release: 6%{?dist}
Release: 7%{?dist}
URL: http://cyberelk.net/tim/software/pycups/
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
License: GPLv2+
@ -49,6 +49,8 @@ Documentation for python-cups.
%prep
%setup -n pycups-%{version}
sed -i '/^#!\/usr\/bin\/python/d' examples/cupstree.py
%build
%py2_build
%py3_build
@ -78,6 +80,9 @@ make install-rpmhook DESTDIR="%{buildroot}"
%doc examples html
%changelog
* Mon Dec 07 2015 Jiri Popelka <jpopelka@redhat.com> - 1.9.72-7
- Remove shebang from examples/cupstree.py (bug #1288830).
* Mon Nov 23 2015 Jiri Popelka <jpopelka@redhat.com> - 1.9.72-6
- python2 subpackage