Changeset 1646 for spec/trunk/SPECS
- Timestamp:
- May 29, 2019, 11:38:51 AM (7 years ago)
- File:
-
- 1 edited
-
spec/trunk/SPECS/fontconfig.spec (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/fontconfig.spec
r1645 r1646 5 5 %global _fontconfig_confdir %{_sysconfdir}/fonts/conf.d 6 6 %global _fontconfig_templatedir %{_datadir}/fontconfig/conf.avail 7 8 # adjust it when the name changes, as else the build fails 9 %global dllName fntcnf1.dll 7 10 8 11 %global freetype_version 2.10.0 … … 130 133 131 134 # Force regeneration of all fontconfig cache files 135 # we need to copy the dll to a tmp directory, as else it might not work 136 # imagine when the dll names is the same and it is loaded while installing 132 137 rm -rf %{_localstatedir}/cache/fontconfig/* 133 BEGINLIBPATH="$(echo %{_libdir} | sed -re 's,/@unixroot,'$UNIXROOT',g' -e 's,/,\\,g');$BEGINLIBPATH" \ 138 cp %{_libdir}/%{dllName} %{_tmppath} 139 BEGINLIBPATH="$(echo %{_tmppath} | sed -re 's,/@unixroot,'$UNIXROOT',g' -e 's,/,\\,g');$BEGINLIBPATH" \ 134 140 LIBPATHSTRICT=T \ 135 141 %{_bindir}/fc-cache -f 142 rm -f %{_tmppath}/%{dllName} 136 143 137 144 %postun … … 148 155 %doc %{_fontconfig_confdir}/README 149 156 %license COPYING 150 %{_libdir}/ fntcnf*.dll157 %{_libdir}/%{dllName} 151 158 %{_bindir}/fc-cache.exe 152 159 %{_bindir}/fc-cat.exe
Note:
See TracChangeset
for help on using the changeset viewer.
