Optimize installation of the documentation files
This commit is contained in:
parent
53c4809aa1
commit
998a988600
@ -375,13 +375,7 @@ popd
|
|||||||
|
|
||||||
# Install documentation to shared %%_pkgdocdir.
|
# Install documentation to shared %%_pkgdocdir.
|
||||||
%{__install} -Dpm 0644 -t %{buildroot}%{_pkgdocdir} \
|
%{__install} -Dpm 0644 -t %{buildroot}%{_pkgdocdir} \
|
||||||
ChangeLog NEWS README THANKS TODO
|
ChangeLog NEWS README* THANKS TODO
|
||||||
|
|
||||||
|
|
||||||
# Install additional README* files, if existing, to shared %%_pkgdocdir.
|
|
||||||
for f in ./README.*; do
|
|
||||||
%{__install} -Dpm 0644 -t %{buildroot}%{_pkgdocdir} $f
|
|
||||||
done
|
|
||||||
|
|
||||||
# Drop README.md as it is identical to README.
|
# Drop README.md as it is identical to README.
|
||||||
%{__rm} -f %{buildroot}%{_pkgdocdir}/README.md
|
%{__rm} -f %{buildroot}%{_pkgdocdir}/README.md
|
||||||
@ -471,6 +465,7 @@ done
|
|||||||
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-8
|
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-8
|
||||||
- Update Obsoletes, Provides, and Requires to glibc 2.27
|
- Update Obsoletes, Provides, and Requires to glibc 2.27
|
||||||
- Add Recommends: whois-mkpasswd for Fedora
|
- Add Recommends: whois-mkpasswd for Fedora
|
||||||
|
- Optimize installation of the documentation files
|
||||||
|
|
||||||
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
* Tue Feb 19 2019 Björn Esser <besser82@fedoraproject.org> - 4.4.3-7
|
||||||
- Add patch to fix the output formatting of a test
|
- Add patch to fix the output formatting of a test
|
||||||
|
Loading…
Reference in New Issue
Block a user