On 12.09.2012 08:23, Zsolt Udvari wrote:
Some time ago, when I've split texlive.spec to texlive.spec and
texlive-texmf.spec many things was adhoc-style:)  So first need a
big-big cleaning and I think after this the maintain will be simple.
With one big spec: the build will be hard, see above, as you wrote:
you'll build the texlive.spec's texlive-bin and after you'll install
these packages and build texlive.spec's texlive-texmf?

why is building hard? you do first rpmbuild, and alter you handle only %files
thus:


$ ./repackage.sh textlive.spec
will invoke %install and produce .rpm files

and after that if you do not need to modify $RPM_BUILD_ROOT, you can just invoke:
$ ./repackage.sh textlive.spec -bb
this will not invoke %install again, just will produce .rpm packages

(repackage.sh is just frontend to rpmbuild --short-circuit)

--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to