diff --git a/import.log b/import.log new file mode 100644 index 0000000..2c20a43 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +stix-fonts-0_9-7_fc10:HEAD:stix-fonts-0.9-7.fc10.src.rpm:1215809789 diff --git a/stix-fonts-fontconfig.conf b/stix-fonts-fontconfig.conf index d0ebe87..8c48db0 100644 --- a/stix-fonts-fontconfig.conf +++ b/stix-fonts-fontconfig.conf @@ -1,12 +1,5 @@ - STIXGeneral diff --git a/stix-fonts-integrals-fontconfig.conf b/stix-fonts-integrals-fontconfig.conf index 70b2d6f..43c5937 100644 --- a/stix-fonts-integrals-fontconfig.conf +++ b/stix-fonts-integrals-fontconfig.conf @@ -1,12 +1,5 @@ - STIXIntegrals diff --git a/stix-fonts-pua-fontconfig.conf b/stix-fonts-pua-fontconfig.conf index de13a54..bce2e7d 100644 --- a/stix-fonts-pua-fontconfig.conf +++ b/stix-fonts-pua-fontconfig.conf @@ -1,12 +1,5 @@ - STIXNonUnicode diff --git a/stix-fonts-sizes-fontconfig.conf b/stix-fonts-sizes-fontconfig.conf index f9c08f6..1d9a3ae 100644 --- a/stix-fonts-sizes-fontconfig.conf +++ b/stix-fonts-sizes-fontconfig.conf @@ -1,12 +1,5 @@ - STIXSize1 diff --git a/stix-fonts-variants-fontconfig.conf b/stix-fonts-variants-fontconfig.conf index dc5e01f..e71ca6b 100644 --- a/stix-fonts-variants-fontconfig.conf +++ b/stix-fonts-variants-fontconfig.conf @@ -1,12 +1,5 @@ - STIXVariants diff --git a/stix-fonts.spec b/stix-fonts.spec index e66344f..a68922b 100644 --- a/stix-fonts.spec +++ b/stix-fonts.spec @@ -6,7 +6,7 @@ Name: %{fontname}-fonts Version: 0.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: STIX scientific and engineering fonts Group: User Interface/X @@ -115,7 +115,7 @@ done %build -# Source format not available +# Nothing there %install @@ -137,72 +137,61 @@ rm -fr %{buildroot} %post -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} +if [ -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %postun -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} - fi +if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %post pua -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} +if [ -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %postun pua -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} - fi +if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %post integrals -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} +if [ -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %postun integrals -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} - fi +if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %post sizes -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} +if [ -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %postun sizes -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} - fi +if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi - %post variants -if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} +if [ -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi %postun variants -if [ "$1" = "0" ]; then - if [ -x %{_bindir}/fc-cache ]; then - %{_bindir}/fc-cache -f %{fontdir} - fi +if [ $1 -eq 0 -a -x %{_bindir}/fc-cache ] ; then + %{_bindir}/fc-cache %{fontdir} || : fi @@ -211,7 +200,7 @@ fi %doc *.txt %config(noreplace) %{fontconfdir}/61-%{fontname}.conf -%dir %{fontdir} +%dir %{fontdir}/ %{fontdir}/STIXGeneral*otf @@ -240,6 +229,11 @@ fi %changelog +* Fri Jul 11 2008 +- 0.9-7 +⌖ Fedora 10 alpha general package cleanup + + * Thu Nov 1 2007 ☺ 0.9-6 ✓ Add some fontconfig aliasing rules