Use license macro for COPYING files
This commit is contained in:
parent
00981949a2
commit
655912fb59
@ -92,7 +92,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%files
|
||||
%doc NEWS README COPYING COPYING.LGPL COPYING.MPL
|
||||
%doc NEWS README
|
||||
%license COPYING COPYING.LGPL COPYING.MPL
|
||||
%{_bindir}/stunbdc
|
||||
%{_bindir}/stund
|
||||
%{_libdir}/*.so.*
|
||||
@ -124,6 +125,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%changelog
|
||||
* Tue Apr 21 2015 Kalev Lember <kalevlember@gmail.com> - 0.1.11-1
|
||||
- Update to 0.1.11
|
||||
- Use license macro for COPYING files
|
||||
|
||||
* Mon Mar 02 2015 David Woodhouse <dwmw2@infradead.org> - 0.1.10-1
|
||||
- Update to 0.1.10
|
||||
|
Loading…
Reference in New Issue
Block a user