Mark license with %license.
This commit is contained in:
parent
407e9b92c5
commit
39585ca2ac
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
/xcb-util-renderutil-0.3.8.tar.bz2
|
||||
/xcb-util-renderutil-0.3.9.tar.bz2
|
||||
/xcb-util-renderutil-*.tar.bz2
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: xcb-util-renderutil
|
||||
Version: 0.3.9
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Convenience functions for the Render extension
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
@ -49,7 +49,12 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%files
|
||||
%doc README COPYING
|
||||
%doc README
|
||||
%if 0%{?_licensedir:1}
|
||||
%license COPYING
|
||||
%else
|
||||
%doc COPYING
|
||||
%endif # licensedir
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
|
||||
@ -61,6 +66,9 @@ rm %{buildroot}%{_libdir}/*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Dec 5 2015 Thomas Moschny <thomas.moschny@gmx.de> - 0.3.9-5
|
||||
- Mark license with %%license.
|
||||
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user