Use license macro for license files
This commit is contained in:
parent
81b8694738
commit
84880d8fe7
@ -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 <klember@redhat.com> - 1.10.0-3
|
||||
- Use license macro for license files
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user