Browse Source

python-cups-1.9.74-1

Tomohiro "Tomo-p" KATO 5 years ago
parent
commit
c8bed66a7d
1 changed files with 8 additions and 3 deletions
  1. 8 3
      p/python-cups/python-cups-vl.spec

+ 8 - 3
p/python-cups/python-cups-vl.spec

@@ -10,7 +10,7 @@
 
 Summary:       Python bindings for CUPS
 Name:          python-cups
-Version:       1.9.72
+Version:       1.9.74
 Release:       1%{?_dist_release}
 URL:           http://cyberelk.net/tim/software/pycups/
 Source:        http://cyberelk.net/tim/data/pycups/pycups-%{version}.tar.bz2
@@ -72,14 +72,16 @@ chmod 755 %{buildroot}%{python3_sitearch}/cups*.so
 popd
 
 %files
-%doc COPYING README NEWS TODO
+%license COPYING
+%doc README NEWS TODO
 %{python_sitearch}/cups.so
 %{python_sitearch}/pycups*.egg-info
 %{_rpmconfigdir}/fileattrs/psdriver.attr
 %{_rpmconfigdir}/postscriptdriver.prov
 
 %files -n python3-cups
-%doc COPYING README NEWS
+%license COPYING
+%doc README NEWS
 %{python3_sitearch}/cups.cpython-3*.so
 %{python3_sitearch}/pycups*.egg-info
 %{_rpmconfigdir}/fileattrs/psdriver.attr
@@ -89,6 +91,9 @@ popd
 %doc examples html
 
 %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
 - new upstream release.