|
@@ -3,14 +3,14 @@
|
|
|
%filter_setup
|
|
|
}
|
|
|
|
|
|
-%define py3dir %{_builddir}/python3-%{name}-%{version}-%{release}
|
|
|
-%define __python3 /usr/bin/python3
|
|
|
-%define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
|
|
|
-%define python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(0))")
|
|
|
+%define py3dir %{_builddir}/python3-%{name}-%{version}-%{release}
|
|
|
+%define __python3 /usr/bin/python3
|
|
|
+%define python3_sitearch %(%{__python3} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
|
|
|
+%define python3_sitelib %(%{__python3} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(0))")
|
|
|
|
|
|
Summary: Python bindings for CUPS
|
|
|
Name: python-cups
|
|
|
-Version: 1.9.66
|
|
|
+Version: 1.9.72
|
|
|
Release: 1%{?_dist_release}
|
|
|
URL: http://cyberelk.net/tim/software/pycups/
|
|
|
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
|
|
@@ -72,7 +72,7 @@ chmod 755 %{buildroot}%{python3_sitearch}/cups*.so
|
|
|
popd
|
|
|
|
|
|
%files
|
|
|
-%doc COPYING ChangeLog README NEWS TODO
|
|
|
+%doc COPYING README NEWS TODO
|
|
|
%{python_sitearch}/cups.so
|
|
|
%{python_sitearch}/pycups*.egg-info
|
|
|
%{_rpmconfigdir}/fileattrs/psdriver.attr
|
|
@@ -89,6 +89,9 @@ popd
|
|
|
%doc examples html
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Nov 17 2018 Toshiaki Ara <ara_t@384.jp> 1.9.72-1
|
|
|
+- new upstream release.
|
|
|
+
|
|
|
* Sat Jan 04 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.66-1
|
|
|
- new upstream release.
|
|
|
|