|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
Summary: Python bindings for CUPS
|
|
Summary: Python bindings for CUPS
|
|
Name: python-cups
|
|
Name: python-cups
|
|
-Version: 1.9.72
|
|
+Version: 1.9.74
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
URL: http://cyberelk.net/tim/software/pycups/
|
|
URL: http://cyberelk.net/tim/software/pycups/
|
|
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
|
|
Source: http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
|
|
@@ -72,14 +72,16 @@ chmod 755 %{buildroot}%{python3_sitearch}/cups*.so
|
|
popd
|
|
popd
|
|
|
|
|
|
%files
|
|
%files
|
|
-%doc COPYING README NEWS TODO
|
|
+%license COPYING
|
|
|
|
+%doc README NEWS TODO
|
|
%{python_sitearch}/cups.so
|
|
%{python_sitearch}/cups.so
|
|
%{python_sitearch}/pycups*.egg-info
|
|
%{python_sitearch}/pycups*.egg-info
|
|
%{_rpmconfigdir}/fileattrs/psdriver.attr
|
|
%{_rpmconfigdir}/fileattrs/psdriver.attr
|
|
%{_rpmconfigdir}/postscriptdriver.prov
|
|
%{_rpmconfigdir}/postscriptdriver.prov
|
|
|
|
|
|
%files -n python3-cups
|
|
%files -n python3-cups
|
|
-%doc COPYING README NEWS
|
|
+%license COPYING
|
|
|
|
+%doc README NEWS
|
|
%{python3_sitearch}/cups.cpython-3*.so
|
|
%{python3_sitearch}/cups.cpython-3*.so
|
|
%{python3_sitearch}/pycups*.egg-info
|
|
%{python3_sitearch}/pycups*.egg-info
|
|
%{_rpmconfigdir}/fileattrs/psdriver.attr
|
|
%{_rpmconfigdir}/fileattrs/psdriver.attr
|
|
@@ -89,6 +91,9 @@ popd
|
|
%doc examples html
|
|
%doc examples html
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Wed Apr 03 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 1.9.74-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sat Nov 17 2018 Toshiaki Ara <ara_t@384.jp> 1.9.72-1
|
|
* Sat Nov 17 2018 Toshiaki Ara <ara_t@384.jp> 1.9.72-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|