Accepting request 284180 from M17N:fonts

- Revert last pathname change because libzypp expects a fixed
  filename pattern. release changes have to caught in build-compare (forwarded request 284178 from olh)

OBS-URL: https://build.opensuse.org/request/show/284180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontpackages?expand=0&rev=12
This commit is contained in:
2015-02-06 09:57:38 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 5 11:16:17 UTC 2015 - olaf@aepfle.de
- Revert last pathname change because libzypp expects a fixed
filename pattern. release changes have to caught in build-compare
-------------------------------------------------------------------
Tue Feb 3 08:24:45 UTC 2015 - olaf@aepfle.de

View File

@@ -7,8 +7,10 @@
%_fontsconfavaildir %{_datadir}/%{name}/conf.avail
# private
%__fontsconfigrunflag /var/run/fontpackages/reconfigure-fonts
%__fontsupdatescript /var/adm/update-scripts/reconfigure-fonts-%{name}-%{version}-%{release}
%__fontsupdatescript_cjk /var/adm/update-scripts/reconfigure-cjk-fonts-%{name}-%{version}-%{release}
# The pattern is fixed within libzypp:
# /var/adm/update-scripts/name-version-release-anything
%__fontsupdatescript /var/adm/update-scripts/%{name}-%{version}-%{release}-reconfigure-fonts
%__fontsupdatescript_cjk /var/adm/update-scripts/%{name}-%{version}-%{release}-reconfigure-cjk-fonts
# macro: link_avail_to_system_fontsconf name
# (takes exactly one argument, name of configuration file)