What | Removed | Added |
---|---|---|
CC | stefan.bruens@rwth-aachen.de |
(In reply to Petr Vorel from comment #5) > Unfortunately I'm not really an expert on packaging. Cc Stephan, who is an > expert and I filled boo#1197367 based on info from him. > > boo#1197367 is about ability to install texlive without docs (not having to > have 1GB space with documentation which I don't need and waste bandwidth on > each texlive update). Not sure if we could learn from other distros (Debian, > Fedora). You could use RPM rich dependencies (boolean dependencies), https://rpm-software-management.github.io/rpm/manual/boolean_dependencies.html: 1. Create empty dummy-package "texlive-documentation" 2. Add to "texlive-fancyhdr-doc" Supplements: (texlive-fancyhdr and texlive-documentation) With this, installing texlive-fancyhdr should pull in texlive-fancyhdr-doc when texlive-documentaion is installed. AFAIK you cant "enable" suggested packages.