In data sabato 26 gennaio 2013 23:55:34, Orcan Ogetbil ha scritto:
> But if I have a .tex file that needs 40 such requirements, I have to
> go through the above "fix" 40 times. Isn't there a way to launch yum
> to install all the requirements automatically when I run latex?

I am not an expert of TeX or rpm macro. I hope to not write stupid things.
For me it is not a good solution try to build the package 40 times to found 
all dependency...

Is it not possible to create an rpm macro that can handle all TeX build 
requirements?
Maybe this solution is not good because package could require a dependency 
not packaged yet in Fedora, isn't?

So, the best solution should be the number 2:
> 2) Generate a list of specific style files using an incantation such as
> 
> egrep -R 'usepackage|documentclass|RequirePackage' * | cut -d']' -f2 | 
cut
> -s -d'{' -f 2 | sed s/"}"/.sty"}"/g   | cut -d'}' -f1 | sort | uniq

To use it when we are writing our spec file...but are 40 BuildRequires too 
much in a single spec file?
-- 
Mario Santagiuliana
www.marionline.it

Attachment: signature.asc
Description: This is a digitally signed message part.

-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to