diff --git a/pycairo.spec b/pycairo.spec index e81725b..ecd07e1 100644 --- a/pycairo.spec +++ b/pycairo.spec @@ -2,7 +2,7 @@ Name: pycairo Version: 1.10.0 -Release: 2%{?dist} +Release: 3%{?dist} License: MPLv1.1 or LGPLv2 Group: Development/Languages Summary: Python bindings for the cairo library @@ -58,7 +58,8 @@ cd test PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test %files -%doc AUTHORS COPYING* NEWS README +%license COPYING* +%doc AUTHORS NEWS README %doc examples doc/faq.rst doc/overview.rst doc/README %{python_sitearch}/cairo/ @@ -67,6 +68,9 @@ PYTHONPATH=$RPM_BUILD_ROOT%{python_sitearch} py.test %{_libdir}/pkgconfig/pycairo.pc %changelog +* Sun Aug 23 2015 Kalev Lember - 1.10.0-3 +- Use license macro for license files + * Thu Jun 18 2015 Fedora Release Engineering - 1.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild