Use %license macro for the COPYING file
This commit is contained in:
parent
a1749d04da
commit
277f6580fb
@ -62,7 +62,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%files -f json-glib-1.0.lang
|
%files -f json-glib-1.0.lang
|
||||||
%doc COPYING NEWS
|
%doc NEWS
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/lib%{name}*.so.*
|
%{_libdir}/lib%{name}*.so.*
|
||||||
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
%{_libdir}/girepository-1.0/Json-1.0.typelib
|
||||||
|
|
||||||
@ -84,6 +85,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%changelog
|
%changelog
|
||||||
* Sun Mar 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.4-1
|
* Sun Mar 15 2015 Kalev Lember <kalevlember@gmail.com> - 1.0.4-1
|
||||||
- Update to 1.0.4
|
- Update to 1.0.4
|
||||||
|
- Use %%license macro for the COPYING file
|
||||||
|
|
||||||
* Thu Sep 4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.0.2-5
|
* Thu Sep 4 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 1.0.2-5
|
||||||
- Build installed tests
|
- Build installed tests
|
||||||
|
Loading…
Reference in New Issue
Block a user