Bug 819875 - [RFE] Move font provide generation rules and scripts to fontpackages-devel
Summary: [RFE] Move font provide generation rules and scripts to fontpackages-devel
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: fontpackages
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orphan Owner
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 843686 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-05-08 12:40 UTC by Panu Matilainen
Modified: 2020-11-25 02:54 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Panu Matilainen 2012-05-08 12:40:13 UTC
As previously suggested at least in bug 757105 and bug 521697, I think it's about time (since we these days easily can) to split the font dependency generation out of rpm-build into the hands of folks actually dealing with fonts.

This should be fairly trivial as font packages are well-behaved (all of them having the central build-require of fontpackages-devel), so no modifications to other packages should be necessary. 

Please pull the font provide script and font.attr rule (might want to usehttp://rpm.org/gitweb?p=rpm.git;a=blob_plain;f=fileattrs/font.attr;hb=HEAD as baseline for that) into fontpackages-devel and let me know when ready, I'll be more than glad to remove them from rpm-build immdediately.

Comment 1 Paul Flo Williams 2012-09-05 12:24:15 UTC
Here's my take on exactly what needs to be changed for this to happen, for review. It doesn't look that complicated, but I may have misunderstood something and I don't quite know how to finish this off.

Relevant other bugs, from comment 1:

Bug 757105 appears to be stuck on Fontconfig upstream, and doesn't impact most of our font packages, so I'll ignore it for now.

Bug 521697 suggests changing fc-query to fc-scan at first, but ends with the recommendation of still using fc-query with a faked-up fontconfig path that just includes the fontconfig file of the font we're packaging, so that is relevant.

So, we will be grabbing font.attr and fontconfig.prov from rpm.git and moving them to fontpackages. We will make some changes on the way.

font.attr is as simple as this:

  %__font_provides %{_rpmconfigdir}/fontconfig.prov
  %__font_requires %{nil}
  %__font_magic [Ff]ont?( (program|collection))?( (text|data))

We don't currently generate font provides for any fonts outside /usr/share/fonts, so we could add these two lines as well:

  %__font_path ^%{_datadir}/fonts/
  %__font_flags magic_and_path

(Yeah, there shouldn't *be* any fonts outside here, but ...)

From bug 521697, we now need to fake up a fontconfig "root file" that will point to the current font's fontconfig file, and pass this to the font provider script. I think this is achieved by some magic in our existing font macros which will take the name of the font-fontconfig file and write it into (say) /tmp/fake-fonts.conf and create a macro called %__font_provides_opts which contains this name.

When fontconfig.prov is called, the name of our faked fontconfig file will be passed on the command line, and we use that to set up the FONTCONFIG_FILE environment variable.

My sticking point is not knowing exactly when everything gets evaluated during building the font package, so I don't know which macro should magically create this temporary fontconfig root file (and, presumably, cleanly dispose of it).

Comment 2 Panu Matilainen 2012-09-05 12:42:16 UTC
Oh, if you agree this move makes sense, I would suggest taking one simple step at a time: ignore the other bugs for now and lets just get the rule-file and the script moved from rpm-build to fontpackage with no other changes at all.

Once that is done, you're obviously free to tweak the rules to your liking (which basically is the sole purpose of the move). And figure out what, if anything, to do with bug 521697. The other two bugs are not really related to where the font dependency magic lives.

Comment 3 Akira TAGOH 2012-09-06 01:23:50 UTC
*** Bug 843686 has been marked as a duplicate of this bug. ***

Comment 4 Paul Flo Williams 2012-11-06 14:00:14 UTC
I'll just "ping" this by saying that I'm willing to do the changes I outlined in comment #1 if they are considered correct. I requested access to the fontpackages git commit group a month ago.

Comment 5 Nicolas Mailhot 2012-11-26 07:26:29 UTC
(In reply to comment #4)
> I'll just "ping" this by saying that I'm willing to do the changes I
> outlined in comment #1 if they are considered correct. I requested access to
> the fontpackages git commit group a month ago.

Sorry about this, I really wanted to review the changes, but it seems finding this kind of time lately is hopeless, therefore I've given you commit access in git

Comment 6 Fedora Admin user for bugzilla script actions 2020-09-16 02:53:23 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 7 Fedora Admin user for bugzilla script actions 2020-09-17 02:52:41 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 8 Fedora Admin user for bugzilla script actions 2020-11-18 02:54:17 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 9 Fedora Admin user for bugzilla script actions 2020-11-20 14:55:29 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.

Comment 10 Fedora Admin user for bugzilla script actions 2020-11-25 02:54:27 UTC
This package has changed maintainer in the Fedora.
Reassigning to the new maintainer of this component.


Note You need to log in before you can comment on or make changes to this bug.