22 Commits

Author SHA256 Message Date
cabc55898a Accepting request 899461 from home:dimstar:Factory
- Move /macros.fonts-config from /etc/rpm to %{_rpmmacrodir}
  (boo#1185657).

- /var/adm/update-scripts is deprecated and will be removed at

OBS-URL: https://build.opensuse.org/request/show/899461
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=41
2021-06-11 15:08:31 +00:00
57e40f287f Accepting request 544179 from home:kukuk:branches:M17N:fonts
- /var/adm/update-scripts is deprecated and will be removed at 
  some point in the future, since %posttrans support in libzypp
  was fixed with SLE12. Remove the workaround, only use the RPM
  posttrans to simplify the code and testing.

OBS-URL: https://build.opensuse.org/request/show/544179
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=39
2017-11-21 14:48:53 +00:00
c1c84eeab6 Accepting request 540431 from home:tiwai:branches:M17N:fonts
Revert the previous change, it was false-positive.

OBS-URL: https://build.opensuse.org/request/show/540431
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=38
2017-11-10 09:56:53 +00:00
933cfb9769 Accepting request 539907 from home:RBrownSUSE:branches:M17N:fonts
As update-scripts are never called, and instead leave nonsense in /var/adm on everyones machines, remove them and rely on rpm post install trigger instead

OBS-URL: https://build.opensuse.org/request/show/539907
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=37
2017-11-08 16:05:50 +00:00
b26313b09f - fix previous commit
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=35
2016-03-14 14:29:35 +00:00
c6a7355ecd Accepting request 368001 from home:olh:bc
- Update reconfigure_fonts_post to use shell variables
  to reduce build-compare noise in font packages

OBS-URL: https://build.opensuse.org/request/show/368001
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=34
2016-03-08 07:20:30 +00:00
4108042de3 Accepting request 340207 from home:dirkmueller:branches:M17N:fonts
- remove references to /var/run (bsc#951354)

OBS-URL: https://build.opensuse.org/request/show/340207
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=32
2015-10-21 11:18:10 +00:00
b0b0a68d6e Accepting request 284178 from home:olh:branches:M17N:fonts
- Revert last pathname change because libzypp expects a fixed
  filename pattern. release changes have to caught in build-compare

OBS-URL: https://build.opensuse.org/request/show/284178
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=30
2015-02-05 11:21:57 +00:00
40f74c7ec6 Accepting request 283826 from home:olh:branches:M17N:fonts
- Move version-release to reduce build-compare noise

OBS-URL: https://build.opensuse.org/request/show/283826
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=28
2015-02-03 08:29:57 +00:00
b18da54b97 - require coreutils for scriptlets of fontpackages [bnc#865853]
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=26
2014-02-28 11:56:45 +00:00
f85b1f87a3 - add coreutils to Requires(pre) of fontpackages [bnc#865853]
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=25
2014-02-28 10:29:58 +00:00
d3b475f2cc - fonts-config is --quiet in every call
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=23
2014-01-22 14:20:27 +00:00
832d1d7a02 - fixed minor typo in %reconfigure_fonts_post macro [bnc#845955]
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=21
2013-10-15 11:17:39 +00:00
794a7283fe - minor fix in %reconfigure_fonts_post macro (really check for
cjk *-config before run them)

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=20
2013-10-14 06:07:10 +00:00
cf335eb849 Accepting request 202118 from home:pgajdos
- run fonts-config only once when installing or upgrading more 
  fonts in one transaction

OBS-URL: https://build.opensuse.org/request/show/202118
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=17
2013-10-04 09:00:11 +00:00
8ea63e1d97 - %reconfigure_fonts_scriptlets macro does not contain (now empty)
%posttrans from now on until 
  https://bugzilla.novell.com/show_bug.cgi?id=773575
  is not resolved

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=15
2013-01-02 09:31:23 +00:00
a0c0aef101 - 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

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=13
2012-10-08 13:48:43 +00:00
e1884df66d - 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}

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=12
2012-10-02 15:35:01 +00:00
2998e67e29 - 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

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=11
2012-10-02 11:44:47 +00:00
3e2b3a38eb - package created, added rpm-macros.fonts-config
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=4
2012-07-09 09:30:45 +00:00
1f3e242607 - package created, added:
* runtime: %{_datadir}/fonts/truetype
  * devel:   rpm-macros.fonts-config

OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=2
2012-07-04 07:15:07 +00:00
22b64c47a5 - package created, added rpm-macros.fonts-config
OBS-URL: https://build.opensuse.org/package/show/M17N:fonts/fontpackages?expand=0&rev=1
2012-07-04 06:55:01 +00:00