diff --git a/qcad.spec b/qcad.spec index 11714ce..57f659e 100644 --- a/qcad.spec +++ b/qcad.spec @@ -6,7 +6,7 @@ Name: qcad Version: 3.22.1.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Powerful 2D CAD system ## Main license: GPLv3 @@ -128,11 +128,11 @@ mkdir -p %{buildroot}%{_QCAD_DIR}/plugins/printsupport cp -a fonts %{buildroot}%{_QCAD_DIR} # Unbundle vlgothic-fonts -ln -sf %{_fontbasedir}/vlgothic/VL-Gothic-Regular.ttf %{buildroot}%{_QCAD_DIR}/fonts/VL-Gothic-Regular.ttf +ln -srf %{_fontbasedir}/vlgothic/VL-Gothic-Regular.ttf %{buildroot}%{_QCAD_DIR}/fonts/VL-Gothic-Regular.ttf # Unbundle dejavu-sans-fonts for i in `ls %{buildroot}%{_QCAD_DIR}/fonts/qt | grep DejaVuSans`; do - ln -sf %{_fontbasedir}/dejavu/$i %{buildroot}%{_QCAD_DIR}/fonts/qt/$i + ln -srf %{_fontbasedir}/dejavu/$i %{buildroot}%{_QCAD_DIR}/fonts/qt/$i done ## @@ -226,6 +226,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml %{_mandir}/man1/* %changelog +* Thu Jul 11 2019 Antonio Trande - 3.22.1.0-5 +- Use relative symlinks to the system fonts + * Thu Jul 11 2019 Antonio Trande - 3.22.1.0-4 - Remove filtering of private libraries (rhbz #1728088)