Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1473664 Details for
Bug 1426622
synctex.pc contains buildroot path instead of /usr
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
The fix
0001-Fix-paths-in-pkgconfig-files.patch (text/plain), 1.69 KB, created by
Marek Kašík
on 2018-08-06 16:19:19 UTC
(
hide
)
Description:
The fix
Filename:
MIME Type:
Creator:
Marek Kašík
Created:
2018-08-06 16:19:19 UTC
Size:
1.69 KB
patch
obsolete
>From a0619f9c66cf8d8b46e0279d27516a26f10edde9 Mon Sep 17 00:00:00 2001 >From: Marek Kasik <mkasik@redhat.com> >Date: Mon, 6 Aug 2018 18:17:05 +0200 >Subject: [PATCH] Fix paths in pkgconfig files > >Resolves: #1426622 >--- > texlive-base.spec | 14 ++++++++++---- > 1 file changed, 10 insertions(+), 4 deletions(-) > >diff --git a/texlive-base.spec b/texlive-base.spec >index bd08f3f..d104ac2 100644 >--- a/texlive-base.spec >+++ b/texlive-base.spec >@@ -21,7 +21,7 @@ > > Name: %{shortname}-base > Version: %{source_date} >-Release: 17%{?dist} >+Release: 18%{?dist} > Epoch: 7 > Summary: TeX formatting system > # The only files in the base package are directories, cache, and license texts >@@ -6666,9 +6666,11 @@ rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/cjk-gs-integrate > rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/fonts/cjk-gs-integrate > rm -rf %{buildroot}%{_texdir}/texmf-dist/fonts/misc/cjk-gs-integrate > >-# Fix synctex.pc file >-sed -i 's|%{buildroot}/source/inst|/usr|g' %{buildroot}%{_libdir}/pkgconfig/synctex.pc >-sed -i 's|/usr/lib|%{_libdir}|g' %{buildroot}%{_libdir}/pkgconfig/synctex.pc >+# Fix pkgconfig files >+for file in $(find %{buildroot}%{_libdir}/pkgconfig/ -type f -name '*.pc') >+do sed -i 's|%{_builddir}/%{name}-%{version}/source/inst|/usr|g' $file >+ sed -i 's|/usr/lib|%{_libdir}|g' $file >+done > > > # SCRIPTLETS >@@ -8692,6 +8694,10 @@ done <<< "$list" > %doc %{_texdir}/texmf-dist/doc/latex/yplan/ > > %changelog >+* Mon Aug 6 2018 Marek Kasik <mkasik@redhat.com> - 7:20180414-18 >+- Fix paths in pkgconfig files >+- Resolves: #1426622 >+ > * Wed Jul 11 2018 Tom Callaway <spot@fedoraproject.org> - 7:20180414-17 > - update latex2man to resolve perl issues > - use different ctan mirror, old one was out of date >-- >2.17.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1426622
: 1473664