Properly install the license (COPYING) file

i9ce
Benjamin A. Beasley 4 years ago
parent d33d5c4cf1
commit de1c335bfa

@ -101,7 +101,6 @@ install -t '%{buildroot}%{_pkgdocdir}' -p -m 0644 \
AUTHORS \
BUGS \
ChangeLog \
COPYING \
HACKING \
MAINTAINERS \
NEWS \
@ -111,6 +110,7 @@ cp -rp '%{name}2.html' '%{buildroot}%{_pkgdocdir}/html'
%files
%license COPYING
%{_libdir}/%{name}-2.so.%{so_version}
%{_libdir}/%{name}-2.so.%{so_version}.*
@ -126,6 +126,8 @@ cp -rp '%{name}2.html' '%{buildroot}%{_pkgdocdir}/html'
%files doc
%license COPYING
%{_infodir}/%{name}2.info*
%{_pkgdocdir}
@ -145,6 +147,7 @@ cp -rp '%{name}2.html' '%{buildroot}%{_pkgdocdir}/html'
- Drop explicitly versioned dependencies per Fedora guidelines
- Build HTML and PDF versions of documentation; rebuld the info pages; and move
it all to a -doc subpackage with the text file documentation (README, etc.)
- Properly install the license (COPYING) file
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.14-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save