The integration likely needs to be sync'd with the Translation Project, not de facto.
That's sorta kinda what was happening originally. Fell free to do "make updatepo" ehenever to see the mechanism. Scraping LINGUAS from that list may be needed. All a hugely complex PITA process, I ain't complaining here at all ;-) Is Transifex process any better? Have Transifex <-> Translation Project made "peace"? Or do they just ignore each other still ... 73 de Jeff On Jun 25, 2010, at 1:07 PM, Pinto Elia wrote: > RPM Package Manager, CVS Repository > http://rpm5.org/cvs/ > ____________________________________________________________________________ > > Server: rpm5.org Name: Pinto Elia > Root: /v/rpm/cvs Email: devzero2...@rpm5.org > Module: rpm Date: 25-Jun-2010 19:07:16 > Branch: HEAD Handle: 2010062517071600 > > Modified files: > rpm autogen.sh > > Log: > generate po/LINGUAS from autogen.sh: but probably it is necessary a > better integration with the autofu > > Summary: > Revision Changes Path > 2.106 +5 -0 rpm/autogen.sh > ____________________________________________________________________________ > > patch -p0 <<'@@ .' > Index: rpm/autogen.sh > ============================================================================ > $ cvs diff -u -r2.105 -r2.106 autogen.sh > --- rpm/autogen.sh 1 Jun 2009 13:27:55 -0000 2.105 > +++ rpm/autogen.sh 25 Jun 2010 17:07:16 -0000 2.106 > @@ -73,6 +73,11 @@ > echo "---> generate files via GNU libtool (libtoolize)" > libtoolize --quiet --copy --force --install > echo "---> generate files via GNU gettext (autopoint)" > +po_dir=./po > +LANG=C > +ls "$po_dir"/*.po 2>/dev/null | > + sed 's|.*/||; s|\.po$||' > "$po_dir/LINGUAS" > + > autopoint --force > echo "---> generate files via GNU autoconf (aclocal, autoheader)" > rm -f aclocal.m4 > @@ . > ______________________________________________________________________ > RPM Package Manager http://rpm5.org > CVS Sources Repository rpm-...@rpm5.org ______________________________________________________________________ RPM Package Manager http://rpm5.org Developer Communication List rpm-devel@rpm5.org