Petr Gajdos
6bc29260fa
to be included in %files section of package which ships own fontconfig files; expands in /usr/share/%{name} /usr/share/%{name}/conf.avail - introduced new rpm macro: %files_fontsconf_file to be included in %files section of package which ships own fontconfig file; %files_fontsconf_file -l name.conf expands in /usr/share/%{name}/conf.avail/name.conf %config /etc/fonts/conf.d/name.conf when -l switch isn't supplied, only /usr/share/%{name}/conf.avail/name.conf is packaged OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=13
48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Oct 8 12:39:33 UTC 2012 - pgajdos@suse.com
|
|
|
|
- introduced new rpm macro: %files_fontsconf_availdir
|
|
to be included in %files section of package which ships own
|
|
fontconfig files; expands in
|
|
/usr/share/%{name}
|
|
/usr/share/%{name}/conf.avail
|
|
- introduced new rpm macro: %files_fontsconf_file
|
|
to be included in %files section of package which ships own
|
|
fontconfig file;
|
|
|
|
%files_fontsconf_file -l name.conf
|
|
|
|
expands in
|
|
/usr/share/%{name}/conf.avail/name.conf
|
|
%config /etc/fonts/conf.d/name.conf
|
|
|
|
when -l switch isn't supplied, only
|
|
/usr/share/%{name}/conf.avail/name.conf
|
|
is packaged
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 2 15:34:14 UTC 2012 - pgajdos@suse.com
|
|
|
|
- introduced new rpm macro: %install_fontsconf
|
|
for given file (path/to/01-font.conf), it
|
|
1. creates %{_fontsconfavaildir}
|
|
2. copies path/to/01-font.conf to %{_fontsconfavaildir}
|
|
uses %link_avail_to_system_fontsconf to
|
|
3. create %{_fontsconfddir}
|
|
4. link %{_fontsavaildir}/01-fonts.conf %{_fontsconfddir}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 2 11:33:46 UTC 2012 - pgajdos@suse.com
|
|
|
|
- modified %_fontsconfavaildir to from
|
|
/etc/fonts/conf.avail to /usr/share/%{name}/conf.avail as
|
|
fontconfig 2.10 ship its avail conf in /usr/share/fontconfig/conf.avail
|
|
- added %link_avail_to_system_fontsconf, which creates symlink pointing
|
|
from /etc/fonts/conf.d to ../../../usr/share/%{name}/conf.avail
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 3 13:02:24 UTC 2012 - pgajdos@suse.com
|
|
|
|
- package created, added rpm-macros.fonts-config
|
|
|