Add file triggers for fonts.
This commit is contained in:
parent
0d331f696a
commit
e06087b234
@ -3,7 +3,7 @@
|
|||||||
Summary: Font configuration and customization library
|
Summary: Font configuration and customization library
|
||||||
Name: fontconfig
|
Name: fontconfig
|
||||||
Version: 2.11.94
|
Version: 2.11.94
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# src/ftglue.[ch] is in Public Domain
|
# src/ftglue.[ch] is in Public Domain
|
||||||
# src/fccache.c contains Public Domain code
|
# src/fccache.c contains Public Domain code
|
||||||
# fc-case/CaseFolding.txt is in the UCD
|
# fc-case/CaseFolding.txt is in the UCD
|
||||||
@ -105,6 +105,12 @@ fi
|
|||||||
|
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%transfiletriggerin -- /usr/share/fonts /usr/share/X11/fonts/Type1 /usr/share/X11/fonts/TTF /usr/local/share/fonts
|
||||||
|
HOME=/root /usr/bin/fc-cache -s
|
||||||
|
|
||||||
|
%transfiletriggerpostun -- /usr/share/fonts /usr/share/X11/fonts/Type1 /usr/share/X11/fonts/TTF /usr/local/share/fonts
|
||||||
|
HOME=/root /usr/bin/fc-cache -s
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README AUTHORS COPYING
|
%doc README AUTHORS COPYING
|
||||||
%doc fontconfig-user.txt fontconfig-user.html
|
%doc fontconfig-user.txt fontconfig-user.html
|
||||||
@ -138,6 +144,9 @@ fi
|
|||||||
%doc fontconfig-devel.txt fontconfig-devel
|
%doc fontconfig-devel.txt fontconfig-devel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 7 2015 Akira TAGOH <tagoh@redhat.com> - 2.11.94-5
|
||||||
|
- Add file triggers for fonts.
|
||||||
|
|
||||||
* Fri Aug 14 2015 Akira TAGOH <tagoh@redhat.com> - 2.11.94-4
|
* Fri Aug 14 2015 Akira TAGOH <tagoh@redhat.com> - 2.11.94-4
|
||||||
- Revise the patch. (#1236034)
|
- Revise the patch. (#1236034)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user