Use license macro for the COPYING files
This commit is contained in:
parent
7b341f64a5
commit
c4721031ca
@ -86,13 +86,15 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
|
||||
|
||||
%files
|
||||
%doc COPYING COPYING.GPL AUTHORS README
|
||||
%license COPYING COPYING.GPL
|
||||
%doc AUTHORS README
|
||||
%doc examples/magFocusTracker.py
|
||||
%{python_sitelib}/pyatspi/
|
||||
|
||||
%if !0%{?rhel}
|
||||
%files -n python3-pyatspi
|
||||
%doc COPYING COPYING.GPL AUTHORS README
|
||||
%license COPYING COPYING.GPL
|
||||
%doc AUTHORS README
|
||||
%doc python3-examples/magFocusTracker.py
|
||||
%{python3_sitelib}/pyatspi/
|
||||
%endif
|
||||
@ -101,6 +103,7 @@ sed -i '1s|^#!/usr/bin/python|#!%{__python3}|' python3-examples/magFocusTracker.
|
||||
%changelog
|
||||
* Tue Mar 24 2015 Kalev Lember <kalevlember@gmail.com> - 2.16.0-1
|
||||
- Update to 2.16.0
|
||||
- Use license macro for the COPYING files
|
||||
|
||||
* Tue Feb 17 2015 Richard Hughes <rhughes@redhat.com> - 2.15.90-1
|
||||
- Update to 2.15.90
|
||||
|
||||
Loading…
Reference in New Issue
Block a user