fix license handling
This commit is contained in:
parent
b40d96962b
commit
ebf8a9c956
6
xz.spec
6
xz.spec
@ -159,20 +159,20 @@ rm -rf %{buildroot}
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_libdir}/lib*.so.5*
|
||||
|
||||
%files static
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING
|
||||
%license COPYING*
|
||||
%{_libdir}/liblzma.a
|
||||
|
||||
%files compat-libs
|
||||
%defattr(-,root,root,-)
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING*
|
||||
%doc COPYING* %{_libdir}/lib*.so.0*
|
||||
%{_libdir}/lib*.so.0*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user