Resolves: #1919975, Fix paths in pkgconfig files
This commit is contained in:
parent
2dc2bbb29e
commit
89a037043d
11
texlive.spec
11
texlive.spec
@ -24,7 +24,7 @@
|
||||
|
||||
Name: texlive
|
||||
Version: %{source_date}
|
||||
Release: 7%{?dist}
|
||||
Release: 8%{?dist}
|
||||
Epoch: %{tl_epoch}
|
||||
Summary: TeX formatting system
|
||||
Group: Applications/Publishing
|
||||
@ -24402,6 +24402,12 @@ EOF
|
||||
chmod 0755 context
|
||||
popd
|
||||
|
||||
# Fix pkgconfig files
|
||||
for file in $(find %{buildroot}%{_libdir}/pkgconfig/ -type f -name '*.pc')
|
||||
do sed -i 's|%{_builddir}/%{name}-%{source_date}/source/inst|/usr|g' $file
|
||||
sed -i 's|/usr/lib|%{_libdir}|g' $file
|
||||
done
|
||||
|
||||
# attachfile2
|
||||
xz -dc %{SOURCE28} | tar x -C %{buildroot}%{_texdir}/
|
||||
xz -dc %{SOURCE29} | tar x -C %{buildroot}%{_texdir}/
|
||||
@ -28253,6 +28259,9 @@ done <<< "$list"
|
||||
%{_texdir}/texmf-dist/doc/fonts/gnu-freefont/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 25 2021 Than Ngo <than@redhat.com> - 9:20200327-8
|
||||
- Resolves: #1919975, Fix paths in pkgconfig files
|
||||
|
||||
* Tue Jan 19 2021 Troy Dawson <tdawson@redhat.com> - 9:20200327-7
|
||||
- Rebuild for poppler 21.01.0
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user